Does anyone know of or if its possible to do this
function openTable(){
print("<table cellpadding=\"2\"
border=\"0\">\n\t<tr>\n<td class="topborder">\n");
}
I have a style titled topborder and i want it to be the same whre ever i call this table but i am using a function to print the html but it does not seem to call the css when i am using it in php in this manor. does anyone know how to use css styling the layout as i am.