PDA

View Full Version : A couple questions!


Horsham R/C
07-13-2005, 04:53 AM
Domain: www.horshamrcracingforums.com (http://www.horshamrcracingforums.com/)

First: In this piece of code that I have somewhat copied/written. I put it in the navbar template and if you look at the links at the top it has the forums domain then the link.

</table>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
<tr align="center">
<td class="vbmenu_control"><a href="www.horshamrcracing.com" accesskey="5">Our Homepage</a></td>
<td class="vbmenu_control"><a href="www.horshamrcracingstorefront.com" accesskey="5">Our Storefront</a></td>
<td class="vbmenu_control"><a href="www.horshamrcracing.com/ContactUs.htm" accesskey="5">Contact Us!</a></td>
</tr>
</table>
</div>
<!-- / nav buttons bar -->
How can I fix that?

Second: Does anyone know of anyone who would be willing to redo the buttons to match the style, possibly for free? The company is a bit short fund wise right now. Thank you very much for anyone willing!

Third: Does anyone know of someone, or a group of people who would be willing to create a style with buttons to match that of the site here: www.horshamrcracingstorefront.com (http://www.horshamrcracingstorefront.com/) that accepts credit cards.

Fourth: Does anyone see the blue 1px border? Where in the sam hell is that defined? I cant find it anywhere.

Thank you very much,
Travis Repp.

Adrian Schneider
07-13-2005, 06:07 AM
1. Place "http://" in front of all the wwws, without them the server thinks they are relative paths.

4. ".vbmenu_popup" (AdminCP > Styles & Templates > {style} > Main CSS)

Horsham R/C
07-13-2005, 06:12 AM
1. Place "http://" in front of all the wwws, without them the server thinks they are relative paths.

4. ".vbmenu_popup"

First worked. You lost me on 4. Thank you.



Edit: I realized you edited it/ Thank you.