Results 1 to 6 of 6

Thread: Unwanted line breaks between tables

  1. #1
    Join Date
    Aug 2006
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Unwanted line breaks between tables

    Hi all

    Here's my page: http://www.indymoviemakers.com

    Go to the movies section.( http://www.indymoviemakers.com/movies.php)

    There are 5 tables inside one main table.My problem is that although i have specified no line breaks, there are many line breaks (or unwanted space) between the tables.Can anyone tell me how to resolve this?

    thx

  2. #2
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    not line breaks, cell padding.

    Quote Originally Posted by source code
    cellpadding="5"
    5em is a lot, for each table, makes 10 em between cells.





    thats




    a



    huge




    gap

    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

  3. #3
    Join Date
    Aug 2006
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    i tried changing padding...but it didnt make any difference..looks like the problem is something else...cant figure it out

  4. #4
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    Then it is beyond my abilities, sorry buddy. I am sure someone will be by shortly to square it away for you
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

  5. #5
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    You've got a bunch of css in css.css. It isn't my area, so can't really tell you what, but I'm guessing it's one of the things there.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  6. #6
    Join Date
    Aug 2006
    Posts
    239
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Code:
    </p></td>
    		<br />
          </tr>
    Your tables are broken

Bookmarks

Posting Permissions

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