could anyone give me an idea of what is necessary to have different styling for different forms?
I have one form that will be larger and a second that will be in a side module that needs to be smaller and narrower.
Any help would really be appreciated!
I have one form that will be larger and a second that will be in a side module that needs to be smaller and narrower.
Any help would really be appreciated!
Hi - this is not too difficult. They way I would do it, is to add <style> your styling goes here. just like an external CSS file </style> at the beginning of your form code in the HTML code section.
You will have to have unique IDs and Classes then from the overall website external CSS file. But each form would then have it's own look.
Did that make sense?
- DK
You will have to have unique IDs and Classes then from the overall website external CSS file. But each form would then have it's own look.
Did that make sense?
- DK
Hi marglar,
Exactly as DK suggested, whats the problem with this ?
Cheers
Max
Exactly as DK suggested, whats the problem with this ?
Cheers
Max
This topic is locked and no more replies can be posted.