|
-
September 21st, 2004, 01:39 AM
#1
105%???
Hi everybody....
I'm creating a COMPLEX asp.net page, but I have a SIMPLE problem... when i put a HTML table and fix it on the page setting the Table's width=height=100%, it don't use ALL the space, there are a few millimeters on all the borders. If i put the 105% (ie.), it works perfect in my pc, but when i change the monitor resolution it makes me hate html again.
Thanks...
Diego
My history: QB->VB->TC++->VB->VC++->VC#
-
September 21st, 2004, 12:04 PM
#2
Re: 105%???
Did you set the page margins to 0? VS.NET defaults them to something like 10px I think.
-
September 21st, 2004, 04:45 PM
#3
Re: 105%???
Thanks... thats a good idea, but when i go to the page properties the margins appears as disabled... any idea?
My history: QB->VB->TC++->VB->VC++->VC#
-
September 21st, 2004, 04:53 PM
#4
Re: 105%???
Thanks used a css...
Code:
body
{
margin: 0px 0px 0px 0px;
}
My history: QB->VB->TC++->VB->VC++->VC#
-
September 23rd, 2004, 09:32 AM
#5
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|