Text formatting

Capodecina
Permabanned
Joined
31 Dec 2003
Posts
5,172
Location
Barrow-In-Furness
How do I get tex to automatically go to the next line when it reaches the end of a div or table? I've tried messing around with a table inside the div on a MasterPage but it's either cutting the text off and hiding it, or just caryying on past the size of the div I declared.

(I'm using Visual Web Developer)
 
The default behaviour for text inside a div is to wrap to a new line when it hits the div boundaries - are you sure you haven't set nowrap or something like that?
 
LazyManc said:
The default behaviour for text inside a div is to wrap to a new line when it hits the div boundaries - are you sure you haven't set nowrap or something like that?

Positive. It just carries on and keeps going and keeps going (scroll bar), unless I put a break in.

I'm tryiong to use a fluid layout.

If you've got a fluid template layout I can try i'll give it a go but i'm pretty sure everything should have been fine :(
 
If the content of the div is absolutely positioned then that may be a cause - can you post some example code and a screenshot and we might be able to help you out?
 
Back
Top Bottom