thanx t-p for passing by,
but please how can you tell me how to use this as a widget ?
I tried to copy it , but didn’t work, I think widgets don’t allow php code in ’em
thanx for replying 🙂
actually I went so far with this and added a new block into the css file:
#content h2 a {
color:#030;
}
and it did not work T.T
but I used the developer tools in IE9 and discovered that the whole matter was because of the color “030” seems to be invalid or sth like that, even tho I picked it using Dreamweaver.
anyways, I just used another color code , that was 360 , and it works as magic 🙂
#content h2 a {
color:#360;
}
thanks for passing by the thread.