HTML HEADER (Image + text)
Hi.
I am writing a small code in html header which goes like this
<table1 border="1" >
<tr1>
<td1 width = "25%">
<img1 border="0" src1="#WORKSPACE_IMAGES#image.gif" width="182"
height="46">
</td1>
<td1 width="65%" ><p align="center"><font1 size="6"
color="#FFFFFF">XXXXX</font>
</td1>
</tr1>
</table1>
Problem : I cant control the font size.
Hint : I think image_cell is not allowing text in text_cell to grow (may be bcos of image size).
I tried diff options.. but couldnt figure it out.
Any help is higly appreciated.
pb