861 users online
223581 members
1348 active today
Advertise Here
Photos
|
Quizzes
|
LiveSecret
|
Memberlist
|
Dictionary
|
News
|
FAQ
Member Spotlight
redhotchilis64
Music:
Mostly rock, some rap.
Mood:
Pleased
You have 1 new
message
.
Emergency Help
Until you sign up you can't do much. Yes, it's free.
Sign Up Now
Membername:
Password:
Already have an account?
►
Invite Friends
►
Active Members
►
Groups
►
Contests
Moderators
4 online / 46 MPM
Full Moon
Fresh Topics
I want to fap tonight
Cant get over her.
SWEARING
Post. I'll tell what you are.
NEVER, EVER..
I guess
UGH, finals make me LOSE the WILL to LIVE!!
Please...
Whats your stone gonna say?
Cutest thing ever
FUCK YOU
I need a 5 page paper
Can i get birth control..
free dvd burning software
"Having an ugly face and a hot body...
Awesome!
I really don't want to jerk off
Should I
music help
First time Jerking off how long?
How are you ? I'm like..
More Fresh Topics
LiveWire
/
Technical Forums
/
Web Design & Search Engine Optimization
/ Adding Reply
Quoting Post
Archived Topic:
It will not be bumped to the top of the forum.
Topic
HTML question
Membername
Not a member?
Sign Up Free
(takes 20 seconds)
Password
Forgotten your password?
Post
Font:
Verdana
Arial Black
Georgia
Comic Sans
Impact
Size:
Tiny
Normal
Big
Huge
Color:
Default
Dark Red
Red
Orange
Brown
Green
Olive
Cyan
Blue
Dark Blue
Indigo
Black
[
Check Spelling
] [
Post Preview
] [
LiveTags
]
Quote: from [m]RossTheHoss69[/m] at 8:19 pm on Dec. 15, 2007[quote]Make the document look mostly like this: [code] <html> <head> <style> a, a:link, a:visited { color:red; text-decoration:none; } a:hover { color:red; text-decoration:underline; } </style> </head> <body> <a href="url here">Aftermath</a> </body> </html> [/code][/quote]
FAQ Keyword Search:
Post Options
Favorites Manager
Notify me of new replies to this topic
by email
Notify me of new replies to this topic
by private message
Original Post
BodomKills
Posted at 4:01 pm on Dec. 15, 2007
i want to take a word and make it red and Also turn it into a link so people can click on it. For example
"Aftermath" in red and link it to my bands website.
help please?
Replies
antriver
Posted at 5:09 pm on Feb. 24, 2008
Code:
<a href="url here" style="color:#ff0000;">Aftermath</a>
Ethryx
Posted at 11:38 pm on Dec. 15, 2007
You could just as easily use
Code:
<a href="url here"><font color=ff0000>Aftermath</font></a>
RossTheHoss69
Posted at 8:19 pm on Dec. 15, 2007
Make the document look mostly like this:
Code:
<html>
<head>
<style>
a, a:link, a:visited
{
color:red;
text-decoration:none;
}
a:hover
{
color:red;
text-decoration:underline;
}
</style>
</head>
<body>
<a href="url here">Aftermath</a>
</body>
</html>
Keego05
Posted at 4:10 pm on Dec. 15, 2007
Post from this position was omitted due to content violations
allsmiles
Posted at 4:10 pm on Dec. 15, 2007
in the <BODY /> tag put in the attribute link=#FF0000. Assuming you don't want to use CSS. Link (<A />) is
Code:
<a href="URL">Text</a>
All 5 previous replies displayed.
Tooltip