Hi there,
I am trying to make my 1st website, and im using frontpage 5.0.
the problem i am having is trying to make the background of a table semi transparent so you can see the background of the page through it.
Ive googled till my hearts content to try and find the answers I seek and have found a few bits of infomation but as a complete newbie to this all this talk about css and div have left me a bit perplexed.
This is my html code so far:-
<html>
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/css; charset=windows-1252">
<title>prices</title>
<meta name="Microsoft Border" content="none">
</head>
<body bgcolor="#000080">
<div align="center">
<center>
<table border="1" cellspacing="1" width="93%" background="price.png" height="469">
<tr>
<td width="100%"> &n bsp;   ;
<font size="4"><u><b><i>Price list</i></b></u> & nbsp; &nbs p; & nbsp; &nbs p; & nbsp; &nbs p;
</font>
<div align="right">
<table border="0" cellspacing="0" width="500" bgcolor="#000000" height="200" style="border-collapse: collapse" cellpadding="0">
<tr>
<td width="100%" height="211">
<p class="style6"><font color="#FFFF00">Whatever your level of
driving experience your training will be fully structured around
what you know already, what you need to work on and what you still
have to learn. An assessment will be carried out on the first lesson
to ensure that no time or your money is wasted on going over old
ground. For this reason we would recommend a longer first lesson,
(one and a half to two hours) to give plenty of time to do a full
lesson as well as an initial assessment.</font></p>
<p class="style6"><font color="#FFFF00">Please note that the Driving
Standards Agency (DSA) recommend that the average learner needs
35-45 hours of professional tuition plus 22 hours of private
practice. We feel that we should point out that this is a guideline
and that all pupils learn at their own pace. </font></p>
<p> </td>
</tr>
</table>
</div>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </td>
</tr>
</table>
</center>
</div>
<p> </p>
</body></html>
The table I am trying to make about 50% transparent is the one which is 500 by 200 pixels and the background is black.
I would be very gratefull if some one could give me the answers that I seek.
Thanks