HTML and CSS Reference
In-Depth Information
A quick recap on the logo:
Any h3 a element with the “ incl ” class applied to the
h3 inside #logo is reserved for F2fw to include the
logo.png image file from the /images folder.
Afterwards, in your style.css you only set the size.
The CSS for the logo is simple as the HTML was:
#logo h3.incl a {
height:51px;
width:182px;
}
Save & refresh your browser to see the results:
 
Search WWH ::




Custom Search