How to color a part of the text c#?

Where in this code would i change the text color (tumblr)?

  • http://i284.photobucket.com/albums/ll10/vtmwings/Untitled-1bt.jpg this is my header on my tumblr blog. the pixelated part (blurred for my privacy) is the title, and the things under (rss, archive) are just links. i managed to make the title text black, but i can't figure it out for the links, like i can't find where in the code i'm supposed to change it. the code is in the details. the part that i managed to change, the title, is in the paragraph that starts with div.header, on the line that starts with a.blogtitle (you see the 'color:#000000' ?). the 'description' is not it- thats something else. so basically i want to change the links under the title to black, but i dont know how.

  • Answer:

    change tihs: <link rel="alternate" type="application/rss+xml" href="{RSS}"> <meta name * ="font:Body" content="Courier New"/> <meta name * ="color:Link" content="#000000"/> <meta name * ="if:Show Archive Link" content="1"/> to add this : <link rel="alternate" type="application/rss+xml" href="{RSS}"> <meta name * ="color:Body" content="#000000"/> <meta name * ="font:Body" content="Courier New"/> <meta name * ="color:Link" content="#000000"/> <meta name * ="if:Show Archive Link" content="1"/> change color code in this : <meta name * ="color:Body" content="#000000"/>

twiendee at Yahoo! Answers Visit the source

Was this solution helpful to you?

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.