dtuhy 0 Report post Posted March 22, 2007 ok so i need help again i was wondering how i can make a navigation bar that looks like this <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://forums.xisto.com/no_longer_exists/ xmlns="http://forums.xisto.com/no_longer_exists/ http-equiv="Content-Type" content="text/html;charset=iso-8859-1" /><meta http-equiv="Content-Style-Type" content="text/css" /><title>Free Website Templates</title><link rel="stylesheet" href="style.css" type="text/css" media="screen" /></head><BODY BGCOLOR="white" TEXT="black" LINK="red" VLINK="red"><body> <!-- Start of Page Menu --> <div id="page_menu"> <ul><li class="Information"><a href="https://freewebsitetemplates.com/; title="Information"><span>Information</span></a><span></span></li> <li class="Slide Show"><a href="https://freewebsitetemplates.com/; title="Slide Show"><span>Slide Show</span></a><span></span></li> <li class="Pictures"><a href="https://freewebsitetemplates.com/; title="Pictures"><span>Pictures</span></a><span></span></li> <li class="Time Line"><a href="https://freewebsitetemplates.com/; title="Time Line"><span>Time Line</span></a><span></span></li> </ul> </div> <!-- End of Page Menu --> </body></html> Im having a problem putting the names of things that i want to go in those four boxes i tried to put in names but it didnt show up so i was wondering if anyone could give me some help Share this post Link to post Share on other sites
Saint_Michael 3 Report post Posted March 22, 2007 Well first we need the CSS code since your using CSS to design your links it would help more and correct the problems you might have with it. Share this post Link to post Share on other sites
dtuhy 0 Report post Posted March 23, 2007 thats the whole code right there at least im pretty sureit is Share this post Link to post Share on other sites
Tetraca 0 Report post Posted March 23, 2007 All the HTML does is tell the browser you want something where but it tells you nothing of style unless your code is extremely dated. The CSS, however, is meant specifically for stylizing and even layout of HTML, and so you need to look in the CSS file linked into the HTML file in the head section. Share this post Link to post Share on other sites
dtuhy 0 Report post Posted March 23, 2007 wow, i have no clue how to do any of this is there any way i could just make one that looks like that one ? Share this post Link to post Share on other sites
Tetraca 0 Report post Posted March 23, 2007 Just copy the HTML, input it into your document, copy the stylesheet linked in the head into your own file, link(NOTICE IT'S A LINK TAG, NOT AN A TAG) it in the head section of your own document and it should work properly. If you don't know CSS go to Wikibooks.org or W3Schools and learn how to. Share this post Link to post Share on other sites
jlhaslip 4 Report post Posted March 23, 2007 Here is a tutorial specifically for making Anchor links look like Buttons, which you might benefit from...http://www.cssplay.co.uk/menus/tutorial.htmlAnd if you posted your css file, we might be able to help you more... Share this post Link to post Share on other sites