ofi
03-05-2005, 06:42 PM
See this link
http://www.koddinn.com/test.php
See the frame around the images, how can i remove it, how do i add it in this css code.
i am using this code
a:link {
color: #5B5D5F;
border-color: #B1C9D0;
text-decoration: none;
text-align: center; // dirty hack for centered page-container in IE5
background-color: <?php echo "$html_background_color"; ?>;
padding-top: 4%; }
#page { width: <?php echo "$width"; ?>px;
margin: 0px auto;
padding: 10px;
text-align: left;
border: solid #c0c0c0 1px; }
#navigation { border-bottom: solid #c0c0c0 1px;
padding: 10px; }
#statusbar { border-bottom: solid #c0c0c0 1px;
padding: 10px; }
#img_area { text-align: center;
margin-top: 15px;
border=0 }
#footer { border-top: solid #c0c0c0 1px;
padding: 10px;
text-align: center; }
#footer p { font-size: 10px;
}
a:visited {
color: #5B7E96;
text-decoration: none;
border-color: #B1C9D0;
}
a:hover {
color: 315676;
border-color: #B1C9D0;
text-decoration: none;
}
a:active {
color: 5B7E96;
text-decoration: none;
border-color: #B1C9D0;
}
.text1 {
font-family: Tahoma;
font-size: 10px;
font-weight: normal;
color: #000000;
font-style: normal;
line-height: normal;
font-variant: normal;
}
.head {font-family: Tahoma;
font-size: 11px;
font-weight: normal;
color: #A4A4A4;
font-style: normal;
line-height: normal;
font-variant: normal;
}
http://www.koddinn.com/test.php
See the frame around the images, how can i remove it, how do i add it in this css code.
i am using this code
a:link {
color: #5B5D5F;
border-color: #B1C9D0;
text-decoration: none;
text-align: center; // dirty hack for centered page-container in IE5
background-color: <?php echo "$html_background_color"; ?>;
padding-top: 4%; }
#page { width: <?php echo "$width"; ?>px;
margin: 0px auto;
padding: 10px;
text-align: left;
border: solid #c0c0c0 1px; }
#navigation { border-bottom: solid #c0c0c0 1px;
padding: 10px; }
#statusbar { border-bottom: solid #c0c0c0 1px;
padding: 10px; }
#img_area { text-align: center;
margin-top: 15px;
border=0 }
#footer { border-top: solid #c0c0c0 1px;
padding: 10px;
text-align: center; }
#footer p { font-size: 10px;
}
a:visited {
color: #5B7E96;
text-decoration: none;
border-color: #B1C9D0;
}
a:hover {
color: 315676;
border-color: #B1C9D0;
text-decoration: none;
}
a:active {
color: 5B7E96;
text-decoration: none;
border-color: #B1C9D0;
}
.text1 {
font-family: Tahoma;
font-size: 10px;
font-weight: normal;
color: #000000;
font-style: normal;
line-height: normal;
font-variant: normal;
}
.head {font-family: Tahoma;
font-size: 11px;
font-weight: normal;
color: #A4A4A4;
font-style: normal;
line-height: normal;
font-variant: normal;
}