Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Post-Kicker, -Byline & -Footer (http://forum.bytesforall.com/forumdisplay.php?f=17)
-   -   HEADLINE Formatting: Inserting Line Breaks? (http://forum.bytesforall.com/showthread.php?t=2696)

anonuser Jul 28, 2009 09:07 AM

HEADLINE Formatting: Inserting Line Breaks?
 
Hi All:

I'd like to ask simply whether one can format the HEADLINE so that it breaks a certain way? In other words, I'd like to put in hard line breaks. Can I, for example, use HTML?

Many thanks.

norwichkaren Aug 10, 2009 07:57 AM

Insert a line break at the end of the line

<br />

Anything with this symbol after if will appear on the next line? Or it should?

Flynn Aug 11, 2009 02:19 AM

That could have worked but WOrdpress will transform that <br /> to HTML entities and display it literally as "<br />"

You can cause a line break by giving the headline a defined width

h1.blogtitle, h2.blogtitle {
width: .....px;
}


All times are GMT -6. The time now is 01:23 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.