Hi, i´m new in this stuff, and i´m trying to make a web site. I want the menu bar horizontal with drop down and then the box for the text, i want all the layout aligned at the center. I already make the page with the menu bar but i can´t make it to be at the center At the moment i have this code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Untitled Document
<!--
.all {
width: 960px;
margin-right: auto;
margin-left: auto;
}
-->
<!--termina div wrapper-->
<!--
var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
//-->
This sounds kindda lame but i just don´t know how to make it work. Thanks for the help!