Need html coding help!?

Patrick

New member
http://aboutus.finisherschurch.com/

^^that is my subdomain..
i made a navigation code through someone elses answer..http://answers.yahoo.com/question/index;_ylt=An03radQaliTWU9r35XEaZ0jzKIX;_ylv=3?qid=20090320144950AAsqTA6

I also put http:// to the link but when i save it, it erases the link and looks like this: <a href="">

please email me [email protected] for assisted help if necessary


body {



text-align:center;



margin:auto;



}



#banner {



width:800px;



background-color:blue;



margin:auto;



}


#navigation {




width:800px;




background-color:#d0d0d0;




margin:auto;




}




#content {




width:800px;




background-color:white;




margin:auto;




}</style>
</head>
<body>
<div id="navigation"><a href="finisherschurch.com">
HOME || </a> <a href="aboutus.finisherschurch.com">ABOUT US </a> </div>
<div id="content">


that is the navigation code i used. im trying to edit by doing it by hand no program. please help
 
Back
Top