Hello all
I am creating a bar to apear on all of my websites, same bar with all of my other websites' links on it. Here is the rough html i have so far.
Code:
<div style="background-color:#0099FF">
<font color="white"><b>
Company Name | <a href="http://www.website.com">website name</a> | <a href="http://www.website.com">websitename</a> |
</b></font>
</div>
Heres my small issue. I am placing this html immediately after the <body> tag. What can i implement so that the contents of the <div> do not take on the font, hyperlink ect's style as set out in the <body> tag of the original page.
Basically i want the div bar at the top of all my sites to be the same, regardless of the styles of the website its being placed on.
Keep in mind that i am not using css for any of the sites
I was thinking an iFrame for the bar but thats a no no for google ect.
I hope anyone reading can understand what im trying to say, im horrible at describing things.
thanks 
- Cheyne
__________________
Please login or register to view this content. Registration is FREE - Web 2.0 design zen
|