Borderless images using MistyLook theme and others

  • Unknown's avatar

    The borders issue has been asked and answered many times but none solved my problem until this.

    I simply wanted to add images (linked or not) without the default 3D border added by the default CSS for the MistyLook theme, and preferably without having to pay for the custom CSS option just for that purpose.

    I tried unsucessfully setting BORDER=”0″ or ‘border: none’ in the HTML code of the advanced settings. After inspecting the default css, I saw that there was both a border and a background in effect for this particular theme (probably for others also). The solution was to remove both. I found it was only possible by manually editing the HTML and adding ‘style=”background:0 0;border:0;”‘ to the img line after the ‘class=’ string, as follows:

    ‘<img class=”size-full wp-image-149 alignright” style=”background:0 0;border:0;” title=”blocker2″ src=”http://lastnightatfourpeaks.wordpress.com/files/2008/12/blocker2.jpg” alt=”blocker2″ width=”141″ height=”210″ />’

  • The topic ‘Borderless images using MistyLook theme and others’ is closed to new replies.