JPG Strech

  • Thread starter Patrick Whittle
  • Start date
P

Patrick Whittle

In my HTML document, I want JPG files to stretch to the outer border. If
there are three JPG files for example, which HTML code (or JavaScript) will
cause each image, never to be obstructed? I want to always see the edges of
JPG files when a user stretches and/or shrinks a window/container.
 
J

James Egan

In my HTML document, I want JPG files to stretch to the outer border. If
there are three JPG files for example, which HTML code (or JavaScript) will
cause each image, never to be obstructed? I want to always see the edges of
JPG files when a user stretches and/or shrinks a window/container.

I never did understand the "_web" suffix of this newsgroup. How come
xp gets it and none of the other ms operating systems?


Jim.
 
L

Luuk

Patrick Whittle schreef:
In my HTML document, I want JPG files to stretch to the outer border.
If there are three JPG files for example, which HTML code (or
JavaScript) will cause each image, never to be obstructed? I want to
always see the edges of JPG files when a user stretches and/or shrinks a
window/container.

something like:

<html>
<head>
<title>strech</title>
</head>
<body>
<img src=strech.jpg width=100%>
</body>
</html>
 

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

Top