OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
help me with my table errors plz ;)
This page's ID:
10574
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
See, acidbox, the thing is, how does HTML know you *don't* want a space between the images? It has to assume the newline is whitespace. If it didn't assume that, then this html code: <p>Hello, my name is Slime and this is my web page.</p> would appear as Hello, my name isSlime and this is my web page. See the problem? So it has to assume that any new line (or tab, or any whitespace, you name it) is a space. This is *not* true in cases like this: <table> <tr> <td>text</td> </tr> </table> whitespace between tags like the </td> and </tr> tags doesn't count. That's because you're not supposed to have text in that area anyway - it doesn't make sense to have white space there, so the browser knows that that whitespace is just for formatting your code, and doesn't put it into your page.
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »