Problem with tables, please help me!

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default Problem with tables, please help me!

    Hi guys,

    I'm making a site in Dreamweaver and am using PHP includes to load content
    into the main layout of the site...

    If you go to [url]http://myhitrecords.com/mhr/main.php?pagename=myaccount[/url] you will
    see that the content is pushing the panels on the right hand side to the right
    in Firefox and in IE pushing the content to the left.

    Does anyone know what is causing this by any chance?

    Thank you very much and I hope to hear from you.

    All the best,

    Mark

    Spindrift Guest

  2. Similar Questions and Discussions

    1. new problem with importing Word tables
      Well, that one did. It only worked once. I still can't get the tables in, even turning off repeat header row. It's the weirdest thing. Every chapter...
    2. Tables problem.. :(
      I am making a site with tables.. on some tables (that they are inside to other tables) i put 100% width and 100% height.. The width works fine,...
    3. Noob Problem with IE and Tables
      IE 5 on Mac? Did you test on IE/Windows? If it's just IE5 mac so far, I'd say forget about the issue and move on. Anyone still using that...
    4. Problem with Show tables; :(
      Hello i have problem with this question SHOW TABLES; in php. How to get names of tables in my database ?. I create modul to add tasks for people...
    5. Problem with typed tables and JDBC
      I am just starting to use structured typed tables with JDBC and I am getting an error on an insert. My schema looks like this: CREATE TYPE...
  3. #2

    Default Re: Problem with tables, please help me!

    Your table code is a mess. You have a closing table tag on line 70 followed by
    an opening cell tag (td) with no opening row (tr) or table tag.

    Tables are not a good choice for page layout. You would do better to use CSS
    and some divs. There are plenty of tutorials out there on how to create
    two-column layouts:

    [url]http://www.adobe.com/devnet/dreamweaver/articles/css_concepts_pt4.html[/url]

    sly one Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139