I created a contact form in Dreamweaver CS4 with the FlexiPanel CSS add-on. Some codes that make this form look as it does are contained in script file and a css style file (see below):
<link href="includes/CSSPanels/stylish/pink.css" rel="stylesheet" type="text/css" />
<link href="includes/CSSPanels/CSSPanel1.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="includes/CSSPanels/CSSPanels.js"></script>
My question is this:
1. Should I copy the above codes with the form code into the CF form code?
2. Should I reference the CSSPAnels.js as shown above and place the file in the respective folder on the server or should I simply copy the content of CSSPAnels.js into the jscript tab in CF.
3. How do I handle this to ensure my contact form retain the look and feel as designed in DW CS4. I know I need the styles and script shown in the form code.
Thx for your assistance.
<link href="includes/CSSPanels/stylish/pink.css" rel="stylesheet" type="text/css" />
<link href="includes/CSSPanels/CSSPanel1.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="includes/CSSPanels/CSSPanels.js"></script>
My question is this:
1. Should I copy the above codes with the form code into the CF form code?
2. Should I reference the CSSPAnels.js as shown above and place the file in the respective folder on the server or should I simply copy the content of CSSPAnels.js into the jscript tab in CF.
3. How do I handle this to ensure my contact form retain the look and feel as designed in DW CS4. I know I need the styles and script shown in the form code.
Thx for your assistance.