Jump to content

Any text-align, text-wrap commands?


davery

Recommended Posts

Greetings,

 

I have a website which has an RSS feed of about 5 posts that appear one by one (the javascript) in a div element. I'm using the default wordpress rss widget with the option "show date" checked. The date is shown outside the div element. Here is the mess:

 

[attachment deleted by admin]

Link to comment
https://forums.phpfreaks.com/topic/245434-any-text-align-text-wrap-commands/
Share on other sites

What is the white-space property set to on the containing div? If it's breaking out of the containing div I'd look at making sure that white-space is set to normal.

 

white-space: normal;

 

http://reference.sitepoint.com/css/white-space

 

Are you sure this is JavaScript related?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.