View Single Post
Old 07-19-2006   #13 (permalink)
sancho
"Enter Random Text Here"
 
sancho's Avatar
 
Join Date: Jun 2005
Location: Handsacre, UK
Posts: 37

Send a message via MSN to sancho Send a message via Skype™ to sancho
Not sure what you mean about the gallery, but the font for the textbox can be set in the css in the first example above

Code:
.txtbox {
	background-image: url(images/blauw-home_24.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 457px;
	width: 230px;
	padding: 0px;
	margin: 0px;
/* Set Font */
	font-family:Arial,Helvetica;
}
__________________

Portfolio: www.simonmclaughlin.co.uk
Cheap UK hosting: www.qubithosting.com
sancho is offline