
how to divide 1 web page into some parts...i know it using frames in html,bt how can we do it in jsp.....my friend told it can b done using .i ve tried bt couldnt do it,plz help me with some example(with code plz) n output also to knw hw it works,if possible with screen shots..... m developing a website .... in that nw i ve started creating home page,bt m nt knowing how to divide that into frames in jsp.

<html> <div align="top" style="width:1024;height:100;border:solid;border-width:2;"> <img src="C:\\image.jpg" height="100" width="1024"></img> </div> <div style="width:1024;height:200;"> <div style="width:300;height:200;border:solid;border-width:2;float:left;"></div> <div style="width:300;height:200;border:solid;border-width:2;float:right;"></div> </div> <div align="bottom" style="height:100;width:1024;border:solid"> <center>Hello World</center> </div> </html>
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.