Adding Top Banner Image
Our completed template is certainly funtional but there is little in the way of visual or graphic impact.
So... lets place an image - a 750 x 150 ( pixel) graphic right across the top of the page.
You'll need to create your own with the above dimensions and name it logo-750.jpg; save it to your web folder.
We will need to edit the style sheets here...these are the two files with the .css extensions...here we go...
Step 1. Edit Style Sheets
- Navigate to C\:your-folder-name\style-moz.css
- Right mouse click on the file - open it with notepad
- scroll down the page and locate this block of code:
- div#top {
width:750px;
height:150px;
border-top:10px solid #E3E5C4;
margin:0px auto;
padding:0px;
}
- Now copy this line exactly: background:url(logo-750.jpg) left top no-repeat;
- Then paste the line into the div tag like this :
div#top {
width:750px;
height:150px;
border-top:10px solid #E3E5C4;
margin:0px auto;
padding:0px;
background:url(logo-750.jpg) left top no-repeat;
}
- Save style-moz.css to your web folder with your new changes
- Now, navigate to C\:your-folder-name\style-IE6.css
- Repeat the steps above for this style sheet copying and pasting the background image code.
- Save style-IE6.css to your web folder with your new changes
Step 2. Upload - image and style sheets
- Upload the two edited style sheets to your web host
- Upload logo-750.jpg to your web host
NAV
:: Build web site free
:: How To Make Your Own Web Site
BUILD A BASIC WEB PAGE
:: Easiest HTML Template
:: Create a Web Page - Begin
:: Adding Content to your Web Page
:: Display Your Webpage
:: Adding Headers and Paragraphs
:: Adding Sub Headers
:: Adding Links
:: Summary - Build a Basic Web Page
ASP HOST REGISTRATION
:: ASP Domain/Host sign up - step by step
ADVICE ABOUT FREE TEMPLATES
:: Free HTML Web Page Template Information
:: How to create a website for free
ADSENSE ADVICE
:: Make Money With Adsense
:: Picking Niche Keywords for Adsense Websites
:: Profitable Keywords for Adsense
CREATE ADSENSE TEMPLATE
:: Adsense Process - Read First
:: STEP 1 - Copy files, name and save
:: STEP 2 - Add content
:: STEP 3 - Add Navigation Menu
:: STEP 4 - Add Links to Menu
:: STEP 5 - Add Footer to Webpage
:: STEP 6 - Add Adsense Code
:: How to Upload Web Files
:: View Basic Adsense Template
ADDING IMAGES
:: Add Banner Image
:: Add Regular Image
:: View Adsense Template with Images
HTML/CSS TEMPLATES
:: 2 Column Webpage Layout
:: 2 Column Webpage Layout with Nav Menu
:: 2 Column WebPage Layout with Nav Menu - .ASP Include File
:: Divine Ratio Example - Adsense Layout
CSS TIPS
:: Setting Up an External Style Sheet
:: CSS Rules and selectors
:: CSS basic selector style examples
:: CSS paragraph Styles
:: CSS Contextual Selectors
Resources
:: Useful websites
:: Add URL