View Full Version : aligning......


dilis_lamey
02-18-2003, 12:51 PM
I want to put my tag beside the poll, how can I do this?

thanks!

MaGiCSuN
02-18-2003, 01:04 PM
Put the poll code right BEHIND the tag code (or tag behind poll) and don't put any <br> between

that should work.. otherwise you could use absolute positioning:

http://www.lissaexplains.com/css2.shtml#position

Love,
Mirna

pb&j
02-18-2003, 02:17 PM
or use a table...

<table><tr><td valign="top">
tag code here
</td><td valign="top">
poll code here
</td></tr></table>