Normal button
Normal button is suitable in most cases, such as login or registration for a course.
Tekst
How to insert a normal button on a web page
- Buttons should not be used as links to other websites. Before you add a button, do consult the web editor of your faculty. If you work at an institute or centre, get in touch through your own web editor. nettredakt?ren p? ditt fakultet.
- Paste the code below in the place you want in the web page. Insert the URL you want to link to and the link text.
- Code:
-
<a class="button" href="nettadresse">Tekst</a>
Black button
Black button is more eye-catching and can be used where the button competes with other content elements, for example pictures.
Tekst
How to insert a black button on a web page
- Buttons should not be used as links to other websites. Before you add a button, do consult the web editor of your faculty. If you work at an institute or centre, get in touch through your own web editor. nettredakt?ren p? ditt fakultet.
- Paste the code below in the place you want in the web page. Insert the URL you want to link to and the link text.
- Code:
-
<a class="button-large" href="/nettadresse/">Tekst</a>