X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=admin_images.html;fp=admin_images.html;h=ab2136ffc6696477f45cb0083af13da91aa7df06;hb=1e96693d7c35f9a92395aa023b02749f4be05917;hp=b8ead217907ce4a0639a67972da9303c757adb8d;hpb=34d182fda5293ad42fc1157535080ba5a5d6d47f;p=wfpl-cms.git diff --git a/admin_images.html b/admin_images.html index b8ead21..ab2136f 100644 --- a/admin_images.html +++ b/admin_images.html @@ -30,13 +30,13 @@ -
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>
+
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~px">~caption html~</span>
+
On the left: (with the page text to the right of it)
<span class="wfpl_ifl" style="background-image: url(~src~); width: ~width~px; padding-top: ~height~px">~caption html~</span>
+
Centered: (with nothing to either side)
<div class="wfpl_ic" style="background-image: url(~src~); padding-top: ~height~px; width: ~width~px">~caption html~</div>
-
Full Size (centered):
<div class="mid_pic"><img src="~image image_src~" width="~image image_width~" height="~image image_height~" alt="" />~caption html~</div>
+
Full Size (centered):
<div class="wfpl_ic" style="background-image: url(~image image_src~); padding-top: ~image image_height~px">~caption html~</div>