In the RSS file I created consist of the follow image
property of a channel.
<image>
<title>mobileEGO</title>
<url>http://www.mobileego.com/images/mobileego-logo.jpg</url>
<link>http://www.mobileego.com</link>
<width>88</width>
<height>31</height>
</image>
I follow everything as RSS 0.91 specification, however, the
generated HTML by Jetspeed resulted as the following:
<img border="0" align="right" height="" width=""
src="http://www.mobileego.com/images/mobileego-logo.jpg"
alt="mobileEGO">
This doesn't cause a big problem in Netscape but in IE
(5.5), the image size is about 1pixel x1 pixel small since
null values in height and width parameter.
Anyone knows does Jetspeed take care of
<width><height>attribute in RSS 0.91 <image> tag?
BTW, attribute encoding seems doesn't work well resulted in
incorrect display in Chinese (big5).
--
Regards,
William Leung
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]