Mon, 2010-08-23 02:44
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!
Mon, 2010-08-23 03:34
#1
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.
