Jump to content

SunnyOne99

Member
  • Posts

    11
  • Joined

  • Last visited

Everything posted by SunnyOne99

  1. Thank you for your help! I discovered the problem! I had not made the form name, "orderform" consistant throughout. Thanks so much!!!
  2. Thank you for the reply, Monkeysaurus! I did make that change and uploaded the updated file; alas, that didn't solve the problem... What's next? Thanks again for your help!!!
  3. alt="Home" width="614" height="200" border="0" /> "Where practice makes nearly perfect" Home Page Mod 2 DQ Mod 2 Mod 3 Mod 4 Mod 5 Mod 6 Mod 7 Mod 8 Mod 9 Mod 10 Mod 11 Mod 12 Mod 13 Mod 14 & nbsp; &n bsp; &nb sp; alt="OffBeat Music Store" /> More items being added regularly; check back often. Better yet, stop by the store! We've got your strings! D'Addario Bass Strings - package of 4 Ernie Ball Guitar Strings - package of 6 Name: # of packages of Bass Strings: name = "numBassStrings" value = "" onchange="updateOrder();" /> # of packages of Guitar Strings: id="guitar" name = "numGuitarStrings" value = "" onchange="updateOrder();" /> Days until pick-up: name="pickupdays" value="" /> Subtotal: value="" readonly="readonly" /> Tax: readonly="readonly" /> Total: readonly="readonly" /> onclick="placeOrder(this.form);"/> Home Mod 2 DQ Mod 2 Mod 3 Mod 4 Mod 5 Mod 6 Mod 7 Mod 8 Mod 9 Mod 10 Mod 11 Mod 12 Mod 13 Mod 14 /> Copyright © 2010 WEB 200 Labs Last updated: February 2010 Sue Raymond @SunnyOne99@hotmail.com style="border:0" src="http://www.w3.org/Icons/valid-xhtml10-blue" alt="Valid XHTML 1.0 Transitional" height="31" width="88" /> href="http://jigsaw.w3.org/css-validator/check/referer"> src="http://jigsaw.w3.org/css-validator/images/vcss-blue" alt="Valid CSS!" />
  4. Thanks, Newseed - I get it now - the rest of the page is at the assigned width. Thanks for your help! Yup! I fixed it by widening the container, right column, tables and paragraphs. Thanks much for the help!
  5. I'm in my first web development class and our instructor taught us to use titles in all of our anchor tags.
  6. Thanks TKG - I like the width of that table - it's the other table and the rest of the page that I'd like to make the same width.
  7. Everyone was so helpful with my last problem so... I'm back! On the attached page, there are two tables - the second table is the correct width, the first table is not nor is the rest of the column. This is also true of other pages. I have the CSS for the table set at 454px as well as the right column. Thanks for any help you can send my way! http://keepingfoodsafeathome.110mb.com/webproject/bug.html
  8. THANK YOU, WICKHAM!!! That resolved my issue!!! :):)
  9. Thank you. I'm sorry, I must be misunderstanding you. I tried applying display:inline and that sent the table to the bottom of the left column. Here's the CSS that I have so far for the two pages: body {background-color:#ffffcc; color:#000000; font-family: Verdana, Arial, sans-serif; } #container {width: 1050px; } #leftcolumn {float:left; width: 350px; } #nav ul {list-style-type: none; text-decoration: none; padding-left: 0; margin-left: 0; } .img {border: 0; list-style-type: none; padding: 10px; } #rightcolumn { width: 700px; margin-left: 260px; color: #000000; } #bugcontent {float:right; } table {width: 700px; border: 2px solid #009966; } td, th { border: 1px solid #009966; } .doubleborder {border-color: #009966; border-width: 10px; border-style: double; padding: 5px; } #footer {font-size: small; }
  10. Here's the link: http://keepingfoodsafeathome.110mb.com/webproject/test/bug.html When I open it in Firefox, it works fine; the table stays put. When I open it in IE and minimize the browser, the table slips down to the bottom. The table should be in the right column just below the header (as it does in Firefox and full screen IE. Thank you!!!
  11. I am a newbie and I appreciate the help! I am working on my final project for my web development class (sing XHTML and CSS). So far, I have a home page that looks exactly as I want it to: The left column has the navigation with a white background and the right column has content with a lite yellow background. My second page - the left column remains the navigation column. I created a table for data for the right column. The issue is that the table starts all the way at the end of the right column. I hope that makes sense and, again, I DO appreciate the help! -Sue
×
×
  • Create New...