• Resolved pianoworldguy

    (@pianoworldguy)


    Let me start by saying I’m pleased with this plugin.
    It works as advertised and is easy enough to use.

    I have a ton of html pages I built over the years, I don’t want to rebuild them all in WP.

    The page in question contains images with vSpace and hSpace parameters.

    The following is an example of the code for one of them…

    Join Our 2019 Tour

    Oops, meant to escape the code…

    <a href="http://forum.pianoworld.com/ubbthreads.php/topics/2725600/piano-music-lovers-european-tour-join-us.html">
    <img src="http://forum.pianoworld.com//gallery/42/full/9728.jpg" alt="Join Our 2019 Tour" align="left" hspace="10" border="0" style="max-width:100%;height:auto;"></a>

    If there is a way to make it work, great. If not, it isn’t that big of a deal.

    Thanks for any help.

    Best,
    Frank B.
    Piano World

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter pianoworldguy

    (@pianoworldguy)

    <a href="http://forum.pianoworld.com/ubbthreads.php/topics/2725600/piano-music-lovers-european-tour-join-us.html">
    <img src="http://forum.pianoworld.com//gallery/42/full/9728.jpg" alt="Join Our 2019 Tour" align="left" hspace="10" border="0" style="max-width:100%;height:auto;"></a>
    Plugin Author David Artiss

    (@dartiss)

    Hi Frank,

    My plugin doesn’t make any changes to the code so the space issues you’re experiencing will be down to your theme’s CSS, which you’ll need to tinker with to resolve this.

    Thread Starter pianoworldguy

    (@pianoworldguy)

    Hi David,
    Thanks for the quick response.
    I didn’t think your plugin was the issue, just wasn’t sure what was.

    You’re suggestion about the css was spot on.
    I was using the old/deprecated vspace/hspace.

    When I replaced it with CSS style (align=”left” border=”0″ style=”margin:0px 20px; max-width:100%; height:auto;) , it worked perfectly!

    All the Best,
    Frank B.
    Piano World

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Works Well Except Vspace/Hspace not working?’ is closed to new replies.