Pictures

This headers are croped from my pictures and the free collection of my program for design.

see here... »

The Photography Headers are 800x200

February 21th, 2011 | By: Irmgard


Please copy, right-click with the mouse.

Your slogan and company name is easy to set up with the free programs as Gimp, Photofiltre or paid programs from Corel and Adobe.

You can also do it with CSS, include this lines in your style sheed or on Mini-sites between

<head><style type="text/css">

/*example*/

#header{
background: url(img/hd-v10.jpg);
width: 800px;
height:200px;
margin:auto;
}

#header h1 {
margin-left: 520px;
padding: 75px 10px;
font: Verdana, Arial, Helvetica, sans-serif;
font-size:18px;
font-weight: normal;
color:#FFFF66;
}

</style></head>

<body>

<div id="header">
<h1>Your Company</h1>
</div>

/*end example*/

This is a little example. Pro is the header stay blank, contra the browers don't take all fonts, so when you take a special font you have to write on the header.