I really just want to change the borders to solid black. Even if it is permanent. I just don't like the current border it generates it doesn't match my color scheme.<
turns out bordercolor= will let me change it in the post. I had tried everything I thought. I even created a table in an HTML editor to see how it set the color of the border and couldn't find it. What would I use to change from solid to doted line and such?
What you want to do (I think) is use nested tables. Basically you have a container table and set its background to red (for example). Red will be the colour of the borders in the main table that contains your data, text, whatever. In order to set the overall border thickness you change value for the cell padding in the container table and the red background of the container table shows through around the main table. To have cell borders you change the cell spacing of the main table and the red shows through from the container table.
I think you would have to hard code the container table into the function in inc_func_common.asp in order to achieve what you want. All tables would then have the same border colour.
Edit: Sorry I forgot to say that nested tables don't work for me with the mod as it is. I may be doing something wrong though.<