Jared
11-03-2003, 05:22 AM
I need help with my margin code. Here is my code:
<STYLE type="text/css">
<!--
BODY {
scrollbar-face-color: 000000;
scrollbar-highlight-color: 000000;
scrollbar-3dlight-color: 0000FF;
scrollbar-darkshadow-color: 000000;
scrollbar-shadow-color: 000000;
scrollbar-arrow-color: FFFFFF;
scrollbar-track-color: 000033;
margin-top: 2%;
margin-bottom: 1;
margin-left: 15%;
margin-right: 1;
padding-top: 1;
padding-bottom: 1;
padding-left: 1;
padding-right: 1;
}
body { font-family: [font]; font-size: [font_size]pt; color: [text_color]; margin: 0px;}
form { margin: 2px;}
.head { font-family: [font]; font-size: [th_font_size]pt; color: [th_text_color]; background-color: [table_color_one];}
.one { font-family: [font]; font-size: [td_font_size]pt; color: [td_text_color]; background-color: [table_color_two];}
.two { font-family: [font]; font-size: [td_font_size]pt; color: [td_text_color]; background-color: [table_color_three];}
.onesmall { font-family: [font]; font-size: [small_font_size]pt; color: [td_text_color]; background-color: [table_color_two];}
.twosmall { font-family: [font]; font-size: [small_font_size]pt; color: [td_text_color]; background-color: [table_color_three];}
th { font-weight: bold; font-family: [font]; font-size: [font_size]pt; color: [text_color];}
select { font-size: [small_font_size]pt;}
td { font-family: [font]; font-size: [font_size]pt; color: [text_color];}
select { font-size: [small_font_size]pt;}
h1 { font-size: [h1_font_size]pt; font-weight: normal; margin-top: 2px; margin-bottom: 2px;}
h2 { font-size: [h2_font_size]pt; font-weight: normal; margin-top: 2px; margin-bottom: 2px;}
h3 { font-size: [h3_font_size]pt; font-weight: normal; margin-top: 2px; margin-bottom: 2px;}
small { font-size: [small_font_size]pt; }
A:link, A:visited { color: [link_color]; text-decoration: none;}
A:active, A:hover { color: [active_link_color]; text-decoration: none;}
.visit:visited { color: [visited_link_color]; text-decoration: none;}
</style>
Yes, its on a php site.
<STYLE type="text/css">
<!--
BODY {
scrollbar-face-color: 000000;
scrollbar-highlight-color: 000000;
scrollbar-3dlight-color: 0000FF;
scrollbar-darkshadow-color: 000000;
scrollbar-shadow-color: 000000;
scrollbar-arrow-color: FFFFFF;
scrollbar-track-color: 000033;
margin-top: 2%;
margin-bottom: 1;
margin-left: 15%;
margin-right: 1;
padding-top: 1;
padding-bottom: 1;
padding-left: 1;
padding-right: 1;
}
body { font-family: [font]; font-size: [font_size]pt; color: [text_color]; margin: 0px;}
form { margin: 2px;}
.head { font-family: [font]; font-size: [th_font_size]pt; color: [th_text_color]; background-color: [table_color_one];}
.one { font-family: [font]; font-size: [td_font_size]pt; color: [td_text_color]; background-color: [table_color_two];}
.two { font-family: [font]; font-size: [td_font_size]pt; color: [td_text_color]; background-color: [table_color_three];}
.onesmall { font-family: [font]; font-size: [small_font_size]pt; color: [td_text_color]; background-color: [table_color_two];}
.twosmall { font-family: [font]; font-size: [small_font_size]pt; color: [td_text_color]; background-color: [table_color_three];}
th { font-weight: bold; font-family: [font]; font-size: [font_size]pt; color: [text_color];}
select { font-size: [small_font_size]pt;}
td { font-family: [font]; font-size: [font_size]pt; color: [text_color];}
select { font-size: [small_font_size]pt;}
h1 { font-size: [h1_font_size]pt; font-weight: normal; margin-top: 2px; margin-bottom: 2px;}
h2 { font-size: [h2_font_size]pt; font-weight: normal; margin-top: 2px; margin-bottom: 2px;}
h3 { font-size: [h3_font_size]pt; font-weight: normal; margin-top: 2px; margin-bottom: 2px;}
small { font-size: [small_font_size]pt; }
A:link, A:visited { color: [link_color]; text-decoration: none;}
A:active, A:hover { color: [active_link_color]; text-decoration: none;}
.visit:visited { color: [visited_link_color]; text-decoration: none;}
</style>
Yes, its on a php site.