Link to home
Start Free TrialLog in
Avatar of ScottRAnderson1
ScottRAnderson1

asked on

Dreamweaver footer changes to the width of a form when form is added

Hi. I have a form that was created for my client. When the form was created it changed the footer for that page. I'm not savvy enough with css to know what happened. Here's the link to the form.
http://www.uniqueeventsshows.com/formspage.html
I also have a text wrap issue with the last radio button. Not sure how to fix. Thanks in advance for your help. Scott
Avatar of OmniUnlimited
OmniUnlimited
Flag of United States of America image

You have both your form and your footer within a containing div with an id of rightcolumn.  Your footer will naturally expand to the width of this column.

The only way to avoid this is to explicitly set width on your footer id.

I'm sorry, but I don't see any issues with text wrap on the last radio button.  Your display remains fixed as I resize the window.
ASKER CERTIFIED SOLUTION
Avatar of Rartemass
Rartemass
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ScottRAnderson1
ScottRAnderson1

ASKER

HI. Thanks for the code image. When I go into my dreamweaver doc. that section is grayed out because it's part of a template. What's the easiest way to edit this without messing up the template? Thanks.
Rartemass - I ended up going into the original template and saving it out as another page so I could edit the form. One last question. How do I delete the space at the end of the footer. I have a section of the container showing under the footer. Thanks.  Scott


http://www.uniqueeventsshows.com/Toy-Show-Registration.html
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
thanks.