I have a problem with </br>

HTML, CSS and anything else that deals with client side capabilities.

Moderator: General Moderators

Post Reply
mekha
Forum Contributor
Posts: 112
Joined: Sat Mar 31, 2012 6:50 am

I have a problem with </br>

Post by mekha »

i have this page:
http://topline.me/yad2/index.php
click on "Sport issues" where the yellow!

the first and the right div,when i write...the text dont down to another line...it continue to the another div...you can see the site i attached above...

any solutions please :S ?
User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

Re: I have a problem with </br>

Post by Celauran »

It's overflowing because there are no spaces on which to break the text. You need to use the overflow and text-overflow properties here. This likely won't happen in a real world situation anyway, as you won't have a site full of gibberish.
mekha
Forum Contributor
Posts: 112
Joined: Sat Mar 31, 2012 6:50 am

Re: I have a problem with </br>

Post by mekha »

i tryed to use thim...and no result :S
Post Reply