| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Be the architects of evolution and help create the mobile internet future. It’s your move---enter to win here! |
|
#1
|
|||
|
|||
|
hi everyone..
will anyone plz tell me that what i shoud do if i want to set all the contents in .aspx page such that it will become fit in the internet explorer window, b'coz it always leaves some balnk space from right........ hw can i solve this problem.. thx bye |
|
#2
|
||||
|
||||
|
hi,
you can use this code <body marginheight="800" marginwidth="600"> this will set the page to 800*600 by default, you can use the size of your page. the problem with this is that if you maximize the windows the white spaces will apear again. you can make so that when you resize the window that it resize to 800*600 by using this code <% function setSize() { self.moveto(0,0) ' wil move to 0pixels from left and 0 pixels from top self.resizeto(800,600) ' set the size of the window } %> <body onLoad=setSize()> ' HTML CODE Hope this helps |
![]() |
| Viewing: ASP Free Forums > Web Design > Web Layout > Please anyone help me |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|