Rulez3200.co.uk
09-12-2006, 07:23 AM
Hello i am just starting out with HTML and have built a simple site http://rulez3200.co.uk . It looks rubbish at the moment as i have alot of graphics and things to put in. The main problems are in IE you get the background colour but not the top logo and in Firefox you get the top logo but not the background colour. How can i fix this?
Also with the links on the left hand side they open up in that little frame on the left how can i make them open up on the right.
Here is all my code:
FRAMESET
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/1999/REC-html401-19991224/frameset.dtd"><html>
<head>
<title>Rulez3200.co.uk</title>
</head>
<frameset cols="12%,*">
<frame src="menu.html">
<frame src="content.html">
</frameset>
</html>
LEFT FRAME
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Menu</title>
</head>
<BODY BGCOLOR="7FFFD4">
<p> Rulez3200.co.uk</p><br><p>Links</p>
<a href="index.htm">Home</a> <br>
<a href="forum.htm">Forum</a> <br>
<a href="myspace.htm" target="content">Myspace</a>
</body>
</html>
RIGHT FRAME
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Rulez3200.co.uk</title>
</head>
<body>
<BODY BGCOLOR=7FFFD4
<img src="http://rulez3200.co.uk/Rulez3200.png">
<p style="font-size: 150%;">Welcome to Rulez3200.co.uk</p>
<p><br></p>
<p>This site is still being built so check back soon!!!<p>
<img src="http://rulez3200.co.uk/check.gif">
<p style="text-align: center;">
Site built by Mark!
</p>
</body>
</html>
If someone could tell me what is wrong id be very greatful
Thanks Mark On behalf of Rulez3200.co.uk
Also with the links on the left hand side they open up in that little frame on the left how can i make them open up on the right.
Here is all my code:
FRAMESET
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/1999/REC-html401-19991224/frameset.dtd"><html>
<head>
<title>Rulez3200.co.uk</title>
</head>
<frameset cols="12%,*">
<frame src="menu.html">
<frame src="content.html">
</frameset>
</html>
LEFT FRAME
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Menu</title>
</head>
<BODY BGCOLOR="7FFFD4">
<p> Rulez3200.co.uk</p><br><p>Links</p>
<a href="index.htm">Home</a> <br>
<a href="forum.htm">Forum</a> <br>
<a href="myspace.htm" target="content">Myspace</a>
</body>
</html>
RIGHT FRAME
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Rulez3200.co.uk</title>
</head>
<body>
<BODY BGCOLOR=7FFFD4
<img src="http://rulez3200.co.uk/Rulez3200.png">
<p style="font-size: 150%;">Welcome to Rulez3200.co.uk</p>
<p><br></p>
<p>This site is still being built so check back soon!!!<p>
<img src="http://rulez3200.co.uk/check.gif">
<p style="text-align: center;">
Site built by Mark!
</p>
</body>
</html>
If someone could tell me what is wrong id be very greatful
Thanks Mark On behalf of Rulez3200.co.uk