how to divide 1 web page into some parts...

how to divide 1 web page into some parts...

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.

View Answers

June 30, 2011 at 2:48 PM

<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>









Related Tutorials/Questions & Answers:
how to divide 1 web page into some parts...
how to divide 1 web page into some parts...  how to divide 1 web page into some parts...i know it using frames in html,bt how can we do it in jsp... home page,bt m nt knowing how to divide that into frames in jsp.   <
how to divide 1 web page into some parts...
how to divide 1 web page into some parts...  how to divide 1 web page into some parts...i know it using frames in html,bt how can we do it in jsp... home page,bt m nt knowing how to divide that into frames in jsp.  <
Advertisements
how to divide 1 web page into some parts using div tag...
how to divide 1 web page into some parts using div tag...  how to divide 1 web page into some parts. i know it using frames in html,bt how can we do... creating home page,bt m nt knowing how to divide that into frames in jsp
how to divide a web page into some frames.....
how to divide a web page into some frames.....  how to divide 1 web page into some parts. i know it using frames in html,bt how can we do it in jsp... page,bt m nt knowing how to divide that into frames in jsp.  Please go
divide html page
divide html page   how to divide html page into 3 parts without using frames
how to devide a web page into parts and setting the targets like frames but without using frames
how to devide a web page into parts and setting the targets like frames... page into 3 parts(top,left and right). top part contains logo and name of company some text below the logo. left and right parts must be below the top part.left
divide a page
divide a page   how to divide a page using jsp in three different column and in which , in first column , there is a phone number box,whenever a phone numhber is given immediately it will shown in below of the phone box
divide a page
divide a page   how to divide a page using jsp in three different column and in which , in first column , there is a phone number box,whenever a phone numhber is given immediately it will shown in below of the phone box
Java Web Parts
Java Web Parts       Java Web Parts The AjaxTags component of the Java Web Parts project is a taglib... element on a page, It is nice because it does not require you to change anything
really need help on how to write this program plz some 1 help out. - Java Beginners
really need help on how to write this program plz some 1 help out.  i am confused here on what to write can some 1 help out here i dont quite understand how to code it so can some 1 help out. Part II Write, compile and execute
how to add web cam in web page
how to add web cam in web page  how do i embed my webcam in web page. code for embedding web cam in web page
how to create web page on jsp?
how to create web page on jsp?  how to create web page on jsp
How to change functionlatiy in web page
How to change functionlatiy in web page  i need to change functionality of my web page..i came to know that by using collections it is possible..but i dont know how to use it...is any other way to change functionality of my web
New Page 1
;= 1; i <= 9; i++){   for(var j = 1
May I know how to create a web page?
May I know how to create a web page?  can u suggest me how to start
how to use a single web page multiple functionaliteies
how to use a single web page multiple functionaliteies  i have a web page in that according to user role functionality should be varies/changes but page should be common for every user & functionality..my moto is to reduse
how to use a single web page multiple functionaliteies
how to use a single web page multiple functionaliteies  i have a web page in that according to user role functionality should be varies/changes but page should be common for every user & functionality..my moto is to reduse
how to use a single web page multiple functionaliteies
how to use a single web page multiple functionaliteies  i have a web page in that according to user role functionality should be varies/changes but page should be common for every user & functionality..my moto is to reduse
how to use a single web page multiple functionaliteies
how to use a single web page multiple functionaliteies  i have a web page in that according to user role functionality should be varies/changes but page should be common for every user & functionality..my moto is to reduse
how to use a single web page multiple functionaliteies
how to use a single web page multiple functionaliteies  i have a web page in that according to user role functionality should be varies/changes but page should be common for every user & functionality..my moto is to reduse
how to use a single web page multiple functionaliteies
how to use a single web page multiple functionaliteies  i have a web page in that according to user role functionality should be varies/changes but page should be common for every user & functionality..my moto is to reduse
How to print contents of a web page in jsp?
How to print contents of a web page in jsp?  I have generated a pay slip using jsp.How do I print the contents of the slip
how i open my web page
how i open my web page   how i open my web page on different broadband machine if i don't have any domain name... i m using a broadband .........i... localmachine/localhost:8080/app/app.htm so tell me step how i open my page
how to remove the column from a java web page
how to remove the column from a java web page  i have a web page with account#, qtr, year if i want to remove the year column which is a drop down list from my jsp what should i do and what is the process please give a brief view
WEB PAGE
WEB PAGE  How To Create A Simple web Page Of a gmail using applet
web page
web page  1.Create a web page with the following using HTML i) To embed an image map in a web page ii) To fix the hot spots iii) Show all the related information when the hot spots are clicked
Web Page
Web Page    Use any programming language or package to create a Project 2 .The Main menu should only be displayed, if the user is valid and uses... or any special effect or use of creativity. I cannot attach my project 1
i am confused here on what to write can some 1 help out here - Java Beginners
i am confused here on what to write can some 1 help out here  i don't quite understand how to code it so can some one help out
how to open a web page using proxy in java and handling button event in that web page..?
how to open a web page using proxy in java and handling button event in that web page..?  Sir, what i need is a code which uses proxy address and opens a web page i.e for example and then clicks a "yes" button in that page
How to export web page to excel using java or jsp or servlets
How to export web page to excel using java or jsp or servlets  Hi I am trying to export web page(jsp page ) to excel using jsp or servlets. I am retrieving records from database and displaying in the jsp page, In this page I
parts in HTML documents
parts in HTML documents  How many parts are present in HTML documents
how to code-updating some details n some details r unchanged
how to code-updating some details n some details r unchanged  i have created a page with empty text boxes,details are.... house... unchanged,then how to do that..... i know how to update,but how to get the old
ModuleNotFoundError: No module named 'divide'
'divide' How to remove the ModuleNotFoundError: No module named 'divide'...ModuleNotFoundError: No module named 'divide'  Hi, My Python... to install padas library. You can install divide python with following command
ModuleNotFoundError: No module named 'divide'
'divide' How to remove the ModuleNotFoundError: No module named 'divide'...ModuleNotFoundError: No module named 'divide'  Hi, My Python... to install padas library. You can install divide python with following command
How to Addding 1 Year with PHP
How to Addding 1 Year with PHP  Hi, I am very fresh in PHP language. I trying to create a small application about how to adding 1 year in specific date. Please suggest me. Thanks
How to display Jfreechart from servlet in jsp web page at specified location
How to display Jfreechart from servlet in jsp web page at specified... to display the chart in web page. I generated the chart using Jfreechart... in jsp web page . Thank you very much Sir
new web page
new web page  I am creating a new web page for an user to sign up....how to give error messages if an user has not entered some fields(it can be one or many)... An example could be your webpage where you have indicated in red
web page design
web page design  Great Applianz Ltd. was established in 1985, in New... to various parts of the world. The management decided to implement this service.... The website should provide the following functionality: A Welcome page that gives
ModuleNotFoundError: No module named 'parts'
ModuleNotFoundError: No module named 'parts'  Hi, My Python program is throwing following error: ModuleNotFoundError: No module named 'parts' How to remove the ModuleNotFoundError: No module named 'parts'
connect a web page to a database
connect a web page to a database  how to connect a web page to a database
php web page capture
php web page capture  How to capture the history of a web page using PHP
setting web page size
setting web page size  How to set the webpage size in Java
map on web page
map on web page   i want to insert an area map in my web page how can i do it ? please answer me soon. Its urgent
Web page example
Web page example  Hi, How to make sample web page? Thanks (adsbygoogle = window.adsbygoogle || []).push({});   Hi, If you are aware of HTML then you can write simple web page for your website. You have
Web Page Transaction
Web Page Transaction  Hello sir, i want to add an Effective page transaction when i go to my home page to other page in js...plllzzz help me...rppy soon
ModuleNotFoundError: No module named 'divide-and-cover'
named 'divide-and-cover' How to remove the ModuleNotFoundError: No module named 'divide-and-cover' error? Thanks   Hi, In your...ModuleNotFoundError: No module named 'divide-and-cover'  Hi, My
ModuleNotFoundError: No module named 'divide-seq'
'divide-seq' How to remove the ModuleNotFoundError: No module named 'divide-seq' error? Thanks   Hi, In your python environment you...ModuleNotFoundError: No module named 'divide-seq'  Hi, My Python
create a one web page
create a one web page  create a one web page with stored values in a database
web page access
web page access  I was store project in server and i will open that project file in client side add="http://server:8080/project..." this is very..." and project code = "Java Server Page" "HOW TO WRITE CODE CLIENT ACCESS SERVER
New Page 1

Ads