Quote:
Originally Posted by coolist
I have a menu script but when I incert <div> </div> code its making it skip a line and not properly aligned, is there anything else I can use instead?

|
It's not really surprising. Since the default values if a div are to have 100% width, it will mess up your layout. If you want to use them, you'll need to style their width at the very least. But like serandfae said, we can't really debug without code.
- Steve
__________________
if($stevej == "helpful") { $talkupation += $user_power; }
|