Overlapping text
-
- Posts: 205
- Joined: Mon Jul 09, 2012 11:13 pm
Overlapping text
-- Solved (ty Helx ) --
Last edited by ExtremeGaming on Sun Dec 09, 2012 4:47 am, edited 2 times in total.
<?php while(!$succeed = try()); ?>
Re: Overlapping text
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:
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:
word-wrap: break-word;And that should force all text onto a new line should it get to the edge of the container.