[Pro] Inline Html & Graphic

Can someone tell me the trick to get an HTML div and a Graphic to have no space between the two when they are both inline together. There seems to always be a space. This doesn’t happen when the items are both HTML or both Graphics.

Help I’m going nuts!

Billy


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Do you want them to be on separate lines, but put together, like this:

+----+
|    |
+----+
|    |
+----+

If so, the issue is that your image is in a paragraph tag, and unless it’s the first paragraph of the container element, will have a normal space-before (margin-top) of 1em. Try putting a single space before and after the inline image (which won’t publish) and then select the space-image-space sandwich and apply a text style to the three “characters” that includes Space-before: 0 (in Freeway parlance). That may get the two to snug up together vertically.

If you’re trying to make these kiss horizontally, then just float them both left.

Walter

On Jul 9, 2014, at 1:02 PM, billy kimmel wrote:

Can someone tell me the trick to get an HTML div and a Graphic to have no space between the two when they are both inline together. There seems to always be a space. This doesn’t happen when the items are both HTML or both Graphics.

Help I’m going nuts!

Billy


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options