Moveing text on resize

liunx

Guest
Hi,<br />
<br />
I have some text inside a <p>, followed by a link.<br />
eg : <p>Blah blah <a href=http://www.htmlforums.com/archive/index.php/"www.page.com">Link to page</a></p><br />
<br />
The problem is that once i move from 1024x768 to 800x600, the text in the link gets justified very badly. I end up getting half the link on one line, and the last word of the link on the other. <br />
Is there any way I can move the entire link text one line down, but retain it on the previous line if the res is 1024x768?<!--content-->you can try this but I am not sure it will do what you want:<br />
<br />
<p>Blah blah <a href=http://www.htmlforums.com/archive/index.php/"www.page.com">Link&ampnbsp;to&ampnbsp;page</a></p><!--content-->if you text is getting sent to a new line then you have it set way to big or the text is in too small of a box (table)<br />
<br />
any text that you show as you have it will not move to a new line. so you must have it defined in a table or something. some code would be nice.<!--content-->
 
Back
Top