Hey everybody I am have a bit of trouble with my links
The standard link would look like this:
<a Title = "New Link" href/=.....
When I move the mouse of the link I get a text that says "New Link"
But now if I go:
$Message = "New Link";
echo "<a Title = $Message href/=......
when the mouse moves over it I only get "New"
My question is why do I only get the first word when using a php variable? And also is it possible to do a multie line link title?