Forum Moderators: open
I am retrieving information from a microsoft access database and displaying it onto a page using asp. I have wrote in one of the fields this line of code.
<span class="style1">whatever..</span>
I expected this to pick up the style1 that i have embedded in the page but it picks up nothing.. Absolutely nothing.
i have tried writing font tags in there and they dont seem to work either. like so
<font size="2" color="#FF00FF">whatever..</font>
that line of code shows a completely different color to the one that it is supposed to be. (turquoise instead of pink).
Does anyone have any ideas.
Thanks
Ally