On this month’s Inner Circle call, we dove deeper into Nifty Images and showed how you can merge more than one variable onto your images. We also helped Perry clean up his forms with some easy to use CSS.
CSS to hide form lines on “old forms”
[sourcecode language=”plain”] table {
border: none !important;
}
tr td {
border-top: none !important;
}
[sourcecode]