Jump to content
xisto Community
Sign in to follow this  
dtuhy

Html Help

Recommended Posts

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

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

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.