I will be working on a few new pages associated with my site and I will not seem for getting the borders away from. I have accomplished about 50 some other pages, but these Allow me to not seem for getting off. Can people check www. waikoloavacationrentals. com/kolea-rentals/beach-club along with www. waikoloavacationrentals. com/kolea-rentals/floor-plans and allow me to know what I may be missing.
Borders are defined inside the < table> community…
You possibly can comment-out those traces (in lieu connected with deleting them)…
Inside the file called, " kbv. css", transform this part:
#internal_text family table
border-top-width: 1px;
border-left-width: 1px;
border-top-style: not one;
border-left-style: not one;
border-top-color: #FFF;
border-left-color: #FFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
#internal_text td
border-right-width: 1px;
border-bottom-width: 1px;
border-right-style: sturdy;
border-bottom-style: sturdy;
border-right-color: #CCCCCC;
border-bottom-color: #CCCCCC;
coloration: #3c3c3b;
#internal_text th
background-image: url(imgs/table_th_bg. gif);
background-repeat: repeat-x;
background-position: remaining top;
border-right-width: 1px;
border-bottom-width: 1px;
border-right-style: sturdy;
border-bottom-style: sturdy;
border-right-color: #CCCCCC;
border-bottom-color: #CCCCCC;
text-align: center;
To the current:
#internal_text family table
border-top-width: 1px;
border-left-width: 1px;
border-top-style: not one;
border-left-style: not one;
border-top-color: #FFF;
border-left-color: #FFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
#internal_text td
/*
border-right-width: 1px;
border-bottom-width: 1px;
border-right-style: sturdy;
border-bottom-style: sturdy;
border-right-color: #CCCCCC;
border-bottom-color: #CCCCCC;
*/
coloration: #3c3c3b;
#internal_text th
background-image: url(imgs/table_th_bg. gif);
background-repeat: repeat-x;
background-position: remaining top;
/*
border-right-width: 1px;
border-bottom-width: 1px;
border-right-style: sturdy;
border-bottom-style: sturdy;
border-right-color: #CCCCCC;
border-bottom-color: #CCCCCC;
*/
text-align: center;
Toiled great. Thanks!