Quote:
Originally Posted by Chris-777
Code:
<td class="vbmenu_control_alt"><a href="http://yoururl/home.php">Home</a></td>
Just slap that in wherever you want the button to be, editing the URL to (naturally) wherever you'd like Home to take you.
Edit: Just after:
Code:
table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center">
<tr align="center">
Would put it on the far left.
|
Not being a CODER, I worked on this for hours trying to figure it out.(i.e. Add a Home Button) Finally gave up and searched and found your post here.
I'm using vbStyles ARIA Skins and only had to remove the '_alt' (out of vbmenu_control_alt) to get this to work perfectly with the proper colors/fonts.
Again, Many Thanxx for taking the time to post the info!