1 reply [Last post]
ddoulgas
ddoulgas's picture
User offline. Last seen 1 year 24 weeks ago. Offline
newbie
Timezone: GMT-4
Joined: 2005-11-09
Posts: 3
Points: 2

hi everyone,

i run a wordpress blog and i'm having some difficulty getting one of my plugins to align correctly. the plugin supports CSS to align the output and uses a DIV tag for placement. i tried using line-break:strict; to force a line break after the DIV tag, but that didn't work. conceptually speaking, am i approaching this problem correctly. what might i be doing wrong? any suggestions, tips or comments are welcome.

thanks in advance!

Verschwindende
Verschwindende's picture
User offline. Last seen 5 days 21 hours ago. Offline
rank Guru
Guru
Timezone: GMT-5
Joined: 2009-10-09
Posts: 2037
Points: 2256

Drop a link for more precise

Drop a link for more precise help.

Just guessing, a DIV is a block level item and should take it's own line. line-break defined for the DIV will affect what's inside the DIV and not force a line after the DIV.

After a bit of googling it seems that line-break applies to Japanese text.

yet again.