line not showing around table (td)

admin

Administrator
Staff member
Hi there, I have a problem and it's frustrating me.<br />
<br />
I'm restyling my website (<!-- m --><a class="postlink" href="http://www.roelandonline.tk/">http://www.roelandonline.tk/</a><!-- m -->) and the intro page features a simple sound and somesort of logo.<br />
<br />
Problem here is that the MAIN LOGO (the dark one with <!-- w --><a class="postlink" href="http://www.roelandonline.tk">www.roelandonline.tk</a><!-- w --> in the middle) doens't have a line around it, when it should have a line around it. I specified it in the CSS. At first I thought it was a problem in the CSS... I named the class "bodyframe" and now it's named "td.bodyframe" because I thought that would solve the problem. It's not showing correct on windows 2000 and XP machines. It should just work, and I can't see what I've done wrong.<br />
<br />
the .tk page can't give you the source, here's the full webpage.<br />
<br />
<!-- m --><a class="postlink" href="http://home.wanadoo.nl/rnas/index.html">http://home.wanadoo.nl/rnas/index.html</a><!-- m --><br />
<br />
<br />
<br />
oddly, using the same sort of thing on the second page (the small box on the left with the smaller logo in it)<br />
<br />
<!-- m --><a class="postlink" href="http://home.wanadoo.nl/rnas/main.html">http://home.wanadoo.nl/rnas/main.html</a><!-- m --><br />
<br />
where it does work! see my problem? Is there anyone with a clear eye who can help me out? as said... this is frustrating me!<br />
<br />
<br />
<br />
thanks!<!--content-->I have fixed the error. Please see the source below or in the attached file. I believe I fixed it by placing the main logo as in IMG tag, rather than a background. I have also changed the layout a bit to make it utilise more of CSS.<br />
<br />
<html><br />
<br />
<head><br />
<meta http-equiv="content-type" content="text/html;charset=ISO-8859-1"><br />
<title>>>> RoelandOnline</title><br />
<link rel="stylesheet" type="text/css" href=http://www.htmlforums.com/archive/index.php/"http://home.wanadoo.nl/rnas/rolstyle.css"/><br />
</head><br />
<br />
<body bgcolor="#ffffff"><br />
<center><br />
<br><br />
<br><br />
<table border="0" cellpadding="0" cellspacing="0" width="760" height="278"><br />
<col style="width : 10px;"/><br />
<col style="width : 740px;"/><br />
<col style="width : 10px;"/><br />
<tr style="height : 12px;"><br />
<td style="background-image : url(<!-- m --><a class="postlink" href="http://home.wanadoo.nl/rnas/images/lefttop.gif">http://home.wanadoo.nl/rnas/images/lefttop.gif</a><!-- m -->);"></td><br />
<td style="background-image : url(<!-- m --><a class="postlink" href="http://home.wanadoo.nl/rnas/images/middletop.gif">http://home.wanadoo.nl/rnas/images/middletop.gif</a><!-- m -->);"></td><br />
<td style="background-image : url(<!-- m --><a class="postlink" href="http://home.wanadoo.nl/rnas/images/righttop.gif">http://home.wanadoo.nl/rnas/images/righttop.gif</a><!-- m -->);"></td><br />
</tr><br />
<tr style="height : 243px;"><br />
<td style="vertical-align : top;text-align : center;" colspan="3" class="bodyframe"><br />
<img src=http://www.htmlforums.com/archive/index.php/"http://home.wanadoo.nl/rnas/images/rollogo.jpg" /><br />
</td><br />
</tr><br />
<tr style="height : 22px;"><br />
<td style="background-image : url(<!-- m --><a class="postlink" href="http://home.wanadoo.nl/rnas/images/leftbottom.gif">http://home.wanadoo.nl/rnas/images/leftbottom.gif</a><!-- m -->);"></td><br />
<td style="background-image : url(<!-- m --><a class="postlink" href="http://home.wanadoo.nl/rnas/images/middlebottom.gif">http://home.wanadoo.nl/rnas/images/middlebottom.gif</a><!-- m -->);"><br />
<span style="width : 48%;">>>> <b>www.roelandonline.tk</b></span><br />
<span style="width : 25%;text-align : right;"><b>binnenkort beschikbaar!</b></span><br />
<span style="width : 25%;text-align : right;"><b>soon available!</b></span></td><br />
<td style="background-image : url(<!-- m --><a class="postlink" href="http://home.wanadoo.nl/rnas/images/rightbottom.gif">http://home.wanadoo.nl/rnas/images/rightbottom.gif</a><!-- m -->);"></td><br />
</tr><br />
</table><br />
<br><br />
<embed src=http://www.htmlforums.com/archive/index.php/"http://home.wanadoo.nl/rnas/sounds/striferloop.mp3" width="400" height="50" type="video/x-mpeg" autoplay="true" controller="false" cache="true" loop="true" hidden="true"></center><br />
</body><br />
<br />
</html><!--content-->Well... I've Download <!--more-->ed your test and it's looks kinda screwed... my topbar is missing and there are NO lines around the bottombar.<br />
<br />
<br />
btw, this is what it SHOULD look like:<br />
<br />
<!-- m --><a class="postlink" href="http://home.wanadoo.nl/rnas/temp/tests/rol.jpg">http://home.wanadoo.nl/rnas/temp/tests/rol.jpg</a><!-- m --><br />
<br />
<br />
I'll see what happens if I make a img out of it, in stead of a background image.<!--content-->okay, posted it as image rather then background. i had to resize the pic a bit, from 760 to 758, because it looked a bit too wide to stay in line with the rest of the tables.<br />
<br />
if the line is present i'll adjust the picture itself to 758 pixels.<br />
<br />
tell me what you see, please!?<br />
<br />
<br />
thanks!<!--content-->
 
Back
Top