Hi all. I'm trying to update one of my websites in CSS.
The website in question is http://www.highlandchurch.org
I've got everything on the website figured out except the header. I
can't figure out how to get one image on the left, and one image on
the right with text below it. In a table it would look like:
<table>
        <tr>
                <td width="207" rowspan="2">left image</td>
                <td width="543" >right image</td>
        </tr>
        <tr>
                <td width="543" height="30">
                        <center>
                                bottom text below right image
                        </center>
                </td>
        </tr>
</table>


Can anyone help me figure out how to do this in CSS? Thanks.

--
Proud member of the KEXP cubicle army.
http://www.cubiclearmy.com
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to