This page works in IE
http://www.ourhometown.ca/index.php
in that the links on the left hand stories are not blue on the purple.

But the smae page in Firefox is off...it uses the default blue and purple links.

Here is my code

<!--IN Style section -->
    #secondary_title2
        {
        margin: 0.2em 4; padding:0px;
        font-size:13px;
        font-family:verdana, tahoma, arial, sans-serif ;
        color:#000000;
        }


<!--IN Body -->
    echo "<tr><td bgcolor='3B207D' height='55' valign='center'><div id='secondary_title'><strong><center><a class='title' href='/".$row['Category']."/".$row['Story_Code'].".php'>";
    echo $row['Title'];
    echo "</strong></a></div></td></tr>";

What am i doing wrong?

I am using the latest version of firefox on linux and those links are default purple with an orange hover. I don't see any issue. Did you paste the wrong code or something?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.