PDA

View Full Version : How to customize your profile...read


Kirk
10-04-2005, 06:49 PM
HOW TO CUSTOMIZE YOUR TF PROFILE

Since I've been getting many PM's on how to customize your profile, I decided to make it easier for me to do a write up. So here it is.


We will be using CSS language in order to customize your profile, I am going to make this as easy as possible so its as simple as a copy + paste and the only thing you will have to change is the color code.

Here is the code we are going to start with:

http://www.tamparacing.com/photopost/data/500/tfcodestuff2.jpg

CODE IS INSERTED IN ANY LOCATION ON YOUR TF PROFILE; I always use the very bottom so its less confusing.

The selector Body will the location you are editing and the value #FFFF00 is the HTML color code for that certain spot.

You have the option of replacing the selector Body with each of the following, the areas high lighted in yellow are the areas it will edit:
http://www.tamparacing.com/profile%20tutorial/pic7.jpg


to change it to whatever color you wish you will need to replace the value to whichever HTML code you wish... here is a website in which you could easily copy + Paste the HTML color code:
http://www.immigration-usa.com/html_colors.html

Remember to always add the pound # before the number.

Here is an example of how it would look like:
http://www.tamparacing.com/photopost/data/500/tfcodestuff1.jpg
Replace the Red part with whatever color code you want from here:
http://www.immigration-usa.com/html_colors.html

This is not the proper way of using CSS but I want to make it copy + paste friendly for you guys...

Vito_Corleone
11-13-2005, 11:59 AM
For some reason the code isn't showing in Kirk's post, so i put images there instead, but here's the code that is copy and pastable.

<style type="text/css"> Body{background: #FFFFFF}</style>
<style type="text/css"> .page{background: #FFFFFF}</style>
<style type="text/css"> .alt1{background: #FFFFFF}</style>
<style type="text/css"> .alt2{background: #FFFFFF}</style>
<style type="text/css"> .vbmenu_control{background: #FFFFFF}</style>
<style type="text/css"> .tcat{background: #FFFFFF}</style>