Pictures

This headers are croped from my pictures, the most of them are captured with my digital camera and have a high resolution.

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.

Previous Page | Next Page | 1 | 2