Commentbox und Bild nebeneinander.

Hallo.
Ich habe eine Frage. Ich möchte auf meiner Myspace Seite meine selbst genrierte Commentbox links und rechts daneben ein Bild oder eine animation haben. Ich kann die cmmtbox zwar nach Links und die animation nach rechts zentrieren aber dann erscheinen sie untereinander stadt nebeneinander. Ich hab auch leider noch keine großen Kenntnisse in Html und finde einfach keine Lösung. Wäre sehr froh über Hilfe.

Dies is der code für die Commentbox:

<div align="left"><form method="post" action="<A href="http://comments.myspace.com/index.cfm?fuseaction=user.ConfirmComment"><input">http://comments.myspace.com/index.cfm?fuseaction=user.ConfirmComment"><input type="hidden" name="friendID" value=""><textarea name="f_comments" id="f_comments" style=" background-color:#FF0099!important; background-image: url( http://i305.photobucket.com/albums/nn233/Viviannn_/leopard-1.jpg ); background-position: top left; background-attachement: fixed; background-repeat: repeat; border-width:3px!important; border-color:#FFFFFF!important; border-style:dotted!important; font-family:Tahoma!important; font-size:12px!important; font-weight:bold; color:#FFFFFF!important; width:180px!important; height:70px!important; line-height:17px !important; ">Tell me all your fuckin' secrets...</textarea><br><input type="submit" value="Lie!" style=" width:180px!important; height:15px!important; background-color:#FF0066!important; background-image: url( http://);  background-position: top left; background-attachement: fixed; background-repeat: repeat; border-width:1px!important; border-color:#FFFFFF!important; border-style:solid!important; font-family:Arial!important; font-size:9px!important; font-weight:bold; color:white!important; letter-spacing:4px !important; "></form><br><a href="[Myspace Layouts, Myspace Generators, Myspace Codes, Myspace Backgrounds](http://www.msplinks.com/MDFodHRwOi8vd3d3LmZyZWVjb2Rlc291cmNlLmNvbQ)==" target="_blank"><b></b></a><br></div>

Und das ist der für die animation:

<a href="<A href="http://www.msplinks.com/MDFodHRwOi8vaW1hZ2VzaGFjay51cw=="><img">http://www.msplinks.com/MDFodHRwOi8vaW1hZ2VzaGFjay51cw=="><img src=" http://img180.imageshack.us/img180/1169/thz363161421dq9.gif " border="0" alt="Image Hosted by ImageShack.us"/></a>

Das element, dass nach links muss musst du floaten. Beispiel:

Das ist links
Dieses normale Div ist nach rechts daneben

Vergiss nicht, dass danach noch irgend ein Element mit clear:left; bzw clear:both (ich floate lieber beide Container) einzufügen, sonst könnte sich das unschön auf das Aussehen auswirken :wink:

Nein. Genausogut kann man das Element, dass nach rechts muss, floaten. Man kann sogar beide floaten. Es kommt immer auf den Einsatz an.

Gruß,
-Efchen

O.O Hat funktioniert. Krass.
Vielen vielen Dank ihr seit supa <3