Quote:
Originally Posted by Wired1
Code for URLs
Code:
<tr><td class="vbmenu_option" align="left"><a href="private.php" rel="nofollow">Private Messages</a></td></tr>
My code:
Code:
<tr><td class="vbmenu_control"><b>Processor</b></td><td class="vbmenu_option">$post[field6]</td></tr>
Mash em up how you'd like in the Dropdown - Manual template and you're good to go. UNTESTED.
|
That sort of worked but it broke the layout of the dropdown menu, so I modified it a bit and came up with this which works perfectly.
Code:
<tr><td class="vbmenu_option">My Tank: <a href="$post[field28]" target="_blank">Click here to see my tank thread.</a></td></tr>
Thanks for the help. :up: