text format problem

Premium, Furniture Joomla Design Shop Template with K2Store support
GK User
Fri Sep 28, 2012 10:49 am
hello, please help me
i can`t apply text formatting to the document
http://demo.fortepskov.ru/profil/profil ... -3000.html
as you can see text position next to the image? i need it to be under the image? but i can`t do it
new paragraph (<p style=>...</p>) code doesn`t work with image
----------
source code:
<p><img src="images/gealan.jpg" border="0" alt="Gealan s3000" width="600" height="160" align="middle" style="display: block; margin-left: auto; margin-right: auto;" /></p>
<p style="text-align: justify;"><strong>Профильная система GEALAN S 3000</strong></p>
<p style="text-align: justify;"><strong>Gealan S 3000</strong> представляет собой универсальную профильную систему. Трехкамерная система S 3000 от ведущего немецкого производителя GEALAN отличается оптимальной монтажной шириной 62 мм, которая позволяет
User avatar
Fresh Boarder

teitbite
Fri Sep 28, 2012 11:05 am
Hi

Please add a rule to style as:

Code: Select all
style="float: none; margin: 0 auto;"


this will show image in pne line centered
User avatar
Moderator

GK User
Fri Sep 28, 2012 11:26 am
problem solved
thanks a lot
User avatar
Fresh Boarder

GK User
Fri Sep 28, 2012 12:37 pm
one more problem
as you can see here problem with small images at the bottom
http://demo.fortepskov.ru/profil/profil ... -3000.html
Text need to be after the group of small images with a new paragraph, but it is at right
i copy html code from site on j1.5 and it doesn`t work on j2.5 properly
User avatar
Fresh Boarder

teitbite
Sun Sep 30, 2012 11:28 am
Hi

You should add a new layer just after images but still inside <p></p>. A layer to clear floating to left. I mean:

Code: Select all
<div style="clear: both;"></div>
User avatar
Moderator


cron