On Fri, Dec 10, 2010 at 3:31 PM, Sky <[email protected]> wrote: > I would like to have something like this: > <ul> > <li> (the link to a URL not on my site) > <img src=”http://cnn.com/cnnlogo.jpg”/> > </li> > <li> (full link to the image URL within my app - without any relative > paths, etc) > <img src=”http://mywebapp.com/img/mylogo.jpg”/> (The image will be > stored in webapps/img/mylogo.jpg directory in tomcat) > </li> > <li> (full link to the image URL without server name) > <img src=”/img/mylogo.jpg”/> > </li> > </ul> >
Is the "src" calculated? If not, then just put it in the markup. I assume it is? --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
