Actually, I believe that an inline block element followed by a return will interpret that as a space, so that something like:

<img src="x1" style="display:inline-block">Image_1</a>
<img src="x2" style="display:inline-block">Image_2</a>

... would have a space between them, while ...

<img src="x1" style="display:inline-block">Image_1</a><img src="x2" style="display:inline-block">Image_2</a>

... would not.

Rick Gordon

---------------------
On 10/27/14 12:42 PM, Ted Stresen-Reuter wrote:
On Oct 27, 2014, at 4:57 PM, Andy Knasinski<andyk...@gmail.com>  wrote:

It's not exactly the same, I suppose, but it should be good enough. Remember 
that white space between elements in HTML should not impact the rendered 
display (contrary to behavior in prior versions of some browsers... methinks my 
age is showing).
___________________________________________
RICK GORDON
EMERALD VALLEY GRAPHICS AND CONSULTING
___________________________________________
WWW: http://www.shelterpub.com

--
This is the BBEdit Talk public discussion group. If you have a feature request or would like to report a problem, please email
"supp...@barebones.com" rather than posting to the group.
Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>

--- You received this message because you are subscribed to the Google Groups "BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.

Reply via email to