Log in

View Full Version : REALLY REALLY EASY ... why dont i know it?!


idwf
06-20-2004, 04:48 PM
Hey there guys.

My navbar, i just cant seem to get the right effect. See the image to see what i got (on the left) and what i want (on the right!)

I just cant seem to do this! I know theres a REALLY easy still...im just too stupid to figure it out!

thanks guys!

tnguy3n
06-20-2004, 11:51 PM
Did you try to add align="center" in <tr> or navbar table?!

idwf
06-21-2004, 06:19 AM
nope..i didn't try that..would that give it the border effect though?

skinvb
06-21-2004, 06:26 AM
very very easy.Here is instruction .Open: navbar and find:
<!-- nav buttons bar -->
<div align="center">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">

Change it to:
<!-- nav buttons bar -->
<div align="center">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="BORDER-RIGHT: #000000 1px solid; BORDER-LEFT: #000000 1px solid; COLOR: #000000; BORDER-BOTTOM: #000000 1px solid;">

You're done

idwf
06-21-2004, 07:55 AM
thanks very much!