You take the codes from the admin area and insert into your webpage where you want the poll to appear. Make sure you put the
<?php
// Important! You have to include it before your html code
include_once "/home/therocc.org/httpdocs/advpoll/poll_cookie.php";
?>
before the opening <html> tag. The rest of the code goes into whatever table or box you're using to position the table. You won't see the table until you have it live because it generated by the php. I hope that's what you're looking for.