Image Based Website

G

Guest

Hello all,
I have decided that I want to try and make a website entirely out of images,
using several images as the main body. it struck me, however, that suck a
website might get reuced in size due to the way the browser works. you know,
it'll reduce the size of the graphic so that it fits on the page. is that
only if one views an image in a browser, not an image in a webpage? if it
happens on both occasions, is there an asp.net/html way to get around the
reduction of the image size? i am in no position to check any of my
suspicions because i am at a library computer in western scotland, on
holiday, at the moment.

i hope i have expressed my need with sufficient clarity. if not, well,
perhaps i could give it another try at explaining. thanks in advance, ladies
and gentlemen!
--
Look Out!

Helter Skelter
Yellow Submarine
Pepperland

PS. Get Back!
 
K

Kevin Spencer

Images are rendered in a browser as pixel sizes only. This means that the
image is always the same size relative to the browser viewport. However, as
you've observed, browsers sometimes resize the images automatically to fit,
if they are too large. I'm afraid there's not much you can do about that,
other than to break large images up into smaller ones, and perhaps use
tables to piece them together.

--
HTH,

Kevin Spencer
Microsoft MVP

Printing Components, Email Components,
FTP Client Classes, Enhanced Data Controls, much more.
DSI PrintManager, Miradyne Component Libraries:
http://www.miradyne.net
 
T

ThunderMusic

hi,

or set the size of your img tag and it will do fine (btw, you can also do it
using css) :

<img src="yourfile.jpg" width="1600" height="1200">

I hope it helps

ThunderMusic
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,756
Messages
2,569,540
Members
45,024
Latest member
ARDU_PROgrammER

Latest Threads

Top