hey i did a bit of editing and i figuared out how to add a border all the way aroudn it u want it.
put this in inc_header where you want the boarder to start.
"<table bgcolor=""" & strPageBGColor & """ width=""0%"" cellspacing=""0"" cellpadding=""0"" border=""0"">" & vbNewLine & _
" <tr>" & vbNewLine & _
" <td width=""0%""><img src=""table_bottom_right.gif"" width=""20"" height=""20"" alt="""" border=""0""></td>" & vbNewLine & _
" <td background=""table_top.gif"" width=""100%""> </td>" & vbNewLine & _
" <td width=""0%""><img src=""table_bottom_left.gif"" width=""20"" height=""20"" alt="""" border=""0""></td>" & vbNewLine & _
" </tr>" & vbNewLine & _
" <tr>" & vbNewLine & _
" <td width=""20"" background=""table_left.gif""> </td>" & vbNewLine & _
" <td width=""100%"">" & vbNewLine & _
put this part of the code where u want the boardere to finish
"</td>" & vbNewLine & _
"<td width=""20"" background=""table_right.gif""><IMG SRC=""table_right.gif"" WIDTH=""20"" HEIGHT=""100%""></td>" & vbNewLine & _
"</tr>" & vbNewLine & _
" <tr>" & vbNewLine & _
" <td width=""0%""><img src=""table_bottom_left.gif"" width=""20"" height=""20"" alt="""" border=""0""></td>" & vbNewLine & _
" <td background=""table_bottom.gif"" width=""100%""> </td>" & vbNewLine & _
" <td width=""0%""><img src=""table_bottom_right.gif"" width=""20"" height=""20"" alt="""" border=""0""></td>" & vbNewLine & _
" </tr>" & vbNewLine & _
"</table>" & vbNewLine & _
that should work.
it worked for me
MaD2ko0l