English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories
0

This is the code I am using for something:



It gives me tables, but they aren't filled in. (http://neopets.com/randomfriend.phtml?user=sliversociopath)

How can I fill these in?

2007-04-23 11:27:24 · 3 answers · asked by Anonymous in Computers & Internet Programming & Design

WHAT CODE do I need to insert in it?

2007-04-23 11:33:07 · update #1

I'm not asking how to insert text, I'm asking how to fill the tables in with color!

2007-04-25 15:52:52 · update #2

3 answers

Why didn't you just say so? For your tables to have a background color, you need to add "background-color: anycolor" inside the tag. Obviously, you'll need to choose a color, like red (#ff0000) or something.

...table { ...; background-color: anycolor; ... } ...

2007-04-28 06:42:57 · answer #1 · answered by Brian E 1 · 0 0

Here is a very helpful site for CSS (which is what the style is about)

http://www.csstutorial.net/

2007-04-28 07:39:59 · answer #2 · answered by Tracy L 7 · 0 0

You need to insert code between this snippit!

2007-04-23 18:30:28 · answer #3 · answered by Seerx3000 2 · 0 2

fedest.com, questions and answers