JSP page presentation

Hi,

I am working in a jsp page,

and I want to know

how can I improve the presentation of the page, make it more better looking for the users that are going to use it.

cause right now I just have it with a plain .html and <BODY BGCOLOR>.

what can i do?

thanks...

[312 byte] By [deroka] at [2007-11-27 9:56:37]
# 1
Use Stylesheet (inline or seperate css file)Get proper align by using TABLE tag (always use width="100%" height="100%")Use DIV & SPAN tagsCheck at the web. That's the best source.
skp71a at 2007-7-13 0:26:48 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
what about using macromedia flash?
deroka at 2007-7-13 0:26:48 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
u can find many css/style files on internet,download what u like
field-zeroa at 2007-7-13 0:26:48 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 4
Download?I'd rather to style it myself, not to reuse other's styles ..CSS tutorials are available widespread on the web. Start here: http://www.google.com/search?q=css+tutorial
BalusCa at 2007-7-13 0:26:48 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...