![]() ![]() |
| scott g |
Nov 8 2010, 05:06 PM
Post
#1
|
|
Member ![]() ![]() ![]() Group: Members Posts: 33 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." *penny stock picks*yaz lawsuit*vaginal mesh lawsuit* |
| pandy |
Nov 8 2010, 05:19 PM
Post
#2
|
|
Don't like donuts. Don't do MySpace. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: WDG Moderators Posts: 13,726 Joined: 9-August 06 Member No.: 6 |
Can you post the URL to the page?
-------------------- |
| scott g |
Nov 8 2010, 05:42 PM
Post
#3
|
|
Member ![]() ![]() ![]() Group: Members Posts: 33 Joined: 8-November 10 From: StL, MO Member No.: 13,098 |
Can you post the URL to the page? avandia.lawsuitinformation.org again I'm only having the issue in Internet Explorer and I cannot for the life of me figure it out?! Unfortunately, I'm not properly trained to build webpages and what not... but I make due! Thank You -------------------- Scott G.
"Whatever the mind can conceive and believe, the mind can achieve." *penny stock picks*yaz lawsuit*vaginal mesh lawsuit* |
| Darin McGrew |
Nov 8 2010, 06:25 PM
Post
#4
|
|
WDG Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Root Admin Posts: 7,852 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
#5
|
|
Don't like donuts. Don't do MySpace. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: WDG Moderators Posts: 13,726 Joined: 9-August 06 Member No.: 6 |
And there is one quotation mark too many i the TEXTAREA tag.
-------------------- |
| scott g |
Nov 8 2010, 07:30 PM
Post
#6
|
|
Member ![]() ![]() ![]() Group: Members Posts: 33 Joined: 8-November 10 From: StL, MO Member No.: 13,098 |
And there is one quotation mark too many i the TEXTAREA tag. Oh My God... I can't believe I over looked that!!! And it was that one damn quotation mark that corrupted the rest of the page!!!... why is Internet Explorer so wack?! I have one more question/problem with my form displaying inside Internet Explorer if someone could please help! @ my site http://avandia.lawsuitinformation.org the form is at the bottom of the page. The section that says "Related Injury" is where I have several checkboxes. I want these to align left - not centered. Would the code be something like <input type="checkbox" align="left.... ? Thanks Guys! I'm so glad I found this forum! -------------------- Scott G.
"Whatever the mind can conceive and believe, the mind can achieve." *penny stock picks*yaz lawsuit*vaginal mesh lawsuit* |
| Darin McGrew |
Nov 8 2010, 07:50 PM
Post
#7
|
|
WDG Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Root Admin Posts: 7,852 Joined: 4-August 06 From: Mountain View, CA Member No.: 3 |
I'm confused. The checkboxes are already aligned left in the td element that they're in.
-------------------- Darin McGrew
WDG Member since 1998 |
| pandy |
Nov 8 2010, 08:11 PM
Post
#8
|
|
Don't like donuts. Don't do MySpace. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: WDG Moderators Posts: 13,726 Joined: 9-August 06 Member No.: 6 |
Well, it was hardly IE's fault.
-------------------- |
| scott g |
Nov 8 2010, 09:21 PM
Post
#9
|
|
Member ![]() ![]() ![]() Group: Members Posts: 33 Joined: 8-November 10 From: StL, MO Member No.: 13,098 |
I'm confused. The checkboxes are already aligned left in the td element that they're in. If you look at the form in Internet Explorer the checkboxes are centered. I was using that as an example b/c it doesn't align the checkboxes left. -------------------- Scott G.
"Whatever the mind can conceive and believe, the mind can achieve." *penny stock picks*yaz lawsuit*vaginal mesh lawsuit* |
| pandy |
Nov 8 2010, 09:43 PM
Post
#10
|
|
Don't like donuts. Don't do MySpace. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: WDG Moderators Posts: 13,726 Joined: 9-August 06 Member No.: 6 |
That will correct itself when you get around to fixing the errors the validator reports.
-------------------- |
| Darin McGrew |
Nov 8 2010, 09:43 PM
Post
#11
|
|
WDG Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Root Admin Posts: 7,852 Joined: 4-August 06 From: Mountain View, CA Member No.: 3 |
My guess is that MSIE is recovering from the markup errors differently:
http://htmlhelp.com/cgi-bin/validate.cgi?u...mp;warnings=yes -------------------- Darin McGrew
WDG Member since 1998 |
![]() ![]() |
|
Lo-Fi Version | Time is now: 22nd May 2013 - 11:23 AM |