is my web browser over riding some of the link colours on myspace, or will myspace over-ride the web browser? I would really appreciate it if I could change the link colours through using myspaces profile editor.
But can't ....... http://www.myspace.com/dark_rpg
Heres the link to the website I am working on. thanks in advance.
Can i change myspace link colours?
yes...
that's basic CSS
for instance
a.navbar:active, a.navbar:visited, a.navbar:link { font-family:arial; color:FFFFFF; }
this will change the links to white
Can i change myspace link colours?
Assuming you are using internet explorer, to see if the browser is overriding the color scheme goto Tools, then Internet Options. From here click Colours and it will show you weather it is or not.
To change the colour of a link on your myspace profile using html the code would be
%26lt;a href="http://www.website.com"%26gt;%26lt;font color=red%26gt;Website%26lt;/font%26gt;%26lt;/a%26gt;
If your using a profile editing website then one of the options may be the colour of all links. If you still have this code on your profile then this will override it.
Hope this helps
No comments:
Post a Comment