Hi All,
I am trying to set background image. I retreived it from the database into $xyzimage variable and then trying it to display in the <body > tag.
When i am trying to display it a tabel cell like <td> it works, but not in <body> tag.
Is there a specific way to do this other than :
$xyzimage;
//retreived it from database
echo '<body BACKGROUND='.$xyzimage.'>';
The same $image works while put in a table cell.
Thankyou all in advance.