Textpage - alignment of 2 graphics
Posted: 06 Jul 2011, 05:57
Hey!
I would like to use to arrow graphics in a textpage for navigation. It does work perfectly but I don't know how to get the two arrows in one row next to each other. It works when using the code below but then there is too much space between the arrows because of the alignment...
Does anybody know how to do that?
I would like to use to arrow graphics in a textpage for navigation. It does work perfectly but I don't know how to get the two arrows in one row next to each other. It works when using the code below but then there is too much space between the arrows because of the alignment...
Code
<a href="#/content/about/01/"><img align="left" height="30" width="30" src="content/data/prev.png" /></a><a href="#/content/about/02/"><img align="right" height="30" width="30" src="content/data/next.png" /></a>