I am new to the forum, Hello Everyone.
I am trying to make a background color change on my link menu, however the link menu is dynamically generated. The code for the link menu is stated below.
as you will notice the link menu is located in a while loop. the page never changes in the http link. Which for me has made it more difficult to make it noticeable on which page the user is on.
Code: Select all
While loop {
echo "<table height='1%' width='225px' border='0' style='background-color:#336699'><tr><td valign='middle'><a class='linkchange' href='index_credit_card.php?categories=$row[0]&record_id=0&page=0'><font style='color:white;font-size:13px;font-family:arial;text-transform:uppercase'> <strong>$row7[0]</strong></font></a> (";
}
i also tried making active links in css but then it changes ever link that i click on and does not remove the previous one i was on.
thanks for your time,
Teli