|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Not in source but still displaying?
Hey could someone go to
http://jeffcohorse.org/reviewers/editor.php And tell me why those cells are appearing at the top above the main table? If you go to the view source they arent in the source so why are they there? |
|
#2
|
|||
|
|||
|
Message Moved
Thread moved from 'PHP Coding' to 'Client Side Things' by nawlej.
Reason: html problem |
|
#3
|
|||
|
|||
|
RE: Not in source but still displaying?
if you look at your source, I see extra </td>'s that shouldnt be there, and also <br> tags after some of the </td> tags that shouldnt be there. Thats what is doing it. Here is an example of what I saw: (I reformated it for viewing.)
Code:
<tr class="row2"> <td valign=top align="left" class="row2" height="28"><a href="/reviewers/editor.php?EditorID=3">Eric</a></td> <td valign="top" height="28" align="center" class="row2"> </td> <td valign="top" class="row2" height="28">Freeware<br></td> <td valign="top" class="row2" height="28">Windows<Br></td></td><Br> </tr><br> |
|
#4
|
|||
|
|||
|
RE: Not in source but still displaying?
I agree with nawlej on this one, the html is malformed and this is causing the problem. There isn't even an opening html, body or table tag. I think this page needs a little work!!!
|
|
#5
|
|||
|
|||
|
RE: Not in source but still displaying?
ah yep, i need to organize my code better really heh, thanks a bunch!
|
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Client Side Things > Not in source but still displaying? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|