PDA

View Full Version : layout


jkcerda
08-31-2010, 10:48 PM
how can I get the following moved?

welcome, username; notifications, usercp, my profile ; log out UNDER the header?


http://i220.photobucket.com/albums/dd250/jkcerda/layout.jpg

Xtrigit
08-31-2010, 11:33 PM
Moved to a different place? where exactly?

jkcerda
09-01-2010, 12:30 AM
Moved to a different place? where exactly?
bottom part of the header.

Lynne
09-01-2010, 12:58 AM
In the header template, grab, and remove all the stuff in the id="toplinks" div and put it at the bottom of the template. The modify the css for .toplinks to not be positioned absolute and to have a height and background.

jkcerda
09-01-2010, 03:17 AM
In the header template, grab, and remove all the stuff in the id="toplinks" div and put it at the bottom of the template. The modify the css for .toplinks to not be positioned absolute and to have a height and background.

did you mean "theN, modify the CSS for toplink,,,,,," ?

I need to learn CSS, but, Ill still give it a crack on my test forum, thanks Lynne.