Centering Navagation |
![]() ![]() |
Centering Navagation |
Oct 31 2004, 10:57 AM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 69 Joined: Mar 2004 Member No: 7,859 |
What is the code to center the top navagation? (example- USERNAME: reviews - events - subscribe! xanga - USERNAME - sign out)
|
|
|
|
Oct 31 2004, 11:00 AM
Post
#2
|
|
![]() This bitch better work! ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 13,681 Joined: Jul 2004 Member No: 28,095 |
look at the top of your look & feel page, is the alignment on center?
|
|
|
|
Oct 31 2004, 11:02 AM
Post
#3
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 69 Joined: Mar 2004 Member No: 7,859 |
yes it is. but that doesn't change the navagation links. that just changes where your blog and left side modual is placed.
|
|
|
|
Oct 31 2004, 12:46 PM
Post
#4
|
|
|
kelly[changed] 2 liz ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 525 Joined: Oct 2004 Member No: 55,472 |
You know this code that you have:
CODE <!-- begin code provided by createblog.com --> <style type="text/css"> table.left th { background-image: url(); background-color:none; color:; font:; text-transform: none; text-align:left; border: #000000 1px hidden; } table.left { width:170px; color:; background-color:; border: #000000 1px solid; } </style> <!-- end code provided by createblog.com --> well, add the html CODE <!-- begin code provided by createblog.com --> table.navigation { width: 400px; text-align:center; } <!-- end code provided by createblog.com --> Change the width to whatever number you want. |
|
|
|
Oct 31 2004, 12:51 PM
Post
#5
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 69 Joined: Mar 2004 Member No: 7,859 |
Thanks, that works.. sort of.
for some reason with a code I have up the navagation is shoved to far to the left, and won't come back over... the code I have on is the one that boxes your whole xanga. QUOTE <!-- begin code provided by createblog.com -->
<center> <div style="border: 1px solid #000000; width:430px; BACKGROUND-COLOR:ffffff; height: 101%; padding-left: 1px; padding-right: 1px; padding-top: 3px; position:static; FILTER: alpha(opacity=100); " class=standard> </center> <!-- end code provided by createblog.com --> |
|
|
|
Oct 31 2004, 12:57 PM
Post
#6
|
|
|
kelly[changed] 2 liz ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 525 Joined: Oct 2004 Member No: 55,472 |
umm ok i can't help you with that because something in your code won't let it work right.
|
|
|
|
![]() ![]() |