Masthead
CODE SNIPPETS
_____________________For header.php:
Achnahaird, Ross-shire, Scotland - Photo by Mike Wilson
For Credits page:
Masthead image by Mike Wilson.
For styles.css:
#header h1 a {
display: block;
background: url(images/achnahaird-wide.jpg) no-repeat top right;
height: 165px;
}
_____________________
_____________________
For header.php:
Kinnaird Head, Fraserburgh, Aberdeenshire, Scotland - Photo by Ian Cowe
For Credits page:
Masthead image by Ian Cowe.
For style.css:
#header h1 a {
display: block;
background: url(images/kinnaird-head-1440x250.jpg) no-repeat top left;
height: 210px;
}
_____________________
_____________________
For header.php:
Luss, Dunbartonshire, Scotland - Photo by Craig Burrows
For Credits page:
Masthead image by Craig Burrows.
For style.css:
#header h1 a {
display: block;
background: url(images/luss.jpg) no-repeat top left;
height: 165px;
}
_____________________
_____________________
For header.php:
Quairang, Trotternish, Skye, Scotland - Photo by Mark Greenwood
For Credits page:
Masthead image by Mark Greenwood.
For style.css:
#header h1 a {
display: block;
background: url(images/quairang-900.jpg) no-repeat top left;
height: 144px;
}
_____________________