JohnStar
08-11-2011, 02:28 PM
Hello, I'm still a newbe learning CSS. I'm trying to set up a External stylesheet that will display my text based nav bar ( like this: Home | Videos | FAQ | e.c.t.) plan text with link in the same place every page.
Can anyone give me some help/examples? Here the code I have on my text bar (It was made in a program) (trying to code my self now)
<div id="text2" style="position:absolute; overflow:hidden; left:531px; top:231px; width:661px; height:90px; z-index:7">
<div class="wpmd">
<div><font class="ws14"><B><a href="index.html" title="">Main</a></B></font><font class="ws14"><B> |</B></font><font class="ws14"><B><a href="Recipes.html" title=""> </a></B></font><font class="ws14"><B><a href="Recipes.html" title="">Recipes</a></B></font><font class="ws14"><B> | </B></font><font class="ws14"><B><U>Videos</U></B></font><font class="ws14"><B> |</B></font><font class="ws14"><B><U> FAQ</U></B></font><font class="ws14"><B> | </B></font><font class="ws14"><B><U>About Us</U></B></font><font class="ws14"><B> | </B></font><font class="ws14"><B><a href="Contact US.html" title="">Contact Us</a></B></font></div>
</div></div>
Thanks for the help in advance :)
Can anyone give me some help/examples? Here the code I have on my text bar (It was made in a program) (trying to code my self now)
<div id="text2" style="position:absolute; overflow:hidden; left:531px; top:231px; width:661px; height:90px; z-index:7">
<div class="wpmd">
<div><font class="ws14"><B><a href="index.html" title="">Main</a></B></font><font class="ws14"><B> |</B></font><font class="ws14"><B><a href="Recipes.html" title=""> </a></B></font><font class="ws14"><B><a href="Recipes.html" title="">Recipes</a></B></font><font class="ws14"><B> | </B></font><font class="ws14"><B><U>Videos</U></B></font><font class="ws14"><B> |</B></font><font class="ws14"><B><U> FAQ</U></B></font><font class="ws14"><B> | </B></font><font class="ws14"><B><U>About Us</U></B></font><font class="ws14"><B> | </B></font><font class="ws14"><B><a href="Contact US.html" title="">Contact Us</a></B></font></div>
</div></div>
Thanks for the help in advance :)