| 03 May 2011, 13:14 | |
|
Joined: 2 Jan 2010
Posts: 14 |
Hi,
The font size of the contact form is very very very small !!! I can't fix the problem, even in the CSS Style sheet : .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*/ color: 0xFFFFFF; font-size: 12px; font-family: arial; } Helllpp Thanks in advance |
| 03 May 2011, 19:29 | Re: Font size in contact form |
|
Experienced Joined: 30 Jan 2011Posts: 355 The Netherlands |
The font size of the contact form is very very very small !!! .textpage_forminput { ...... } The .textpage_forminput changes the textual input-fields. For modifying the text above the input-fields use: Code .textpage_form { font-size: 25px; } _________________ ![]() |
| 03 May 2011, 22:38 | Re: Font size in contact form |
|
Joined: 2 Jan 2010
Posts: 14 |
Thanks for your help.. but, I was exactly talking about the input-fields of the contact form, the fields were you have to leave your name and mail..
I can't find the solution, I'm on this problem for hours |
| 03 May 2011, 23:04 | Re: Font size in contact form |
|
Imagevue Wizard Joined: 30 Sep 2006Posts: 7290 |
In your CSS, you have this:
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 only supports a single font value. Make sure its a font that is globally supported*/ color: 0xFFFFFF; font-size: 15; font-family: Arial; } This is where you set the size for the font for the input fields. _________________ Karl / mjau-mjau ![]() ![]() ![]() ![]() www.imagevuex.com www.mjau-mjau.com www.photogallerylinks.com |
| 04 May 2011, 00:54 | Re: Font size in contact form |
|
Joined: 2 Jan 2010
Posts: 14 |
Hi,
@ mjau-mjau I think I'm ok with this section of the CSS Style Sheet.. It's exactly the problem. If you look at my first post, I don't see any mistake I become crazy.. |
| 04 May 2011, 01:05 | Re: Font size in contact form |
|
Experienced Joined: 30 Jan 2011Posts: 355 The Netherlands |
I become crazy.. Maybe clearing the cache _________________ ![]() |
| 04 May 2011, 01:17 | Re: Font size in contact form |
|
Joined: 2 Jan 2010
Posts: 14 |
I become crazy.. Maybe clearing the cache Did it a dozen of dozen times I've even tried on 4 others pc.. You can see the problem at : http://www.pierreduquoc.fr at the contact page |
| 04 May 2011, 02:56 | Re: Font size in contact form |
|
Experienced Joined: 30 Jan 2011Posts: 355 The Netherlands |
You can see the problem at : http://www.pierreduquoc.fr at the contact page Wow... that IS SMALL I like your images, though.... very creative _________________ ![]() |
| 04 May 2011, 03:21 | Re: Font size in contact form |
|
Joined: 2 Jan 2010
Posts: 14 |
You can see the problem at : http://www.pierreduquoc.fr at the contact page Wow... that IS SMALL I like your images, though.... very creative Thanks ! Yes, it's SMALL.. almost as I am in my picture |
| 04 May 2011, 03:45 | Re: Font size in contact form |
|
Joined: 2 Jan 2010
Posts: 14 |
I'm really get mad !!!
It seems that all is ok now ! I did not change anything in the CSS Style sheet... Can any one confirm that the contact form is ok ? |
| 04 May 2011, 08:30 | Re: Font size in contact form |
|
Experienced Joined: 30 Jan 2011Posts: 355 The Netherlands |
Can any one confirm that the contact form is ok ? Nope... still small here... Tested in IE8, Firefox and Chrome.... _________________ ![]() |
| 04 May 2011, 09:11 | Re: Font size in contact form |
|
Joined: 2 Jan 2010
Posts: 14 |
I GOT IT !!!!
I modified the lines : font-size: 12px; font-family: arial; in : font-size: 12; font-family: Arial; And now it seems to work.. I guess |
| 04 May 2011, 09:30 | Re: Font size in contact form |
|
Experienced Joined: 30 Jan 2011Posts: 355 The Netherlands |
I GOT IT !!!! ... And now it seems to work.. I guess YES.... I can read it now without a microscope... strange... I tested this variation, but it seemed to have no effect... _________________ ![]() |
| 04 May 2011, 19:32 | Re: Font size in contact form |
|
Experienced Joined: 30 Jan 2011Posts: 355 The Netherlands |
And now it seems to work.. I guess Yes, you're right. At first it was allright with me (font-size: 12;), but I changed it to 12px and only later (perhaps due to not completely clearing the cache) I also saw a microscopic font. I now changed it back and it's OK again. _________________ ![]() |
| 05 May 2011, 02:09 | Re: Font size in contact form |
|
Imagevue Wizard Joined: 30 Sep 2006Posts: 7290 |
Can confirm that it seems to work fine now. Snapshot: http://d.pr/qOXA
May have been the missing "px"/browser, or something with cache, or a combination. The INPUT fields are a bit special when it comes to CSS, because the styles need to manually parsed in Imagevue and applied in a different way. _________________ Karl / mjau-mjau ![]() ![]() ![]() ![]() www.imagevuex.com www.mjau-mjau.com www.photogallerylinks.com |





