Preserved Topic: td text problems (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: seattle |
posted 04-17-2002 22:29
I have this bit of code below that works fine in IE, but in nn4.7 it breaks into a new linw after the </span> and then after the </a>. what up with that? just more nn4.7 hijinks or am I missing something obvious. 'nowrap' did not work. |
Maniac (V) Inmate From: A little lower... lower... ahhhhhh, thats the spot |
posted 04-17-2002 22:34
Is that a hard return after the "at" behind the </span> but before the <a ?? |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
posted 04-17-2002 22:34 |
Maniac (V) Inmate From: there...no..there..... |
posted 04-17-2002 22:40
Just working with it quickly, it is the span tag that is causing your problems obviously. |
Paranoid (IV) Inmate From: seattle |
posted 04-17-2002 22:43
Krets: it appears it was, but when I removed it it did not change the outcome. rats. |
Paranoid (IV) Inmate From: seattle |
posted 04-17-2002 22:53
c:\: yep on the span, that was a left over from a previous change I was farting around with. thanks there. but just a question, should a <span> cause a break, I mean isn't it there specifically to work like a div WITHOUT the break? |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
posted 04-17-2002 23:08 |
Paranoid (IV) Inmate From: seattle |
posted 04-18-2002 00:13
Aha mr. max! though this caused a couple of unwanted (but expected) side affects, it did get to the root of the problem. I was able to get around the link style problems by creating an (pseudo) anchor class and though everything else was the same it worked. |