tag
Web Development
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, In my JSP pages,i'm using
tags to position a table in a page. This behaves differently on each browsers and also in PC's with different resolution. Pls help how to solve this.Code is: <
Thanks Ram
In what way does it behave differently? Make sure that you have a doctype on the page. Otherwise the browsers will actually make an effort to behave as differently as possible. You are using non-standard properties like bgcolor and bordercolor. That won't work in all browsers. Use css for setting the appearence. --- b { font-weight: normal; }