![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Hobbyist Programmer
Join Date: Jan 2005
Posts: 110
Rep Power: 4
![]() |
colors. fonts and font size inside the table ?_?
fonts and coloured text inside a table...it wont seem to work
i want to change the font size to 1 and font to tahoma and color in green <CENTER><TABLE BGCOLOR="#FAEBD7" BORDER=2 WIDTH="600" CELLPADDING="0" CELLSPACING="0" BORDERCOLOR="#A52A2A" RULES="none"> <th>Clouds mIRC, SSA and ASS Scripts</th> <TR> <TD> <tr> <td>Hello there</td> </tr> ...and so on </TD></TR> </CENTER> </TABLE> <BR> <BR> </TD> </TR> how would i add the font size and colour there? thanks alot ![]() |
|
|
|
|
|
#2 |
|
Professional Programmer
|
either use CSS, or just do it all around the table.
<font size=1 color=blue> <table ..> ... </table> </font> or <table ...> <tr><td><font size=1 color=blue>...</td> <tr><td><font size=2 color=red>...</td> </table> good luck DIzz |
|
|
|
|
|
#3 |
|
Hobbyist Programmer
Join Date: Jan 2005
Posts: 110
Rep Power: 4
![]() |
thanks, working now
![]() |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|