Need to get rid of these lines in here.

admin

Administrator
Staff member
I'm not worried about being w3 compatible yet or browser compatible yet as I'm still finishing getting the site actually up. But I need to get rid of these 2 lines that are on my page. <!-- w --><a class="postlink" href="http://www.deftclothing.com/_site.htm">www.deftclothing.com/_site.htm</a><!-- w --> The lines are to the right of the copyright and right above the very top right logo. They are very easy to see.<!--content-->The very first thing to do is close your <td> tags on the same line they are opened.<br />
<br />
Not:<br />
<td><br />
blah<br />
</td><br />
<br />
But this:<br />
<td>blah blah</td><br />
<br />
That should sort you out if you are going to be pixel perfect. Also there should be no spaces outside any tags within the <td>'s, except in text you want displayed.<!--content-->Ok I got rid of the line by the copyright and I did what you said to do. The one up top is still there though. I thought maybe the image was just too small so I added a pixel but that just put a line on the left side of the image. So I don't really know what to do right now.<!--content-->kind of hard to help when we get a 404 on that link<!--content-->Hmmmmm...ok I reuploaded it to <!-- w --><a class="postlink" href="http://www.deftclothing.com/site.html">www.deftclothing.com/site.html</a><!-- w --><!--content-->You used a full DOCTYPE, but the code fails to meet the spec you quoted: "http://www.w3.org/TR/html4/frameset.dtd" : <!-- m --><a class="postlink" href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.deftclothing.com%2Fsite.html&charset=%28detect+automatically%29&doctype=Inline&ss=1&sp=1&outline=1&verbose=1">http://validator.w3.org/check?uri=http% ... &verbose=1</a><!-- m --><!--content-->What do you mean? That **** all don't make sense to me. Also, on the links and contact page, the css won't work. Anyone know how to fix this? Sorry if I sound ignorant, I''m just trying to learn.<!--content-->Ok heads up...<br />
<br />
<table width="800"><br />
<tr><br />
<td width=""><img src=http://www.htmlforums.com/archive/index.php/"blah.gif" width="761"></td><br />
<td width=""><img src=http://www.htmlforums.com/archive/index.php/"blah.gif" width="39"></td><br />
<td width=""><img src=http://www.htmlforums.com/archive/index.php/"blah.gif" width="1"></td><br />
</tr>...<br />
<br />
I would suggest getting some widths in the <td>'s then work on some maths. I at work at the moment and can't have a proper look at your source and files. Will do a deeper look later.<!--content-->Alright thanks.<!--content-->Originally posted by sk8hardusd <br />
What do you mean? That **** all don't make sense to me. Also, on the links and contact page, the css won't work. Anyone know how to fix this? Sorry if I sound ignorant, I''m just trying to learn. <br />
hmm I get errors all over the place.<br />
<br />
<br />
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"><br />
<html><head><br />
<title>404 Not Found</title><br />
</head><body><br />
<h1>Not Found</h1><br />
The requested URL /riders.html was not found on this server.<p><br />
<p>Additionally, a 404 Not Found<br />
error was encountered while trying to use an ErrorDocument to handle the request.<br />
</body></html><br />
<br />
also, css woks fine on the contacts page. also you may not be worried about w3 compatible but your code screams it. you will be surprised if you make it compatible your errors will go away. also...<br />
<br />
valign="center"<br />
<br />
no such thing as that. it is valign="middle"<!--content-->Sorry but that table layout is a real mess... here ya go... study how this was done and add your content to the centre.<br />
<br />
Here is a new table for you, it is upto to fill in the center. I would suggest you use another table inside the center to include your content. The New files are at the bottom, you will have to save them. I am off to bed, hope you did some maths and any questions I will reply later.<br />
<br />
<br />
<table align="center" valign="middle" width="100%" height="100%" border="0" cellspacing="0" cellpadding="0"><br />
<tr><br />
<td><br />
<table width="600" border="0" cellspacing="0" cellpadding="0" align="center"><br />
<tr> <br />
<td width="35" height="35"><img src=http://www.htmlforums.com/archive/index.php/"topleft.jpg" width="35" height="35"></td><br />
<td background="top.jpg"><td><br />
<td width="35" height="35"><img src=http://www.htmlforums.com/archive/index.php/"topright.jpg" width="35" height="35"></td><br />
</tr><br />
<tr> <br />
<td background="left.jpg"></td><br />
<td bgcolor="#FFFFFF" valign="top"></td><br />
<td background="right.jpg"></td><br />
</tr><br />
<tr> <br />
<td height="35"><img src=http://www.htmlforums.com/archive/index.php/"botleft.jpg" width="35" height="35"></td><br />
<td background="bot.jpg"></td><br />
<td><img src=http://www.htmlforums.com/archive/index.php/"botright.jpg" width="35" height="35"></td><br />
</tr><br />
</table><br />
</td><br />
</tr><br />
</table><br />
<br />
<!-- m --><a class="postlink" href="http://www.entimp.com/forumstuff/top.jpg">http://www.entimp.com/forumstuff/top.jpg</a><!-- m --><br />
<!-- m --><a class="postlink" href="http://www.entimp.com/forumstuff/bot.jpg">http://www.entimp.com/forumstuff/bot.jpg</a><!-- m --> <br />
<!-- m --><a class="postlink" href="http://www.entimp.com/forumstuff/left.jpg">http://www.entimp.com/forumstuff/left.jpg</a><!-- m --> <br />
<!-- m --><a class="postlink" href="http://www.entimp.com/forumstuff/right.jpg">http://www.entimp.com/forumstuff/right.jpg</a><!-- m --> <br />
<!-- m --><a class="postlink" href="http://www.entimp.com/forumstuff/topleft.jpg">http://www.entimp.com/forumstuff/topleft.jpg</a><!-- m --> <br />
<!-- m --><a class="postlink" href="http://www.entimp.com/forumstuff/topright.jpg">http://www.entimp.com/forumstuff/topright.jpg</a><!-- m --> <br />
<!-- m --><a class="postlink" href="http://www.entimp.com/forumstuff/botleft.jpg">http://www.entimp.com/forumstuff/botleft.jpg</a><!-- m --> <br />
<!-- m --><a class="postlink" href="http://www.entimp.com/forumstuff/botright.jpg">http://www.entimp.com/forumstuff/botright.jpg</a><!-- m --><!--content-->Scoutt, what I meant when I said I didnt understand it, was that I didn't understand what the page at W3 was telling me to fix so I couldn't fix it. Also, on the links page, my css won't work for scrollbars.<!--content-->Which bits of <!-- m --><a class="postlink" href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.deftclothing.com%2Fsite.html&charset=%28detect+automatically%29&doctype=Inline&ss=1&sp=1&outline=1&verbose=1">http://validator.w3.org/check?uri=http% ... &verbose=1</a><!-- m --> don't you understand?<br />
<br />
All of these errors have been discussed several hundred times in previous website reviews over the last year.<br />
<br />
Use the forum search feature to find answers, or post again in this thread any that you get stuck on.<!--content-->sk8hardusd, take this out of the links page<br />
<br />
"http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd"<br />
<br />
and take this out of the main page<br />
<br />
"http://www.w3.org/TR/html4/frameset.dtd"<!--content-->I understand what it is saying on that page,but when I click explain, that is where I don't understand what it's saying.<!--content-->what was wrong with my suggestion for the table layout? All you have do is set the page bg black, and fill the centre with an iframe of even the content it self?<!--content-->I never said there was anything wrong with it. But it's only a temporary site until I get the real one up so I don't really feel like coding it again. Laziness I know, but oh well.<!--content-->
 
Back
Top