Topic: help me with my table errors plz ;) |
|
---|---|
Author | Thread |
Bipolar (III) Inmate From: purgatory |
posted 05-28-2001 19:01
I don't know if this is the right thread, but I have a question regarding some html table/image problems that I am having. |
Paranoid (IV) Mad Scientist From: Somewhere over the rainbow |
posted 05-28-2001 19:33
The poster has demanded we remove all his contributions, less he takes legal action. |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 05-28-2001 19:45 |
Paranoid (IV) Mad Scientist From: Somewhere over the rainbow |
posted 05-28-2001 20:04
The poster has demanded we remove all his contributions, less he takes legal action. |
Bipolar (III) Inmate From: purgatory |
posted 05-28-2001 20:14
thanks a bunch, it works now. However, I do have one question. It seems that if I put ALL the img tags on one line, they line up right next to each other like they are supposed to. If i hit <enter> after one image, so that the next one goes to the next line in my editor (white space), there is a small space between the images..... why is this? |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
posted 05-28-2001 20:27
Slime, Mozilla shows promise, but it still has a long way to go. It's extremely slow, they are rewriting image library with every milestone release, no wonder why they call it libpr0n, and caching is still under heavy development as of 0.9 milestone, which has only level 1 cache implemented, while level 2 and level 3 still have to be implemented... |
Bipolar (III) Inmate From: purgatory |
posted 05-29-2001 16:43
Max, |
Paranoid (IV) Inmate From: other places |
posted 05-29-2001 17:11 |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
posted 05-29-2001 20:45
Acidbox, as Linear said, that's how HTML works, so you can only complain to W3C... Anyway, if you *really* want to have each image tag on a separate line, you can write them like this: |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 05-29-2001 21:20
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: |
Bipolar (III) Inmate From: purgatory |
posted 05-29-2001 23:36
Thanks for the help guys, I really understand now . However, it seems to me that W3C should change that rule in the next HTML version. I mean, really, that is a hidden limiation. If I want a space, I will add an nbsp, and if I want a break, I will add a <br>. I think it is pretty crappy that HTML decides when it *thinks* you want a space. Just my .02 cents. Thanks for the help though! |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 05-30-2001 01:31
Ok&nbsp;then,&nbsp;you&nbsp;can&nbsp;do&nbsp;it&nbsp; |
Maniac (V) Inmate From: soon to be "the land down under" |
posted 05-31-2001 06:22
ROTFL, Slime. |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 05-31-2001 18:16
Heh, sorry about the above sarcasm. Actually, one bad thing about using &nbsp; for a space is that NBSP stands for "Non-Breaking SPace" - meaning that a line can't break on that space. I've used this once, when I had two words that looked better next to each other, and there was a line break between them, I put &nbsp; between them to fix the problem. My point is, it's not something that should be used anywhere you want a space, because it could create some weird formatting in some cases. |