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!
h1 and divs
Post new topic   Reply to topic    HTML Help Forum Index -> CSS
View previous topic :: View next topic  
Author Message
quartzy



Joined: 26 Dec 2007
Posts: 405

PostPosted: Mon May 12, 2008 4:26 pm     h1 and divs Reply with quote

Hello
Is there a way to make a <div id="header></div> display as a H1 tag? The CSS I have is
Code:

#header {
   width: 798px;
   height: 66px;
   background-image: url('images/logo.gif');
   background-repeat: no-repeat;
   background-color: black;
   margin-bottom: 0;
   padding-bottom: 0;
}
how do I add the url to the CSS if it is possible.
sticks464



Joined: 31 Dec 2006
Posts: 1100

PostPosted: Mon May 12, 2008 9:19 pm     Reply with quote

I see no need to do a header inside an h1 tag, but you can style the h1 tag. What I would do is just put the image in the header div, an image is not going to assume the default style of an h1.

Code:
css
#header{
width: 798px;
height: 66px;
/*background:black url('images/logo.gif') no-repeat;*/
}
h1 {
width: 798px;
height: 66px;
background:black url('images/logo.gif') no-repeat;
margin: 0;
padding: 0;
}

html
<div id="header">
<h1></h1>
</div>
quartzy



Joined: 26 Dec 2007
Posts: 405

PostPosted: Tue May 13, 2008 12:57 am     re Reply with quote

OK that seems like a good way to do the h1 tags. Would I put the link to the site in between the h1 tags? I guess so. thanks for your help.
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> CSS 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 

 
HOSTING / DESIGN
MAKE MONEY

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