| 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. |