PDA

View Full Version : Customize navbar


mce
Feb-19-2009, 04:19 PM
I have a simple navbar with only "Home" and "Email Me" on it. How can I make the appearance of the letters and background of the two buttons be the same?

<div id="navcontainer">
<ul>
<li><a href="/">Home</a></li>
<a href="mailto:&#x6d;&#x40;e&#x61;st&#x6f;&#x6e;&#x69;&#x6d;&#x61;&#x67;&#x65;&#x2e;&#x63;om" >Email Me</a>
</div>
</ul>
</div>

jfriend
Feb-19-2009, 04:25 PM
We would need a link to your site in order to help. It works best if you just put a link to your site in your dgrin signature so it's always available to those who might be able to help answer your questions.

mce
Feb-19-2009, 08:15 PM
We would need a link to your site in order to help. It works best if you just put a link to your site in your dgrin signature so it's always available to those who might be able to help answer your questions.

sorry..

mceaston.smugmug.com

jfriend
Feb-19-2009, 08:25 PM
sorry..

http://mceaston.smugmug.com

That link doesn't work. Are you sure you typed it right?

mce
Feb-20-2009, 12:48 PM
sorry again

J Allen
Feb-20-2009, 12:54 PM
Change it to this:



<div id="my_banner"> </div>
<div id="navcontainer">
<ul>
<li><a href="/">Home</a></li>
<li><a href="mailto:m@eastonimage.com">Email Me</a></li>
</ul>
</div>