How can I put a bulletin board on my website?
i need one for my website but i dont know how to get it on there and dont know where to get a free bulletin board. tell me a website so i can get a free bulletin board
Public Comments
- You could make a new <div> tag at the top for a bulletin, and use PHP so it is on all your pages. You'll need to insert this in index.html
<?php
include 'bulletin.php'
?>
the PHP code should be like this:
Hello, and welcome to....
thats bulletin.php ^
Powered by Yahoo! Answers