Or how about this.. Could I make images with the text included in the correct position and then use the images as my menu buttons??
Hey, I’ve just been looking at a solution related to this. You could put
before the text. That will force a line break between the icon and the text. Better to keep text out of images where possible – but that would work also.
Ok, sorry forgot to mark code. Ignore last post.
Hey, I’ve just been looking at a solution related to this. You could put
<br /> before the text. That will force a line break between the icon and the text. Better to keep text out of images where possible – but that would work also.