nortonweb | |
Hi I noticed a while back that the HTML maps the parser produces never seem to have the top row of numbers in line with the rows for larger planets. I took a look at the parser.cfg file and the source HTML of a planet map and I think I see the problem. There is an extra open table tag being put in after the first numbers row. To fix this you can comment out the following line from the parser.cfg file... [code start] #######################Map To Rows ######################### Template="Map To Rows"; Create="$System_Name($System_Number)\$Map_Name($Map_Number).htm","Append"; ###Print="<table cellspacing=0 cellpadding=0>\n"; Extractor="\n $INT$DATA$INT","Map Letters"; End="Key"; [code end] its the Print="<table cellspacing=0 cellpadding=0>\n"; line cheers Pete |