fz
-
Total Posts
:
2
-
Reward points
:
0
- Joined: Mar 24 '03
-
Status: offline
|
How can I remove all the margins?
Mon. Mar 24, '03 5:56 PM
( permalink)
I' ve done all I could think of in the Dynamic CSS area to remove the margines of the page without success. How is it done? Thanks, Frank
|
|
|
|
Bruce Lee
-
Total Posts
:
76
-
Reward points
:
0
- Joined: Jun 15 '02
-
Status: offline
|
RE: How can I remove all the margins?
Mon. Mar 24, '03 6:36 PM
( permalink)
Check your CSS for the " body" element. Also, please register the software (update your profile to include your forum URL) to receive support from us. Thanks
Bruce Lee
ASPPlayground.NET Custom Software Developer
|
|
|
|
fz
-
Total Posts
:
2
-
Reward points
:
0
- Joined: Mar 24 '03
-
Status: offline
|
RE: How can I remove all the margins?
Mon. Mar 24, '03 6:40 PM
( permalink)
" body" looks like the following: color: #000000; font: 11px Arial; background-color: #ffffff; /*margin: 0px 0px 0px 0px;*/ Am I missing anything? Will update the profile. Thanks, Frank
|
|
|
|
Bruce Lee
-
Total Posts
:
76
-
Reward points
:
0
- Joined: Jun 15 '02
-
Status: offline
|
RE: How can I remove all the margins?
Mon. Mar 24, '03 6:46 PM
( permalink)
ORIGINAL: fz color: #000000; font: 11px Arial; background-color: #ffffff; /*margin: 0px 0px 0px 0px;*/ You should remove the " comment" surrounding the margin definition.
Bruce Lee
ASPPlayground.NET Custom Software Developer
|
|
|
|
Fox Tucker
-
Total Posts
:
3
-
Reward points
:
0
- Joined: Mar 22 '03
-
Status: offline
|
RE: How can I remove all the margins?
Tue. Mar 25, '03 11:53 AM
( permalink)
Specifically it should look like this.. ORIGINAL: fz color: #000000; font: 11px Arial; background-color: #ffffff; margin: 0px 0px 0px 0px;
|
|
|
|