Re: trying to look like i paid someone to make this

Originally Posted by
tmvijai
Cute, pinkish site. I saw you where wondering how to stop changing hyperlink color. Here is the code. Just add in the top of your html file and change the color you wanted in the list. It should do the trick.
<style type="text/css">
a:link {
COLOR: #0000FF;
}
a:visited {
COLOR: #800080;
}
a:hover {
COLOR: #FF0000;
}
a:active {
COLOR: #00FF00;
}
</style>
Not a good idea to add this code at all..... BV has a built in style management for all links. Just look in the link properties and create accordingly.
Don't aim for success if you want it; just do what you love and believe in, and it will come naturally.