Posted by dorayme on 10/10/05 02:35
> From: "Klaus Kragelund" <klauskvik@hotmail.com>
> Hi
>
> On this page:
>
> http://www.vik-badminton.dk/VBooking.Asp
>
> a strange look (like 3D elevated) is in the table at the end of the
> page
>
> This is a snippet of the code:
>
> <td width="71" valign="top"><p>20-21 </p></td>
I do not see your particular "strange look"? Perhaps you should
fix up the many mistakes in your markup and css first. Eg. at
one point you have:
<TABLE cellpadding="0" cellspacing="0" width="" height=""
style="1"><TR>
style="1"? width? height?
And in your css you have such as font-size:'10pt'; sprinkled
about?
font-size:'10pt';
filter:alpha(opacity=70);
background-color:#;
???
Imo, decide on a doctype and put in a declaration, perhaps
rethink the inner scrollbars (that inner window is basically the
whole content).
You have masses of deprecated attributes! Time to simplify and
modernise Klaus! Get all that style info out and stick it in css
sheets... Perhaps use less tables...
You write this up or did you use something that generated it?
dorayme
[Back to original message]
|