views:

94

answers:

1

I am trying to get tags to wrap to the next line by left floating them. In firefox the text will wrap onto the start of the next line, however IE6 will wrap the text onto the line directly under the start of the text of the tag. So for example if the a tag is halfway along the line it will wrap to the next line but halfway along it instead of wrapping to the start.

Does anyone have any ideas on how to get the wrapping to begin at the start of the line?

A: 

If I understand the problem correctly, you may try looking at the <nobr> tag.

From utoronto.ca:

NOBR marks a block of text that should not contain line breaks -- line breaks are forbidden, an the text will be presented as a single line, without any word wrapping. This is useful for text that you do not wish broken at word spaces, regardless of the page layout.

Here are a few resources:

T Pops