HTML command to not display images??

Discussion in 'HTML & Website Design' started by Cyrus255, Nov 29, 2011.

  1. #1
    Is there a command to not display images for the whole page in HTML? Like a "images = no" type of thing.

    Or better yet, is there a way to command a SPECIFIC frame in a frameset (or the whole frameset) to not display or load images?

    THANK YOU for your time!
     
    Cyrus255, Nov 29, 2011 IP
  2. MsNN

    MsNN Peon

    Messages:
    28
    Likes Received:
    0
    Best Answers:
    3
    Trophy Points:
    0
    #2
    Not HTML, but a simple piece of CSS in an HTML page will do:

    <style type="text/css">
    img {display:none;}
    </style>

    As far as frames, generally, you are stuck with what you pull in. In a case like that, it's better to use cURL or another "import" feature.
     
    MsNN, Nov 30, 2011 IP
  3. Yasinepd

    Yasinepd Peon

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    <body background="background.jpg"> ı use this code :)
     
    Yasinepd, Nov 30, 2011 IP
  4. MsNN

    MsNN Peon

    Messages:
    28
    Likes Received:
    0
    Best Answers:
    3
    Trophy Points:
    0
    #4
    Sorry, Yasinepd, but that doesn't make any sense for the content of the question.
     
    MsNN, Nov 30, 2011 IP