Jump to content
php.lv forumi

image iekš div


Jackal

Recommended Posts

by default tas arī izstiepjās .. to biš tas izplatās tik daudz, cik augsts/plats kontents ir... Protams nerunājam, kad ir specifisks CSS...

Tāpēc mēs jau arī neesam gaišreģi un neko tev nepateiksim, kamēr neiedosi CSS

Link to comment
Share on other sites

Ir dažādi varianti.

 

Viens no tiem:

<div style="border-style:solid; border-width:1px;">
<img src="1.jpg" style="float:left; width:140px; margin-right:5px;" />
<div style="clear: both;"></div>
</div>

Otrs:

<div style="border-style:solid; border-width:1px; float: left; ">
<img src="1.jpg" style="float:left; width:140px; margin-right:5px;" />
</div>

 

Imo bija vēl kaut kādi, bet tagad neatceros.

Edited by andrisp
Link to comment
Share on other sites

×
×
  • Create New...