Screen:

Z góry thx ;-)
@edit by in5ane:
Ogólnie chodzi mi o to, jak zrobić te linię.
To co zrobiłem:
<div id="content"> <div id="left-content"> <img style="float: left;" src="images/aktualnosci.jpg" alt="" /> </div> <div id="right-content"> <img src="images/panel-uzytkownika-logowanie.jpg" alt="" /> <p class="panel-uzytkownika"> </p> <img src="images/polecamy.jpg" alt="" /> <img src="images/reklama.jpg" alt="" /> <img src="images/wspolpraca.jpg" alt="" /> </div> </div>
#content { width: 880px; font-family: Verdana; font-size: 12px; color: #000000; margin: 15px; float: left; } #left-content { width: 580px; float: left; } #right-content { width: 290px; float: right; } .panel-uzytkownika { margin-left: 5px; margin-bottom: 15px; padding-bottom: 5px; border-bottom: 1px dashed #c0c0c0; text-align: center; } input.pole-form{ background: url(images/pole-form.jpg) no-repeat; width: 169px; height: 18px; padding-left: 14px; padding-top: 1px; border: 0; margin-top: 3px; margin-left: 3px; } .polecamy{ margin-left: 5px; margin-bottom: 15px; padding-bottom: 5px; border-bottom: 1px dashed #c0c0c0; } .reklama { margin-left: 5px; margin-bottom: 15px; padding-bottom: 5px; border-bottom: 1px dashed #c0c0c0; } .wspolpraca { margin-left: 5px; margin-bottom: 15px; }
I jeszcze chodzi mi o to, żeby zrobić porządek z tym formularzem, tzn. jakoś ładnie to zrobić (równo) (w normalnym html'u można było na tabelkach, ale w xHTMLu nie wiem jak).
Adres: http://muay-thai.com.pl/dp/ (tutaj możecie zerknąć to co osiągnąłem + ten formularz.
Z góry dziękuję za pomoc.