Click to See Complete Forum and Search --> : Dreamweaver MX


amacfarl
09-24-2003, 01:12 PM
Folks,

I am a newbie to web development. I would appreciate some advice. I have two questions:

1) I am using Dreamweaver to design my web pages and JBuilder to write the Server Site code. So I am purely using Dreamweaver only for HTML, all the JSP code is handled through JBuilder. When I add something like:

<jsp:getProperty name="EJB_SellerReport...>

how can I get it to simply display an icon in the Dreamweaver preview section instead of all the jsp code. You see, it is making the preview useless as the code is 40+ characters, but the field itself is only 4.


2) Images.... I have not used PNG images in the past. Is this standard well supported and are there any danagers of using PNG instead of GIF or JPEG?

Thanks

Angus

Aronya1
09-24-2003, 03:27 PM
PNG is widely supported, but file sizes will sometimes be larger than other formats.

Can you give a little more detail about your other problem? Maybe post your code?