X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=admin_images.html;fp=admin_images.html;h=b8ead217907ce4a0639a67972da9303c757adb8d;hb=34d182fda5293ad42fc1157535080ba5a5d6d47f;hp=3ba2adb1470d0f0b6039759cb1cdd006c15aab12;hpb=00cad538a53364aca98940fbc116c9db69f03e67;p=wfpl-cms.git diff --git a/admin_images.html b/admin_images.html index 3ba2adb..b8ead21 100644 --- a/admin_images.html +++ b/admin_images.html @@ -2,12 +2,12 @@ - <!--~main_title show {~-->Images<!--~}~--> + <!--~$title show {~-->Images<!--~}~--> - +

Image details

@@ -30,7 +30,7 @@ -
On the right: (with the page text to the left of it)
<span class="float_right"><img src="~src~" width="~width~" height="~height~" alt="" />~caption html~</span>
+
On the right: (with the page text to the left of it)
<span class="wfpl_ifr" style="background-image: url(~src~); width: ~width~px; padding-top: ~height~;">~caption html~</span>
On the left: (with the page text to the right of it)
<span class="float_left"><img src="~src~" width="~width~" height="~height~" alt="" />~caption html~</span>
Centered: (with nothing to either side)
<div class="mid_pic" style="width: ~width~px"><img src="~src~" width="~width~" height="~height~" alt="" />~caption html~</div>