Hi
I am having some trouble changing the color of my HR tag in HTML. All it is doing is making a HR but it is not changing the color. Any help would be greatly appreciated.
Thanks!
This is the code I am using:
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX.css" />
</head>
<body>
<h1>Email Preferences</h1>
<hr color="#FF0000" />
<table class="form-body">
<tbody>
<tr>
<td><a href="index.php?option=com_content&view=article&id=221"><span>Subscribe to Report of the Week</a>
</tr>
<tr>
<td><a href="index.php?option=com_content&view=article&id=222"><span>Unsubscribe to Report of the Week</a>
</tr>
<tr>
<td><a href="index.php?option=com_content&view=article&id=223"><span>Update Your Email Address</a>
</tr>
</table>
</tbody>
</html>