View Single Post
  #1  
Old 3rd August 2009, 00:06
Action Action is offline
Senior Member
 
Join Date: May 2009
P2P
Posts: 15
Default a lil help needed
hey there im trying to code something within a plugin so i get the standard thead class header and a box to go around my text.

I can get a header working ok but i cannot get the rest of the lines to form a box around what i want it to do

PHP Code:
<table border="1" cellspacing=0 cellpadding=1 width=81align="center">
<
tr><td colspan=class=thead></td></tr>

and 
adding </tableat the end of my work 

as i say for some reason i get my thead header etc working no worries but i cannot for the life of me figure out a border for the work i want within the plugin.

I have tried adding border="1" to the above colspan line but still nowt.

Any help on this i would be appreciative

AM
Reply With Quote