OT: how to set width of image called by <a href=

Josef Lowder joe at actionline.com
Tue Mar 6 23:43:12 MST 2007


.
I sincerely apologize for offending you and all others 
who may have been offended by my error in asking this 
"totally off topic" question in this forum. 

I was not aware that there was a separate list where 
questions of this nature might be asked.  May I ask, 
how to find and/or access this other list to which 
you refer?

------------------
On Tue, 6 Mar 2007, Joshua Zeidner wrote
> Joseph,
> 
> first of all, this is totally off topic and should be on the web-
> dev list.
> 
> secondly, to control the size of an image, you need to use the 
> <img> tag, which does properly handle the width attribute.  So you 
> need to create a new HTML page that uses the IMG tag, and set those 
> links to point to it.
> 
> -jmz
> 
> -----------------------
> On 3/6/07, Josef Lowder <joe at actionline.com> wrote:
> > .
> > What is the syntax to set the width of images that are to
> > be called by a simple text list of images?
> >
> > Neither of these work:
> >
> > <a href="http://www.name.com/pix1.jpg" width=800>photo #1</a><br>
> > <a href="http://www.name.com/pix1.jpg width=800">photo #1</a><br>
> >
> > The first example just opens the photo in its original size
> > without resizing to the specified width.
> >
> > The second gives produces this message:
> >
> > Not Found
> > The requested URL /pix1.jpg width=800 was not found on this server.



More information about the PLUG-discuss mailing list