| Trevor L. 2007-03-16, 4:16 am |
| Bacchus wrote:
> Hi
>
> I created a table with 8 rows and 2 columns. I have white background
> and am trying to make the borders around the cells all white so there
> will seem to have no borders around them at all. The inside is
> working okay but on the outside I am seeing a grey frame. Anyone
> know how I can give this the boot? Need a sample...see my site link
> below.
>
> Also, when I try to make the border thicker it does not show up when I
> transfer it onto my site. That could be the host though.
>
> thanks
>
> --
>
> Bubblefast Canada
> Toronto, Ontario
> Toll Free 1 877 599 (SHIP) 7447
> Fax: 416 247 9884
> www.bubblefastcanada.com
> www.stores.ebay.ca/BubbleFAST-Canada
> kevino@bubblefastcanada.com
Which is the table in question ?
I cannot see any borders in www.bubblefastcanada.com For that matter, I
can't see an 8*2 table
But the code is soemwhat out of whack
<html> <head> and <body> tags are repeated throughout the code
The structure should be
<html>
<head>
</head>
<body>
</body>
</html>
Each of these appears only once.
Between <head> and </head> goes the code such as
<title>Bubblefast Canada - Welcome</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<META NAME="description" CONTENT="Welcome">
<META NAME="keywords" CONTENT="Welcome">
<style type="text/css">
..maindiv h1 {
font-family : Arial, Verdana, Arial, Helvetica, sans-serif;
font-size : 18px;
color: #000000;
}
</style>
<script type="text/javascript">
function Start(page) {
controlWindow=window.open(page,"","width=640,height=400,scrollbars=yes,toolbar=yes,location=yes,resizable=yes");
}
</script>
The main HTML code goes between <body> and </body>
</html> comes immediately after </body>
--
Cheers,
Trevor L.
[ Microsoft MVP - FrontPage ]
MVPS Website: http://trevorl.mvps.org/
----------------------------------------
|