Here is my issue: I am using a theme with customized css for your div tags. I would like to know which file I need to look at to add my own div tags to the form page output. In this instance, the file which inserts "div class=gfield_description"
My issue is I revised the themes css file (line 244) for this div class: .gfield_description {
float:left; margin-top:-14px; But I needed to make another class for the form field just above my submit button.
So I made another class (Line 245) .gfield_name_box { float:left; } . I entered exactly in the form field section of CSS Class Name: gfield_name_box I entered no dot or hash tag. Then I even tried with both, but I got the same result.
When I used FireBug, to review, the css class being picked up was still .gfield_description. And not gfield_name_box. Therefore I was not able to use this feature.
Please advise. Life shouldn't be this hard, right? That's what the CSS Class Name text box is for.
So two points, the obvious feature, and what file are the div tags being created from? I tried combing through your code for the past several hours with Adobe Dreamweaver CSS to no avail. I found the tag, but not where I could use it.
If I knew what file was creating the div tags, then I could at least add my own and get by the CSS Class Name feature. For your reference, the form url is http://edmontonapartmentsrent.com/rental-search/ And the issue is the description over lapping the last form field box.
For you to see it, you have to select one of the radio buttons inthe field titled, "# How should we address you?*" Then it will show up.
Thanks guys.