Forum Moderators: open
S!
<Sorry, no personal URLs.
See Terms of Service [webmasterworld.com]>
[edited by: tedster at 8:14 pm (utc) on Mar. 9, 2005]
<script language="javascript" src="http://www.example.com/cgi-bin/popup_mainsite.js"></script>
<script language="JavaScript" src="http://www.example.com/4/placement/1385/"></script>
<html>
<head><style> <!-- A:link {text-decoration: none} A:visited {text-decoration: none} A:active {text-decoration: none} A:hover {text-decoration: none; color: #1F539F}body { scrollbar-face-color: #FFFFFF; scrollbar-shadow-color: #000000; scrollbar-highlight-color: #1F539F; scrollbar-3dlight-color: #ffffff; scrollbar-darkshadow-color: #FFFFFF; scrollbar-track-color: #FFFFFF; scrollbar-arrow-color: #1F539F}--></style>
<title>Title Text</title>
</head>
<META NAME="keywords" CONTENT="keyword list">
<META NAME="description" CONTENT="description text">
<META NAME="author" CONTENT="author name">
<META NAME="robots" CONTENT="FOLLOW,INDEX"><body bgcolor=#FFFFFF bottommargin=0 link="1F539F" alink="1F539F" vlink="1F539F" text="#1F539F">
<table align=left width=500 cellpadding=3 border=0>
<td width=150 valign=top><table border=0 cellpadding=1 bgcolor=#FFFFFF>
<tr>
<td valign=top height="10" width="175" style="border: 1 solid #000000">
<font color=#000000><center><b>Menu</b></font></center>
</td></tr><tr>
<td valign=top width="150" bgcolor=#FFFFFF style="border: 1 solid #000000">
<font size="2">
<a href="main.html" target="main">Home</a>
<BR>
<a href="http://www.example.com" target="blank">Blog Babblings</a>
<BR>
<a href="projects.html" target="main">Current Projects</a>
<BR>
<a href="appearances.html" target="main">Appearances</a>
<BR>
Art Gallery</a>
<BR>
<a href="photo.html" target="main">Photo Gallery</a>
<BR>
Buy Comics/Merchandise</a>
<BR>
<a href="contact.html" target="main">Contact Info</a>
<BR>
<a href="links.html" target="main">Links</a>
</font>
<br>
</td></tr></table>
<br><table border=0 cellpadding=2 bgcolor=#FFFFFF>
<tr>
<td valign=top height="10" width="150" style="border: 1 solid #000000">
<font color=#000000><center><b>Upcoming Projects</b></font></center>
</td></tr><tr>
<td valign=top width="150" bgcolor=#FFFFFF style="border: 1 solid #000000">
<font size="2">
<center><img src="lineissone.jpg">
<br><b>The Line #1</b></center>
<center><i>March 2005</i></center>
</font>
</td></tr></table>
<br><table border=0 cellpadding=2 bgcolor=#FFFFFF style="position:absolute; top: 10px; left:200px" width=500>
<tr>
<td valign=top width="500" height="250" border=0> <a href="main.html" target="main"><img src="http://rangerchic.com/linesitetop.jpg" border="1" alt="alt text" width=500 height=250 style="border: 1 solid #000000"></a>
</td>
</tr><tr><td valign=top width="500" bgcolor=#FFFFFF style="position:absolute; top: 255px; left: 4px; border: 0 solid #254A6F;">
<iframe height="300" width="500" src="main.html"
name="main" style="BORDER-left: 1 solid #254A6F; border-right: 1 solid #254A6F; border-bottom: 1 solid #254A6F; LEFT: 0px; BOTTOM: 0px; POSITION: absolute; TOP: 0px;
hspace: 0px" frameborder="0" scrolling="Auto">
<ilayer height="250" width="300" name="main"
src="main.html"></ilayer>
</iframe> </td>
</tr>
</table>
<br>
<br>
<br>
<br>
<br></html>
S!
[edited by: tedster at 8:18 pm (utc) on Mar. 9, 2005]
[edit reason] remove specifics [/edit]
Try validating your code, stick to lower case in styles, it's easier to read. Border-right: 1 solid #254a6f;
1 what? 1px, 1em, 1pt etc? You have to put in the units with CSS, it's not optional.
Go to the w3c css validator and validate your code, if this was wrong I'm sure a bunch of other stuff was wrong. Once you get your HTML and CSS to validate I think you'll find the display 'errors' go away.
<added> Meta tags should be inside the head tags </added>