Is there a way for the dropdown box from my last category on the menu bar to be right justified and all the other dropdowns be left justified?
'Contact Us' category
http://www.optioncaddie.com/test/template.htm
Robert Wellock
04-29-2003, 09:16 AM
Yes, there are various ways that it could be achieved however what you have at the moment is the following:
<div Id="menuItem7_1" class="menuItem"> <p align="left"><a href="Mailto:TJ@OptionCaddie.com" style="text-decoration: none">Email the Option Caddie</a> </a></div>
I could give you the correct CSS solution, however it would be just as easy for yourself to change the <p align="left"> to <p align="right">. Obviously CSS is the preferred way to accomplish such things.