PDA

View Full Version : Need some help with my homepage


BeckmannPhotos
Aug-05-2008, 11:04 AM
Alright, I thought I was picking this up pretty fast, but I've still got lots to learn. I would like to

1. get rid of the search box and the icons and text around it on my page.

2. Move my banner up to the top and center it.

3. Move the navbar to the center under the banner, with a little bit of spacing between.

Allen
Aug-05-2008, 11:36 AM
Alright, I thought I was picking this up pretty fast, but I've still got lots to learn. I would like to

1. get rid of the search box and the icons and text around it on my page.

2. Move my banner up to the top and center it.

3. Move the navbar to the center under the banner, with a little bit of spacing between.
Add a centering div around your banner/object.


<!--url's used in the movie-->
<!--text used in the movie-->
<!-- saved from url=(0013)about:internet -->
<div align="center">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
...
...
</object>
</div>

In the control panel on the customize page check no for Smugmug header.

Change the margin in this to created some space.

#navcontainer ul {
margin: 10px auto 0; /* top right/left bottom */
padding: 0;
list-style-type: none;
text-align: center;
}

BeckmannPhotos
Aug-05-2008, 12:17 PM
Thanks Allen!