Reply
Link question, like this site
Old 01-16-2008, 08:44 PM Link question, like this site
colochris's Avatar
Ultra Talker

Posts: 357
Hello to all,

I have a simple question I am sure. If you look at the top of this screen you will see the header and logo etc. At the top is links, how would a person do these? Why I ask is because i am working on a site header and I cannot get an links to work. Would you make your header and then make a bar in dreamweaver or html editor and then add some links? Or does it seem that the bar was made with the header and links added there?

Thanks in advance for your help and ideas.

Colochris
__________________
http://www.bowlingboards.com
colochris is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
     
Old 01-16-2008, 10:53 PM Re: Link question, like this site
bigfreak's Avatar
Extreme Talker

Posts: 174
Name: Andy
When i do mine i make the nav a php include, and add the info to the style sheet (height, location, etc.)

like this...


css sheet:

#topnav { height:10px; width: 300px; top:5px; left:483px; padding-left: 0px; padding-top: 0px; }
#topnav a { text-decoration: none; color: black; font-size: 12px; font-weight: bold; }
#topnav a:hover { color:white;}
#topnav span { color: black; margin:0 1px; }

html:

<?php require('topnav.html'); ?>

topnav:

<div id="topnav">
<div align="right"><a href="index1.php">Home</a><span> | </span><a href="contact.php">Contact Us</a><span> | </span><a href="privacy.php">Privacy Policy</a></div>
</div>

once you have the code in the css, you can move it into place and fine tune it.

i hope this is what you're looking for and that it helps! it may not be the best way, but it works for me!

cheers!

Last edited by bigfreak : 01-16-2008 at 10:55 PM.
bigfreak is offline
Reply With Quote
View Public Profile
 
Old 01-19-2008, 12:46 AM Re: Link question, like this site
Junior Talker

Posts: 1
Name: quehuang
add the info to style sheet
__________________
www.EEBNews.com - Daily news on China; business news, internet, economy, stock market, society, politics, technology; a prime source for staying updated on China!
zippo1932 is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Link question, like this site
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.11991 seconds with 13 queries