Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Image Based Website

Reply
Thread Tools

Image Based Website

 
 
=?Utf-8?B?SGVsdGVyIFNrZWx0ZXI=?=
Guest
Posts: n/a
 
      07-31-2007
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!
 
Reply With Quote
 
 
 
 
Kevin Spencer
Guest
Posts: n/a
 
      07-31-2007
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

"Helter Skelter" <> wrote in message
news:96682347-B18D-4109-9814-...
> 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!



 
Reply With Quote
 
 
 
 
ThunderMusic
Guest
Posts: n/a
 
      07-31-2007
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



"Kevin Spencer" <> wrote in message
news:...
> 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
>
> "Helter Skelter" <> wrote in
> message news:96682347-B18D-4109-9814-...
>> 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!

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
file system -based website vs query string based website Boris Twila ASP .Net 0 11-14-2006 07:50 PM
wx.Image: Couldn't add an image to the image list. Laszlo Zsolt Nagy Python 1 01-26-2005 09:55 PM
Question: Writing text file based TestBenches vs. Waveform file based simulation. BLF VHDL 4 08-07-2004 12:44 AM
Set based vs. IOS based Jim Cisco 2 02-18-2004 09:23 PM
Software-based VERSUS hardware-based routers JohnNews Cisco 2 12-05-2003 03:00 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57