Question
Formatting Forms with Javascript help
I am working on formating a form into two colums by following the Marketo Resource found here:
http://community.marketo.com/MarketoResource?id=kA650000000GttkCAC
The part that I am getting stuck on is creating line breaks. The resource says
http://community.marketo.com/MarketoResource?id=kA650000000GttkCAC
The part that I am getting stuck on is creating line breaks. The resource says
Add this inside the $jQ(document).ready() javascript block:
$jQ('#Company').parents('li').css('clear','both');
$jQ('#Email').parents('li').css('margin-bottom','20px');
here is a screen shot of my code- I highlighted the code I added in. Can someone tell me what it is that I am doing wrong .