Reply to Thread New Thread |
![]() |
#1 |
|
if you want an image just for the header background, you put it in the CSS.
/* HEADER */ div#header { padding: 10px 0; margin-bottom: 20px; background-image:url('yourimager.gif'); } where yourimage.gif is the image you want in the background, you can also specify heights and widths and everything else you need in the CSS for the image, it also keeps your base code tidy. you can also repeat the image if you need too { background-image:url('paper.gif') background-repeat:repeat-x; } this repeats the image horizontally untill it fills the width of the header. |
![]() |
![]() |
#2 |
|
|
![]() |
![]() |
#3 |
|
|
![]() |
![]() |
#4 |
|
that is a header image, its a background for the header DIV only, (not the whole page) its the standard way of doing it. I thought the she asked for a header image? |
![]() |
![]() |
#7 |
|
|
![]() |
![]() |
#9 |
|
|
![]() |
![]() |
#12 |
|
/* HEADER */
div#header { padding: 10px 0; margin-bottom: 20px; } div#header h1 { margin: 10px 0; text-align: right; text-transform: uppercase; font-size: 46px; font-weight: bold; line-height: 40px; text-spacing: -10px; font-family: Helvetica; } Where would I put a link to a header image? |
![]() |
![]() |
#13 |
|
|
![]() |
![]() |
#16 |
|
|
![]() |
![]() |
#17 |
|
|
![]() |
Reply to Thread New Thread |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|