It was suggested that I include a bit of code. So, here it is... Now this is part of Index.cgi which calls up Config.cgi. And the main category line prints correctly. The first subcategory prints an arrow > in front of the word; ie: Jewelry is all right but Necklaces prints with the arrow. The next lines are all right again.
See http://www.bidagift.com Thanks to all.... #!/usr/bin/perl require "config.cgi"; print "<table width = 800> <tr> <td width = 200 bgcolor=$config{'colortablehead'} align=center> <b><font face=Arial size=4 color=$config{'colortext'}>Auction Categories</font></b><br> </td> <td width = 450 bgcolor=$config{'colortablehead'} align=center> <b><font face=Arial size=4 color=$config{'colortext'}>Featured Items</b> </td> <td width = 150 bgcolor=$config{'colortablehead'} align = center> <b><font face=Arial size=4 color=$config{'colortext'}>News</b> </td> </tr> <tr> <td>"; print " <p align=left><br> <a href=$config{'domainurl'}/cgi-bin/auction/auction.cgi?category=:jewelry &listtype=current> <font color=$config{'colortextnorm'} face=Arial size=3><b>Jewelry</b></font></a><br> <font size=2 face=Arial color=$config{'categoryfont'}> <a href=$config{'domainurl'}/cgi-bin/auction/auction.cgi?category=jewelry1&a mp;listtype=current>Necklaces</a><br> <a href=$config{'domainurl'}/cgi-bin/auction/auction.cgi?category=jewelry2&a mp;listtype=current>Earrings</a><br> <a href=$config{'domainurl'}/cgi-bin/auction/auction.cgi?category=jewelry3&a mp;listtype=current>Pendants</a><br> <a href=$config{'domainurl'}/cgi-bin/auction/auction.cgi?category=jewelry4&a mp;listtype=current>Bracelets</a><br> <a href=$config{'domainurl'}/cgi-bin/auction/auction.cgi?category=jewelry5&a mp;listtype=current>Hair Adornments</a><br> <a href=$config{'domainurl'}/cgi-bin/auction/auction.cgi?category=jewelry6&a mp;listtype=current>Other</a> </font></p> <p align=left> <a href=$config{'domainurl'}/cgi-bin/auction/auction.cgi?category=:toys &listtype=current> <font color=$config{'colortextnorm'} face=Arial size=3><b>Toys</b></font></a><br> <font size=2 face=Arial color=$config{'categoryfont'}> <a href=$config{'domainurl'}/cgi-bin/auction/auction.cgi?category=toys1& listtype=current>Puzzles</a><br> <a href=$config{'domainurl'}/cgi-bin/auction/auction.cgi?category=toys2& listtype=current>Games</a><br> <a href=$config{'domainurl'}/cgi-bin/auction/auction.cgi?category=toys3& listtype=current>Dolls</a><br> <a href=$config{'domainurl'}/cgi-bin/auction/auction.cgi?category=toys4& listtype=current>Other</a> </font></p> <p align=left> ________________________________________________________________ Sign Up for Juno Platinum Internet Access Today Only $9.95 per month! Visit www.juno.com -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]