« Web, HTML, Tech Forum

color

hey does anyone know how to change the color of links, ive created a starting page and i know its possible to change the color im just not sure how (im really bad at coding please )


Report Topic

1 Reply

Reply by Motte

posted

so assuming you just copy/pasted a layout into your about me, there should be at the beginning of the stuff you copied a <style> tag. under that, somewhere, should be something re: links, which in html/css are always just "a" which makes it a bit of a bitch to find them via ctrl+f. if you're able to find it though (or if it doesn't exist you can just add one!) you can add color:whatever; or change the color to whatever you want in it :)

and this explains how to change links depending on if someone already clicked on them, if they hover over one, if they click on one...


Permalink Report Reply