Answer the question
In order to leave comments, you need to log in
How to center td in table
There is a table in the site header:
<code class="html"> <table> <tr> <td></td> <td>Tra la la</td> <td></td> </tr> </table> </code>
Answer the question
In order to leave comments, you need to log in
Tested only in Ubuntu, browsers: Chromium 11.0.672.2 (75134), Firefox 3.16.13, Opera 11.01
<table>
<tr>
<td style="width: 50%; background: yellow;"></td>
<td style="background: green;"><div style="width: 960px;"> </div></td>
<td style="width: 50%; background: blue;"></td>
</tr>
</table>
For this case it is enough to draw two floating divs, 50% each with the given bgcolor.
And place the image in the third div (position:absolute;top:0;width:100%;text-align:center;), which is superimposed on top of those two color ones.
I would not make a "hole" in the background of the blue plate.
I would make a substrate in the block with the logo - a gray circle.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question