Theres a way to have the same banner on all pages (html)?

UmP

New member
Just wondering i need something like that, please give me a hand!
i want to have a index.html that opens a banner (lets say another page called banner.html), with all links to page1.html, page2.html and page3.html, and the banner will always be the same so if i change the file banner.html i will automatically be replaced on all files, and if an user click on page2.html link on the banner i should open in index.html.
I tried with frames, but when i click on the link the link loads on the frame it is, and i will like the banner to remain the same and target the main (index) page.
Any help its greatly appreciated!
 
try this: make banner image in gif format(or jpg or png) then put your banner image in same folder with index.html,now edit index.html and put following code:<a href="banner.html"><img src="yourbanner.gif" width="460" height="80"></a>
now just need change banner.html with another html to open different html file,or if you have many images just change yourbanner.gif with another...
 
Back
Top