I can get my table to remain uniform.

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

  1. #1

    Default I can get my table to remain uniform.

    I am a novice a create webpage so please bear with me. I am trying to put
    together a Stats page for a football league website. I have uploaded the table.
    (Team_schedule ) to my mysql database via ms access. OK.

    Then I created the connection in dreamweaver so it would help with the php
    coding . Ok it works.

    Now I?d like to repeat the table info ? ok done.

    However when I put the record set in the table . I can?t get the table to not
    expand. with the text the size I need it to remain the size I made it .

    Here is a link to how I?d like it to look
    [url]http://seminoles.cstv.com/sports/m-footbl/sched/fsu-m-footbl-sched.html[/url]

    This when I tell it to show all record it repeats all the records until it
    fills up the page.

    Can some one please help.


    JT(Q-Dog) Guest

  2. Similar Questions and Discussions

    1. Help with Access fields when they are to remain blank
      I have some sections of my database that will be left empty. I am trying to update my database via my web admin pages without any success. What...
    2. uniform spacing
      Hello All, I am putting together a page with multiple text blocks and pictures and I need to have equal size spaces between each, both horizantal...
    3. Not Uniform Illumination of digitally photographed documents
      I would switch to quick mask mode and create a circular gradient to cover the well exposed area. Then exit quick mask mode which will give you a...
    4. removed kde but remnants remain
      I recall I at one point "removed kde from my system", however I still see # dpkg -l kde\*|grep ^i ii kdeaddons-doc- 3.1.2-1 KDE add-ons...
    5. Task Manager fails to remain open
      I am running XP Home Version on a desktop PC. I right-click an empty area of the taskbar, and then click Task Manager to start Task Manager. Task...
  3. #2

    Default Re: I can't get my table to remain uniform.

    I haven't looked at that URL, but will try to help.

    By default, an HTML table cell will expand to show all the content you put
    into it, even if you set a specific pixel width. If you have lots of text in a
    cell, you can try setting a font and font size using CSS to control the size of
    the text.

    Also, I'm assuming you are using the Repeat Region Server behavior. That
    behavior allows you to specify how many records per page to show. It sounds
    like you selected all records, rather than a specific number. Try updating the
    behavior to show only a certain number of records and inserting a Record
    Navigation Bar to navaigate through the entire recordset.

    delaneypub Guest

  4. #3

    Default Re: I can't get my table to remain uniform.

    delaneypub, Thanks for replying to my post. I'll give it a try.
    JT(Q-Dog) 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