Re: border="1"
Posted by
Harvey on
Nov 03, 2012; 1:08pm
URL: https://support.nabble.com/border-1-tp7581792p7581796.html
Greg thx I tried this in a macro and it doesn't seem to be working:
<raw>
<div id="harvey_img">
</a>
</div>
</raw>
On Sat, Nov 3, 2012 at 9:01 AM, GregChapman [via Nabble Support]
<[hidden email]> wrote:
Use spaces to separate the values, not commas.
Be aware that the values work clockwise starting at the top, so your figures will produce a "shadow" effect, with a wider border to the right and bottom.
Also, if there is not a full set of four values then the missing values take theirs from the opposite side. i.e.
border="1 2 3" is the equivalent of:
border-top: 1;
border-right: 2;
border-bottom: 3;
border-left: 2;
and border="1 2" is the equivalent of
border-top: 1;
border-right: 2;
border-bottom: 1;
border-left: 2;
Optionally, you can add units as well, eg
border="1px 2em"
Just a Volunteer Nabble Helper - because the nice folk at Nabble have helped me!
--
"Like" us on Facebook:
www.facebook.com/NYSkiBlogFollow us on Twitter:
http://twitter.com/nyskiblog
----------
Harvey Road:
NYSkiBlog.comNY Ski Forum:
forum.NYSkiBlog.comNY Ski Magazine:
mag.NYSkiBlog.com
HTTPS Please!