Overlapping text

Anything questions related to styling should go in here.
Post Reply
ExtremeGaming
Posts: 205
Joined: Mon Jul 09, 2012 11:13 pm

Overlapping text

Post by ExtremeGaming »

-- Solved (ty Helx ;) ) --
Last edited by ExtremeGaming on Sun Dec 09, 2012 4:47 am, edited 2 times in total.
<?php while(!$succeed = try()); ?>
User avatar
Helx
Posts: 350
Joined: Thu May 17, 2012 6:45 am
Location: Auckland, New Zealand

Re: Overlapping text

Post by Helx »

Hi,

I believe this is called 'wrapping' text.
In the container that holds the text (not too sure, but in your case I think its .post)
put this:

[syntax=css]word-wrap: break-word;[/syntax]

And that should force all text onto a new line should it get to the edge of the container.
Post Reply