PDA

View Full Version : Help!!


daveboersema
Jan-29-2008, 10:43 AM
I've followed the tutorials and I'm stuck, I just need a little tweaking my site is http://daveboersema.smugmug.com and I would like it to look like this http://daveboersema.smugmug.com/photos/248778503-X3.jpg Any help would be appreciated!

Allen
Jan-29-2008, 11:24 AM
I've followed the tutorials and I'm stuck, I just need a little tweaking my site is http://daveboersema.smugmug.com and I would like it to look like this http://daveboersema.smugmug.com/photos/248778503-X3.jpg Any help would be appreciated!
Start with this. Add the red in nav html.

<div id="navcontainer">
<div id="navTitle">Dave Boersema Photography</div>
<ul>
...
...

Add this to the top of your CSS.

#navTitle {
float: left;
font-size: 130%;
}

#navcontainer {
position: relative;
left: 65px;
margin: 0 auto;
width: 890px;
}

daveboersema
Jan-29-2008, 06:21 PM
I notice you help many folks here on Smugmug. Your one of the reasons I chose this site to host my photos.:D

~Jan~
Jan-29-2008, 06:36 PM
I notice you help many folks here on Smugmug. Your one of the reasons I chose this site to host my photos.:D

And one of the main reasons I stay! Allen's the BEST!! :clap