This has asbolutley nothing to do with PHP! Ask it on an HTML list.

Diksha Neel wrote:

dear all,

hi!
an html file is being created by my php script.
i have used tables for the alignment of html file's text
and images.
i have an image and the value of variable $cname to be
displayed in a cell.
i want both of these items to appear on the same line.
but what happens is the $cname value appears under the
image in the center of the page.
my question is "is there any way without nesting tables to
ensure that my text will appear in the horizontal line
same as that of the image?"
the code is as under.

thanks,
diksha.

<table border="1" width="100%" height="430">
<tr>
<td width="100%" colspan="2" height="61"><img src="C:\Documents and Settings\mangesh\My Documents\My pictures\crows_eating_md_wht.gif">
<div align="center"><h1><u>';
$string.=$wname;
$string.='</u></h1></div></td>
</tr>


_______________________________________________________________________
Odomos - the only mosquito protection outside 4 walls -
Click here to know more!
http://r.rediff.com/r?http://clients.rediff.com/odomos/Odomos.htm&&odomos&&wn





-- The above message is encrypted with double rot13 encoding. Any unauthorized attempt to decrypt it will be prosecuted to the full extent of the law.




-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to