Posted by iamdave on 01/18/08 16:48
OK, so I'm moving from tables to css thanks to suggestions. One thing
I don't understand is that when I do a link like:
<a href="url">text</a> I get a break. For instance the text won't stay
in one sentence, the next words after the link drops down into a new
paragraph.
Any idea how to stop that?
css also seems to make it tough to break as you want. For instance
<a href="url">text</a><br>
<a href="url">text</a><br>
<a href="url">text</a><br>
instead of giving me:
text
text
text
gives me :
text text text
I can't seem to control breaks while using css
Dave
Navigation:
[Reply to this message]
|