This is driving me crazy. Im just trying to print my name at the bottom of a webpage, Ryan Doe. If i put
<div><p>© Ryan Doe 2014</p></div>
It will only print "Doe 2014"
If i put some random text in front, like:
<div><p>WHAYSJAFHSKJh© Ryan Doe 2014</p></div>
It will print the entire string, like "WHAYSJAFHSKJh© Ryan Doe 2014". Whats going on?
The only style rules i am applying to this particular div are:
font-family: Arial, sans-serif;
color: white;