|
|
#1 (permalink) |
|
New Member
![]() Join Date: Oct 2006
Posts: 6
|
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. |
|
|
|
|
|
#3 (permalink) |
|
New Member
![]() Join Date: Oct 2006
Posts: 6
|
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> |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Differences between hardware | freswood | Computer Networking and Servers | 5 | 08-06-2006 05:29 AM |
| New Windows Exploit Can Unleash Viruses By Viewing Images | Drastik | General Computer Chat | 7 | 03-18-2006 08:59 PM |
| Software needed: add calendar to images | nettips | General Software | 10 | 01-18-2006 07:53 PM |
| space under images in html | LoRd_gollum | General Software | 1 | 05-10-2005 06:37 PM |