Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Perhaps change hosts. I use servage.net for years and they have huge storage allowances and unlimited everything. Runs about $6 to $8 a month with constant bonus storage space and bandwidth allowances. Right now I think I have a dozen MySql databases running. Never an issue.

    *Which php file???

    ==================

    *first remove the styling references from your iframe code in the php file.

    then in your style.css, add the following:

    iframe {
    border:0;
    margin:0 0.5em 0.5em 0;
    width:120px;
    height:240px;
    }

    That *should* give you what you want. The key here is to give margin to the right and bottom of your iframe. I suggest 0.5em, but you may want to play with that value.

    hspace and vspace are old, deprecated attributes that are wonky at best.

    Wonky, old or not… what I want to do is add something to the script that will automatically add vspace=10 hspace=15 to all photos inserted into a story when I click the INSERT IMAGE icon or the INSERT IMAGE FROM G2 icon. The INSERT IMAGE FROM G2 icon puts an image into the text without any word wrap at all and looks sucky. When I use the INSERT IMAGE icon that you enter a URL in, it does word wrap the text around the photo, but does not add any spacing so the photo can BREATHE. I had to manually go into the html of the story and add the vspace=10 hspace=15 coding. I want to have that done automatically with every photo I insert using the INSERT IMAGE applicator built into WordPress. HOW??????

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