nested img

2002-06-06 Thread Keith Chew

Hi

I was wondering why isn't there a nested:img tag?

I want to have a nested image with a link, ie:

nested:img src=someimage.gif name=somebean property=someMap/

Is there an alternative?

I could do
nested:link name=somebean property=someMap/img
src=someimage.gifnested:link/

but it creates an ugly border around the image...

Thanks
Keith


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: nested img

2002-06-06 Thread James Mitchell

put border=0, that an html thing

James Mitchell
Software Engineer\Struts Evangelist
Struts-Atlanta, the Open Minded Developer Network
http://struts-atlanta.open-tools.org
ICQ: 27651409
AOLIM: jmitchtx (and NO I don’t use AOL;)


 -Original Message-
 From: Keith Chew [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, June 06, 2002 6:24 PM
 To: Struts Users Mailing List
 Subject: nested img


 Hi

 I was wondering why isn't there a nested:img tag?

 I want to have a nested image with a link, ie:

 nested:img src=someimage.gif name=somebean property=someMap/

 Is there an alternative?

 I could do
 nested:link name=somebean property=someMap/img
 src=someimage.gifnested:link/

 but it creates an ugly border around the image...

 Thanks
 Keith


 --
 To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]



--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: nested img

2002-06-06 Thread Arron Bates



Hi

I was wondering why isn't there a nested:img tag?

I want to have a nested image with a link, ie:

nested:img src=someimage.gif name=somebean property=someMap/

Is there an alternative?


No alternative. Just had a look through.
It's valid, I'll have to make one and get it in there.

I could do
nested:link name=somebean property=someMap/img
src=someimage.gifnested:link/

but it creates an ugly border around the image...


try...
nested:link name=somebean property=someMap /img 
src=someimage.gif border=0/nested:link

...there shouldn't be an ugly border. I'd also recommend getting the 
height and with of the image in the tag also, because it will reserve 
space on the page for the browser until the image loads. That's why some 
pages suddenly expand all over the place while you're trying to read the 
content that's there. The image sizes haven't been specified in the Html.

I'll get onto the img tag though.

Arron.


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: nested img

2002-06-06 Thread Keith Chew


Thank you James and Arron for you reply. I'll give the border=0 a go while
waiting for the nested:img tag.

Keith

-Original Message-
From: Arron Bates [mailto:[EMAIL PROTECTED]]
Sent: Friday, 7 June 2002 3:48 p.m.
To: Struts Users Mailing List
Subject: Re: nested img




Hi

I was wondering why isn't there a nested:img tag?

I want to have a nested image with a link, ie:

nested:img src=someimage.gif name=somebean property=someMap/

Is there an alternative?


No alternative. Just had a look through.
It's valid, I'll have to make one and get it in there.

I could do
nested:link name=somebean property=someMap/img
src=someimage.gifnested:link/

but it creates an ugly border around the image...


try...
nested:link name=somebean property=someMap /img
src=someimage.gif border=0/nested:link

...there shouldn't be an ugly border. I'd also recommend getting the
height and with of the image in the tag also, because it will reserve
space on the page for the browser until the image loads. That's why some
pages suddenly expand all over the place while you're trying to read the
content that's there. The image sizes haven't been specified in the Html.

I'll get onto the img tag though.

Arron.


--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]