I was wondering how you can insert a picture in the background of a table. I am doing a project for school. It is a pos system and i wanted to put a watermark in the background of one of the tables. Can you tell me how that could be done. Can you help please?
it's done in the table declaration tag. make sure you put in the full path of the pic.
<table width="100%" background="picName.jpg">
In PHP:
<?php echo '<table width="100%" background="PicName.jpg">'; ?>
:p