Hello I made a blank page and find a layout on W3 schools website. My problem is when i add a link to it. The link will not work. Heres what the page looks like http://multicon.forumotion.com/h3-test-page heres the HTML code i'm using.
I just find this today. But wanted to use something to post gaming news other then the forum page and thought this would work great. But like i said can't get links to work. Any help would be great
- Code:
<html>
<body>
<div id="container" style="width:500px">
<div id="header" style="background-color:#FFA500;">
<h1 style="margin-bottom:0;">Main Title of Web Page</h1></div>
<div id="menu" style="background-color:#FFD700;height:200px;width:100px;float:left;">
<b>Menu</b>
HTML
CSS
JavaScript</div>
<div id="content" style="background-color:#EEEEEE;height:200px;width:400px;float:left;">
Content goes here</div>
<div id="footer" style="background-color:#FFA500;clear:both;text-align:center;">
Copyright © 2011 W3Schools.com</div>
</div>
</body>
</html>
I just find this today. But wanted to use something to post gaming news other then the forum page and thought this would work great. But like i said can't get links to work. Any help would be great