Results 1 to 2 of 2

Thread: Aligning help

  1. #1
    Join Date
    Dec 2007
    Posts
    2,807
    Tokens
    0

    Latest Awards:

    Default Aligning help

    How would I align this at the bottom of the page? I have already said absolute bottom but it doesnt work.
    HTML Code:
    <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

  2. #2
    Join Date
    Aug 2004
    Location
    UK
    Posts
    11,283
    Tokens
    2,031

    Latest Awards:

    Default

    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 "/

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •