View Full Version : Skinny Tables


starlitsilversky
03-16-2006, 11:22 PM
Hello... I'd like to make my Myspace page have skinny tables that are, preferrably, the same width. Here's some examples so you know what I'm talking about;

http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendID=51229532

http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendID=57194043

http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendID=60617449

However, there are three problems.

1. Every code I've tried has either made ALL of my text in CAPS or ALL of my text in lowercase letters. This really bothers me.

2. I really want to keep my same background, but just have a code that makes the tables skinny.

3. I really don't get where I'm supposed to put what colors. I just want ALL my tables to have no border, white backgrounds, and black text.

If anyone can help me, I'd be eternally grateful!

Valkyrie
03-17-2006, 12:21 AM
1. Get rid of the code that says text transform.
2. Edit their coding where the background is defined.
3. If you want no borders, remove the parts of the code that define the borders and border colors.

Look through their coding, and see where colors are defined and then change them or get rid of pieces of coding you don't want.

This piece is what defines the tables width(making them "skinny"):
table table table {width:220px !important;}

starlitsilversky
03-17-2006, 03:54 PM
I think that will help a lot, but I'm still not sure where to put which colors. Are "TD" codes for text and "TABLE" codes for tables?

Valkyrie
03-18-2006, 03:33 AM
TD is for the table cells, which contain your text..
Table is for tables, but more like for the table borders and colors..