Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Adding Href to Button Reply To: Adding Href to Button

#148828
TheDoc
Member

I would definitely go with:

<a class="button" href="#">Button</a>

Using two elements just seems like a waste here.