HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
How to put line break in Header Wrapper?
Post new topic   Reply to topic    HTML Help Forum Index -> General HTML
View previous topic :: View next topic  
Author Message
TheRedOne



Joined: 03 Sep 2009
Posts: 1

PostPosted: Thu Sep 03, 2009 1:34 pm     How to put line break in Header Wrapper? Reply with quote

I am using Blogger.

There is a Header Wrapper that has the following code:
*<div id='header-wrapper'>
<b:section class='header' id='header' maxwidgets='1' showaddelement='no'>
<b:widget id='Header1' locked='true' title='ABCDEFGHIJKLMNOP 1234567890 (Header)' type='Header'/>*

The part after "title=", above, is what I need help with. I want to show the header wrapper in the blog as two separate lines. One reading ABCDEFGHIJKLMNOP. The second line reading 1234567890.

Can you help me with the code to do this? Should it be separated by a <br>? And if so, where do I put it?

Thanks,
TheRedOne
sticks464



Joined: 31 Dec 2006
Posts: 2311

PostPosted: Thu Sep 03, 2009 1:55 pm     Reply with quote

Assuming you can add/edit css in blogger you can do something like this
Code:
<b:widget id='Header1' locked='true' title='ABCDEFGHIJKLMNOP<br /><span>1234567890</span> (Header)' type='Header'/>*

Then there should already be some styling for the header that sets the font size, color etc. Add this style rule to the css stylesheet
Code:
#Header1 span {
font-size:12px;/*set font-size as desired*/
color:#000;/*set to black, change as desired*/
}


I don't use blogger but these should work.
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> General HTML All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
DARFUR
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial