SyntaxFix
Write A Post
Hire A Developer
Questions
the html:
<a class="xyz">your content</a>
the css:
.xyz{ display: block; }
This will make the anchor be a block level element like a div.