Search…

X3 Photo Gallery Support Forums

Search…
 
User avatar
Martin
Experienced
Posts: 651
Joined: 30 Jan 2011, 23:24

Re: Font size in contact form

05 May 2011, 14:20

Maybe an idea to add a warning in the css-file:
Code
.textpage_forminput {
	/* You need to specify all required styles in this class because they are not inherited from the main textpage class because of restrictions with input fields in flash. 
	Please use 0x color formatting instead of #  
	font-family onyl supports a single font value. Make sure its a font that is globally supported*/

/*     SPECIFY FONT SIZE AS:        font-size: 15;       AND NOT AS:       font-size: 15px;      */

	color: 0xFFFFFF;
	font-size: 15;
	font-family: Arial;
}
 
delkro
Topic Author
Posts: 14
Joined: 03 Jan 2010, 00:22

Re: Font size in contact form

06 May 2011, 07:24

Ok, good idea !