PDA

View Full Version : Aligning help



MrPinkPanther
18-01-2008, 11:02 PM
How would I align this at the bottom of the page? I have already said absolute bottom but it doesnt work.

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="800" height="440" align="absbottom">
<param name="movie" value="chat.swf">
<param name="quality" value="high">
<embed src="chat.swf" width="800" height="440" align="absbottom" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash"></embed>
</object>

Also how would you align a background at the bottom of a page

Mentor
18-01-2008, 11:26 PM
Shove it in a div along the lines of this

<div style="position: absoulte; bottom:0px;"> stuff here </div>

its just a quick write so may be a bit wrong "/

Want to hide these adverts? Register an account for free!