如何通过包含自己的css文件来自定义wufoo表单

时间:2014-08-04 08:34:55

标签: html css forms

我创建了wufoo表单,这是显示弹出窗体的链接,

<a href="https://dev88.wufoo.com/forms/w1l9ro500payryl/" onclick="window.open(this.href,  null, 'height=777, width=680, toolbar=0, location=0, status=1, scrollbars=1, resizable=1'); return false">Please fill out my form.</a>

现在,当查看表单时,

enter image description here

现在我想知道,如何包含自己的css文件来自定义表单,有人可以帮助我吗?

提前致谢..

1 个答案:

答案 0 :(得分:0)

首先你需要像<link rel="stylesheet" type="text/css" href="mysite.css">那样连接你的样式表,这个文件已经花了样式

H1 {
 color: navy;
 font-size: 200%;
 font-family: Arial, Verdana, sans-serif;
 text-align: center;
}

P {
 padding-left: 20px;
}

大致如此))

最好显示您的代码或代码集http://jsfiddle.net