S SBTlauien New Member Oct 22, 2006 #1 i made a html document that opens a few webpages. the problem is, i dont want the images to be displayed. i only want to be able to read the text. are there any html tags to disable the images? or any java, ect., tags to disable them? thanks.
i made a html document that opens a few webpages. the problem is, i dont want the images to be displayed. i only want to be able to read the text. are there any html tags to disable the images? or any java, ect., tags to disable them? thanks.
S SBTlauien New Member Oct 23, 2006 #3 starcab said: Can you post the code you use? Click to expand... yes... <html> <FRAMESET COLS="50%, 50%"> <FRAMESET ROWS="50%, 50%"> <FRAME SRC="http://yahoo.com"> <FRAME SRC="http://yahoo.com"> </FRAMESET> <FRAMESET ROWS="50%, 50%"> <FRAME SRC="http://yahoo.com"> <FRAME SRC="http://yahoo.com"> </FRAMESET> </FRAMESET> <body> </body> </html>
starcab said: Can you post the code you use? Click to expand... yes... <html> <FRAMESET COLS="50%, 50%"> <FRAMESET ROWS="50%, 50%"> <FRAME SRC="http://yahoo.com"> <FRAME SRC="http://yahoo.com"> </FRAMESET> <FRAMESET ROWS="50%, 50%"> <FRAME SRC="http://yahoo.com"> <FRAME SRC="http://yahoo.com"> </FRAMESET> </FRAMESET> <body> </body> </html>