Can someone help please

Discussion in 'PHP' started by ljinvests, Jun 11, 2009.

Thread Status:
Not open for further replies.
  1. #1
    I am in the process of making a poker site and need help with an image
    I am trying to get an image beside my content but cant get the code right
    www.prizepkr.com
    code
    Welcome to PRIZRPKR.COM where poker is free.&nbsp;<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="468" height="60">
    <param name="movie" value="pok2.swf" />
    <param name="quality" value="high" />
    <param name="wmode" value="transparent">
    <embed src="http://prizepkr.com/banners1/pok2.swf"
    quality="high"
    type="application/x-shockwave-flash"
    WMODE="transparent"
    width="400"
    height="400"
    pluginspage="http://www.macromedia.com/go/getflashplayer" />
    </object></p>
    <p>We offer everyone the chance to play poker </p>
    <p>absolutely free with the opportunity to win </p>
    <p>some great prizes.We know there are many </p>
    <p>free online poker sites but how many offer </p>
    <p>their members free cash and prizes just for </p>
    <p>playing their poker.Well that's what we do </p>
    <p>here at prizrpkr we reward our members for</p>
    <p> playing poker on our website.</p>
    <p><a>Some of the prizes we offer are cash prizes,</a></p>
    <p>shopping certificates,hats,mugs,mp3 players</p>
    <p> and much much more.We give these prizes </p>
    <p>to random members each and every month </p>
    <p>however the more you play the better the</p>
    <p> chances of you getting one of our great </p>
    <p>prizes.So what are you waiting for join now </p>
    <p>start playing and winning some cool prizes.</p>
    <p>And most of all have fun!!
    can someone please help thanks
     
    ljinvests, Jun 11, 2009 IP
  2. dopanel.com

    dopanel.com Peon

    Messages:
    93
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Adding align="right" into the flash code!
    
    <object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="468" height="60" align="right">
    <param name="movie" value="pok2.swf" />
    <param name="quality" value="high" />
    <param name="wmode" value="transparent">
    <embed src="http://prizepkr.com/banners1/pok2.swf"
    width="400"
    height="400" align="right"
    quality="high"
    type="application/x-shockwave-flash"
    WMODE="transparent"
    pluginspage="http://www.macromedia.com/go/getflashplayer" />
    </object>
    
    Code (markup):
     
    dopanel.com, Jun 11, 2009 IP
Thread Status:
Not open for further replies.