Welcome, Guest ( Customer Panel | Login )




 All Forums
 VPCart Forum
 Customization
 Bottom Navigation Problem
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

go4gold
VP-CART New User

151 Posts

Posted - December 19 2006 :  01:33:39  Show Profile  Visit go4gold's Homepage  Reply with Quote
Hi,

I have removed the alphabet navigation above copyright and replace this with Contact Us, About Us, etc. I manage to get them all centred but each link is on a different line. Can someone tell me please how to have them all on 1 line above copyright with spaces between the links. The code I have now is:

<tr>
<td><center><a href="shopcustcontact.asp"><%=getlang("langcontactus")%></a></td>
</tr>
<tr>
<td><center><a href="about_us.asp"><%=getlang("langcommonabout")%></center></a></td>
</tr>
<tr>
<td><center><a href="shopcontent.asp?type=terms"><%=getlang("langcommonterms")%></center></a></td>
</tr>
<tr>
<td><center><a href="privacy.asp"><%=getlang("langcommonprivacy")%></center></a></td>
</tr>

<tr>
<td><center><%=getlang("langCommonCopyright")%></center></td>
</tr>

Many thanks in advance for any help.

Go4Gold

support
Administrator

4679 Posts

Posted - December 19 2006 :  20:35:19  Show Profile  Visit support's Homepage  Reply with Quote
Hi,

If you replace the code you provided above with the next one

<tr>
<td>
<center>
<a href="shopcustcontact.asp"><%=getlang("langcontactus")%></a>&nbsp; 
<a href="about_us.asp"><%=getlang("langcommonabout")%></a>&nbsp; 
<a href="shopcontent.asp?type=terms"><%=getlang("langcommonterms")%></a>&nbsp; 
<a href="privacy.asp"><%=getlang("langcommonprivacy")%></a>
</center>
</td>
</tr>
 <tr>
<td><center><%=getlang("langCommonCopyright")%></center></td>
</tr>

all links will be displayed in one line above copyright.

Regards,
Michael

VP-ASP Support
Go to Top of Page

go4gold
VP-CART New User

151 Posts

Posted - December 20 2006 :  01:23:08  Show Profile  Visit go4gold's Homepage  Reply with Quote
Excellent, Michael, thank you!

Go4Gold
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Snitz Forums 2000
0 Item(s)
$0.00