Please help with my tables |
Please help with my tables |
Jun 7 2005, 06:34 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 30 Joined: Jun 2004 Member No: 23,820 |
Something is wrong with the fonts that are in my tables....
how do i make it so that the fonts in the table look like the fonts on the rest of my page?? sam size? style? and colors? heres the code that i used: Example here: [under general] MYSPACE |
|
|
|
![]() |
Jun 7 2005, 07:08 PM
Post
#2
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
if you have a stylesheet in your myspace wouldnt tha tmake the font the same in your tables?
|
|
|
|
Jun 7 2005, 08:53 PM
Post
#3
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
.... That's not a table. That looks like a div layer...
CODE <style type='text/css'>div{font: SIZE COLOR FONT;}</style>
|
|
|
|
| *mipadi* |
Jun 8 2005, 07:47 AM
Post
#4
|
|
Guest |
Or alternative, you can specify a "default" font in your BODY tag with something like this:
CODE BODY { font: 11px Arial; } ...or whatever font/size you prefer. It will cascade down into any elements without specified fonts (including DIV's, TD's, etc.). |
|
|
|
![]() ![]() |