Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
echo "<table><tr><td class=\"whatever\"><b>referrer</b></td><td><b>hits in</b></td><td><b>hits out</b></td></tr>";
<?php
php code...
?>
html code here
<td class="whatever">
What doesn't seem to work?I want to put in <td class=" "> but it doesnt seem to work?Code:echo '<table><tr><td><b>referrer</b></td><td><b>hits in</b></td><td><b>hits out</b></td></tr>';
sleipnir said:Whereas kenrbnsn and I pointed out the question was an HTML question and did not answer it, you agreed it was an HTML question and then went on to provide an answer.
If we continue to answer non-PHP questions in this forum, people will continue to ask non-PHP questions in this forum.
I agree with sleipnir and Ken that this is purely an html question and should be asked there.