Viewing 7 replies - 1 through 7 (of 7 total)
  • Delete index.html and the iframe will disappear… as will the background image. This can be brought back by adjusting your theme (css & html) which is a fairly minor task but if you don’t know css can be awkward.

    Just had a look at your css. All you ave to do to add the background back to your page is remove the background-color from thre body desciption and replace it with

    background: url(bg.jpg) #FFE8D0;

    Thread Starter Madiebeartri

    (@madiebeartri)

    Deleting index.html is easy enough. I suppose I just hit delete? how do i adjust the theme css and html so that my blog is available to read?

    Madie

    Thread Starter Madiebeartri

    (@madiebeartri)

    Like this?

    body{
    font-family:verdana;
    font-size:7pt;
    color:#30393E;
    background:http://www.beartribenet.com/log(bg.jpg) #FFE8D0;
    height:7pt; text-align:justify;

    Thread Starter Madiebeartri

    (@madiebeartri)

    Thankyou. That so worked. Now I can go back and adjust a couple of other things.

    Madie

    No problem. The css is almost there. The image doesn’t show up on my computer.

    You just have to change the background to exactly what I had so it would be

    body{
    font-family:verdana;
    font-size:7pt;
    color:#30393E;
    background: url(bg.jpg) #FFE8D0;
    height:7pt; text-align:justify;

    Please help! I can’t delete the iframe in my blog too!
    http://tranqmindhcl2-2.blogspot.com/

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How to delete the IFRAME’ is closed to new replies.