Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

MacKat

macrumors member
Original poster
Nov 9, 2004
35
0
St Neots, England
Well.. in 24 hours I have produced a very basic website! Not bad seeing as though I hadnt a clue!

Anyway - The only problem I have right now is that the website seems to be loading fine in firefox and safari, but having problems in explorer - even though when I preview it in explorer it seems fine.

I used Dreamweaver on mac.

Can someone help me out... anyone?! :)

Take a look and see if it works on your browser - http://www.maplejar.net

Let me know what you see..

Kat x
 

angelneo

macrumors 68000
Jun 13, 2004
1,541
0
afk
You may want to take note of the number of frames that you are using, it might be a potential area for more trouble coming ahead.

Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<frameset rows="171,484*,18" cols="30,*,42" framespacing="0" frameborder="NO" border="0">
  <frame src="maplejar21.html">
  <frame src="maplejar12.html" name="topFrame" scrolling="NO" noresize >
  <frame src="maplejar25.html">
  <frame src="maplejar20.html">

  <frameset rows="*,23" cols="*" framespacing="0" frameborder="NO" border="0">
    <frameset rows="*" cols="9,*" framespacing="0" frameborder="NO" border="0">
      <frame src="maplejar11.html" name="leftFrame" scrolling="NO" noresize>
      <frameset rows="*" cols="155,*" framespacing="0" frameborder="NO" border="0">
        <frameset rows="*" cols="4,*" framespacing="0" frameborder="NO" border="0">
          <frame src="maplejar10.html" name="leftFrame3" scrolling="NO" noresize>
          <frame src="maplejar9.html" name="leftFrame1" scrolling="NO" noresize>
        </frameset>
        <frameset rows="*" cols="*,9" framespacing="0" frameborder="NO" border="0">

          <frameset rows="*" cols="*,169" framespacing="0" frameborder="NO" border="0">
            <frameset rows="*" cols="*,4" framespacing="0" frameborder="NO" border="0">
              <frameset rows="*" cols="3,*" framespacing="0" frameborder="NO" border="0">
                <frame src="UntitledFrame-1.html" name="leftFrame2" scrolling="NO" noresize>
                <frame src="home.html" name="mainFrame">
              </frameset>
              <frame src="maplejar7.html" name="rightFrame2" scrolling="NO" noresize>
            </frameset>
            <frameset rows="*" cols="*,4" framespacing="0" frameborder="NO" border="0">

              <frame src="maplejar6.html" name="rightFrame1" scrolling="NO" noresize>
              <frame src="maplejar5.html" name="rightFrame3" scrolling="NO" noresize>
            </frameset>
          </frameset>
          <frame src="maplejar4.html" name="rightFrame" scrolling="NO" noresize>
        </frameset>
      </frameset>
    </frameset>
    <frameset rows="*" cols="*,62" framespacing="0" frameborder="NO" border="0">

      <frameset rows="*" cols="*,73" framespacing="0" frameborder="NO" border="0">
        <frameset rows="*" cols="*,59" framespacing="0" frameborder="NO" border="0">
          <frame src="maplejar3.html" name="bottomFrame" scrolling="NO" noresize>
          <frame src="UntitledFrame-52.html" name="rightFrame7" scrolling="NO" noresize>
        </frameset>
        <frame src="UntitledFrame-51.html" name="rightFrame6" scrolling="NO" noresize>
      </frameset>
      <frame src="UntitledFrame-50.html" name="rightFrame5" scrolling="NO" noresize>
    </frameset>

  </frameset>
  <frame src="maplejar24.html">
  <frame src="maplejarportal.html">
  <frameset cols="*,80" frameborder="NO" border="0" framespacing="0">
    <frame src="maplejar2.html">
    <frame src="maplejar13.html" name="rightFrame4" scrolling="NO" noresize>
  </frameset>
  <frame src="maplejar22.html">
</frameset>

<noframes><body>

</body></noframes>
</html>
 

MacKat

macrumors member
Original poster
Nov 9, 2004
35
0
St Neots, England
could that be the problem I am having with internet explorer? Two people have got it to work on ie,,,, but no one else can! :'(

Kat x
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.