CSS text changes

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i'm putting CSS to good use in my pages but run into problems with tables.
i don't declare TD or TR in my .css page so as to use several styles inside
a given table but when viewed it seems like the table declares a specific
font size. is there a list of things i can declair somewhere??? for instance
i can declair p,p1,p2,p3,p4 etc. and even use <a> for hyperlinks but i can't
use a1,a2,a3... don't know why. can you help?
 
i've tried making some new ID's... not working tho
like this
td.one
but that totally cancels out the table... so gag me for this but i need a
list of possible ID's that the web will recognise.
 
Back
Top