New table name color/size help, Change the size, font and color... |
![]() ![]() |
New table name color/size help, Change the size, font and color... |
Jul 21 2005, 07:12 PM
Post
#1
|
|
![]() etanin ![]() ![]() ![]() Group: Member Posts: 43 Joined: Jul 2005 Member No: 180,114 |
Ok...so I got the new table to work. I have a music video in it right now. I wanted to name the new table "Music Video of the Moment." It seems like I can't change the size or color of the name of the table.
Here is my myspace...Click here... I want the new table to have these features: {font-family: arial; color: FFFFFF; font-weight: bold; font-size: 20px; letter-spacing: -2px;} Everytime I try and put this code in the new table code, it doesn't change anything. I want this new table's name to be the same size and color as all my other tables. Please help! |
|
|
|
Jul 21 2005, 08:58 PM
Post
#2
|
|
|
Newbie ![]() Group: Member Posts: 3 Joined: Jul 2005 Member No: 180,189 |
if you havn't tried already, add a span tag at the beginning and end of the table.
<span style="font-family: arial; color: FFFFFF; font-weight: bold; font-size: 20px; letter-spacing: -2px;"> ... </span> |
|
|
|
Jul 22 2005, 02:11 AM
Post
#3
|
|
![]() etanin ![]() ![]() ![]() Group: Member Posts: 43 Joined: Jul 2005 Member No: 180,114 |
I tried...but it didn't work. It still is black text and very small. Here is the code. What is wrong?
<span style="font-family: arial; color: FFFFFF; font-weight: bold; font-size: 20px; letter-spacing: -2px;"></td></tr> </table> </td> </tr> </table> <br> <table bordercolor="ffcc99" cellspacing="0" cellpadding="0" width="435" bgcolor="ffcc99" border="0"> <tr> <td class="text" valign="center" align="left" width="300" bgcolor="ffcc99" height="17" wrap="" style="word-wrap:break-word">Music Video of the Moment</td> </tr> <tr> <td> <table bordercolor="000000" cellspacing="3" cellpadding="3" width="435" align="center" bgcolor="ffffff" border="0"> <td valign="top" align="center" width=" 435 " bgcolor="ffffff" style="word-wrap:break-word"></span> That's after adding the span to the front of the table code. Help please. Thanks. EDIT: I GOT IT TO WORK. I didn't have the span in the right part of the code, but I figured it out. Thanks! This post can be closed. |
|
|
|
![]() ![]() |