The NewsBox is fully customisable and styles are set in the 'newsbox.config.php' file, this also sets the contents for the left and right boxes. The headings are also customisable, including font family, font size and text colour.@@HTML tags are not permitted within the NewsBox with the exception of <a>, <img> and <br> although the use of <br> is not strictly neccasary as any newlines in the text will automatically be converted to <br>.@@Images and links can easily be embedded into the NewsBox<br><a href="http://www.chattalot.co.uk/" target="_blank"><img src="http://www.chattalot.co.uk/images/room_logo.png" border="0" alt="Chattalot chat rooms and forum boards"></a><br>to make sure that the images and links work correctly use absolute addresses.@@Certain places will not allow the running of external php programs, however using the Ajax interface to call the program is acceptable by most of the places that forbid the use of 3rd party php scripts.@@The inclusion of a Newsbox in your page can be as simple as 1 php include line, or the use of 1 javascript tag and 1 <div id="NewsBox"> tag.@@News items are stored in a single file and are seperated by 2 "@" symbols, the news items can be more than 1 line long, and the use of two spaces after a full stop is autmatically converted to preserve gramatical correctness.@@To see a fully working and online version of the NewsBox please visit <a href="http://www.chattalot.co.uk/" target="_blank" class="Help">http://www.chattalot.co.uk/</a> it is a chat community i helped to build, and i frequent the place daily in the guise of Evil_Wizard@@News items are picked randomly by the main class program and returned as text to be displayed in the appropriate place within the NewsBox.
|