Hi,
I am trying to style some links within my php search code, I have used the following which works for everything except for the color?
echo “Contact Us”;
Also I would like an <a href to target/link to an item in my mysql database called .$property[‘link’] - How would I need to change the above code to enable this?
Many Thanks