| scott g |
Nov 8 2010, 05:06 PM
Post
#1
|
|
Member ![]() ![]() ![]() Group: Members Posts: 32 Joined: 8-November 10 From: StL, MO Member No.: 13,098 |
I have created a form for my website that looks great and works great in Firefox and Chrome. I went to Browsershots.org to check out if it looks ok in other browsers... and it does.
The form is at the very bottom of my page - I don't know if something is screwy with the very end of the form at the button code, or if I forgot to close some code off?!? But in IE the textarea is filled with some of the form code in the HTML and the footer is missing. Like I said it the entire index.html looks good and works properly in all other browsers. Here's a snippet of the code at the end where i seem to be having the issue... <tr> <td valign="top" class="cflite_td"> <label for="Injury_List" class="not-required"><big>Related Injury</big><span class="required_star"> * </span><br />select all that apply</label> </td> <td valign="top" class="cflite_td"> <input type="checkbox" name="death" value="yes" /> <big>Death <br /> <input type="checkbox" name="stroke" value="yes" /> <big>Stroke <br /> <input type="checkbox" name="heartattack" value="yes" /> Heart Attack <br /> <input type="checkbox" name="chf" value="yes" /> Congestive Heart Failure <br /> <input type="checkbox" name="hospital" value="yes" /> Recv'd Hospital Treatment <br /> <input type="checkbox" name="other" value="yes" /> Other</big> </td> </tr> <tr> <td valign="top" class="cflite_td"> <label for="Your_Message" class="not-required"><big>Your Message</big><span class="required_star"> * </span><br />5000 characters</label> </td> <td valign="top" class="cflite_td"> <textarea style="width:250px;height:120px" name="Your_Message" id="Your_Message" maxlength="5000" onFocus="this.value='';this.onfocus='';" ">Provide us with details relating to your claim. Including any injuries that may have been suffered.</textarea> </td> </tr> <tr> <td colspan="2" style="text-align:center" class="cflite_td"> <input type="submit" value="Submit" /> </td> </tr> </table> </form> Am I doing something wrong?!?? Any help would be GREAT! Thank You!![size=3][b][color=#990000] -------------------- Scott G.
"Whatever the mind can conceive and believe, the mind can achieve." *avandia lawsuit paxil birth defects lawsuit zoloft birth defects lawsuit lexapro birth defects lawsuit |
![]() ![]() |
| Darin McGrew |
Nov 8 2010, 06:25 PM
Post
#2
|
|
WDG Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Root Admin Posts: 7,851 Joined: 4-August 06 From: Mountain View, CA Member No.: 3 |
Our online validator reports markup errors:
http://htmlhelp.com/cgi-bin/validate.cgi?u...mp;warnings=yes Some are structural. Some are caused by mixing Transitional markup into a document with a Strict doctype. Some are caused by mixing HTML into an XHTML document. -------------------- Darin McGrew
WDG Member since 1998 |
| pandy |
Nov 8 2010, 06:53 PM
Post
#3
|
|
Don't like donuts. Don't do MySpace. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: WDG Moderators Posts: 13,717 Joined: 9-August 06 Member No.: 6 |
And there is one quotation mark too many i the TEXTAREA tag.
-------------------- |
scott g Form Works/Looks Great In All Browsers - Except IE Explorer! Help Plz! Nov 8 2010, 05:06 PM
pandy Can you post the URL to the page? Nov 8 2010, 05:19 PM
scott g
Can you post the URL to the page?
avandia.laws... Nov 8 2010, 05:42 PM
scott g
And there is one quotation mark too many i the TE... Nov 8 2010, 07:30 PM
Darin McGrew I'm confused. The checkboxes are already align... Nov 8 2010, 07:50 PM
pandy Well, it was hardly IE's fault. Nov 8 2010, 08:11 PM
scott g
I'm confused. The checkboxes are already alig... Nov 8 2010, 09:21 PM
pandy That will correct itself when you get around to fi... Nov 8 2010, 09:43 PM
Darin McGrew My guess is that MSIE is recovering from the marku... Nov 8 2010, 09:43 PM![]() ![]() |
|
Lo-Fi Version | Time is now: 18th May 2013 - 09:13 AM |