Installation. Open the file pop_block.php with any text editer such as notepad. Ensure the the $install_dir variable is correct, and make any changes you'd like with the options. Upload the the file pop_block.php and the included example file block_example.php both in ASCII/text mode to the same directory you wish to display it. You can view the block_example.php with your web broswer to get an idea of how it will look, and if you need to change any of the settings. Once satisfied with the configuration, edit wichever page you want it to be displayed on. Depending on wether the place you want it displayed is within PHP or HTML code you may not need the opening and closing PHP tags. "" If inserting into static HTML use ... If inserting into PHP use ... include'pop_block.php'; The table containg the link(s) has 3 predefined class names. You can use these in a CSS styleshet to customize how they look. Example Stylesheet entries: .link_box_title { border: 1px solid #FFFFFF; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; background-color: #000000; color: #FFFFFF; } .linksbox { border: 1px solid #000000; } .linkstext { font-size: 9px; background-color: #FFFFFF; color: #000000; }