Can’t format links on page.

Trying to format links on FAQ page and cannot get the format to work at all.
The javescript text popout is working fine.
Here's a snippet of the code:

HTML:

<script language="javascript" type="text/javascript">

function over(faqup) {

 

    document.getElementById(faqup.id).style.display = "block";

    }

function out(faqup) {

    document.getElementById(faqup.id).style.display = "none";

    }

 

</script>

<style type="text/css">

p {margin-left:20px;}

a.ques:link {font-weight:bold;…

Can't format links on page.

See original post by RobinInTexas

Leave a Reply