I have been trying to move the table element.Can you please help me with it? I am doing the CSS in php.
foreach ($_GET as $myid => $value)
{
echo '<div class="DVD ID">';
echo "<table border='3' position='absolute' left='750px' bottom='350px';>";
echo "<td> " . $value . "</td>";
echo '</div>';
}
Thank You