Posts: 30
Location: Berlin Germany Europe World
|
hi Brian07002,
maybe you should try to solve your problem by using css.
this code will collapse your borders (from the table):
Code:
<style type="text/css">
<!--
table{
border:0;
}
td{
border:1px solid #000;
background-color:#ccc;
}
//-->
</style>
...put this code between </title></head>
in your second code you have the declaration of border-color twotimes.
first you have 'border:1px solid #000' and than you have bordercolor='#000000' aswell.
try to stay in one kind of style.
css or html
I prefer css because the code is getting faster you can split between style and text.
mybe you should read more about using css/ html http://www.w3c.org.
mfg
akratellio
__________________
I'm always lying...
Ich lüge immer...
Please login or register to view this content. Registration is FREE
|