Heading text, how do you do this? |
![]() ![]() |
Heading text, how do you do this? |
Aug 27 2006, 01:32 AM
Post
#1
|
|
![]() Member ![]() ![]() Group: Member Posts: 18 Joined: Jun 2006 Member No: 419,471 |
http://profile.myspace.com/index.cfm?fusea...iendID=47483166
How do I get the writing of my headings like hers? With the little boxes behind the headings? Also how do I get my tables like hers? Thankyou. |
|
|
|
Aug 27 2006, 02:18 AM
Post
#2
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
What do you mean? You want borders aroudn your headings like hers?
For tables like hers you use this script and this code: http://www.createblog.com/scripts/download.php?id=198 or http://www.createblog.com/scripts/download.php?id=234 And : CODE <style> table table table{ border: 1px solid 000000;} </style> For header borders like hers: CODE <style type="text/css"> .orangetext15, .whitetext12, .lightbluetext8, .nametext, .redtext, .redbtext, .blacktext10, .blacktext12{ font: arial #px; 0000000; border: 1px solid 000000; line-height: #px; letter-spacing: -#px;} </style> For the last two codes you can edit them (especially where I put #. You HAVE to edit those parts) |
|
|
|
Aug 27 2006, 02:26 AM
Post
#3
|
|
![]() Member ![]() ![]() Group: Member Posts: 18 Joined: Jun 2006 Member No: 419,471 |
I found out how to do tables like that its cool.
See how her headings are kind of squashed together and big and they either have a rectangle of colour behind them or a square behind them. http://profile.myspace.com/index.cfm?fusea...iendid=38834303 that girl has the same kind of headings. |
|
|
|
Aug 27 2006, 02:28 AM
Post
#4
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
Yea use this one:
QUOTE <style type="text/css"> .orangetext15, .whitetext12, .lightbluetext8, .nametext, .redtext, .redbtext, .blacktext10, .blacktext12{ font: arial #px; 0000000; border: 1px solid 000000; letter-spacing: -#px; font-weight: bold;} </style> Change arial to the font you want. Change # px to the size you want. For big ones go around size 14 or higher. (ex: 14px) Change 000000 to the font color you want. Change letter-spacing: -#px; to a number. If you want them really close make it a negative number . Thats why I put the "-" before the #px; Thats all you need to edit. |
|
|
|
Aug 27 2006, 02:46 AM
Post
#5
|
|
![]() Member ![]() ![]() Group: Member Posts: 18 Joined: Jun 2006 Member No: 419,471 |
Thanks heeps.
I swear this site keeps myspace going. |
|
|
|
Aug 27 2006, 02:57 AM
Post
#6
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
Glad it worked out, if you need more help or this topic again, feel free to pm me.
|
|
|
|
![]() ![]() |