Styling a comment box to appear below dynamically-generated comments
- by John
Hello,
For the code below, how could I make the form always appear 30 pixels below the bottom of the HTML table styled with "commentecho"?
Thanks in advance,
John
$sqlStr = "SELECT comment.comment, comment.datecommented, login.username
FROM comment
LEFT JOIN login ON comment.loginid=login.loginid
WHERE submissionid=$submissionid
ORDER BY…