Tuesday, October 25, 2011

How do I get my links on my div layout to show up??

Ive been making ma div layout on myspace everything is coming out okay. The only thing i have a problem with is changing the link color. Like I have a black background and i want my links to be white. Like the links are there but you cant see them because they are black so does anyone have a code or something so i can change the colors of the linksHow do I get my links on my div layout to show up??In the head section:



%26lt;style%26gt;

a {

color:red;

}



etc.

%26lt;/style%26gt;