On the link above, there are two form tags, one at the very beginning and one at the very end of the style sheet. The one I am using for the profile page is the very last one in the style sheet. It has a class of .first1 to make it specific, but somehow the CSS is getting confused between the two tags. What can I do to let the CSS know I mean the last tag as opposed to the first form tag?
HERE On the link above, there are two form tags, one at the very
Share
I think what you’re getting at is needing to remove the space between the element and class name so change
to