Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    Join Date
    Jan 2006
    Location
    N/A
    Posts
    69
    Tokens
    0

    Default M'kay, Need Help.

    I cant seem to insert colloms (I cant spell) into my tables :S.

    To be true, Its quite annoying.
    Here is my code (minus values):


    Any help???

    Oh man... I cant get back on bonzeet

  2. #2
    Join Date
    Sep 2006
    Posts
    2,114
    Tokens
    0

    Latest Awards:

    Default

    wth is <tc>?
    Looking for a good desiner to design a social networking template.

    PM me.

  3. #3
    Join Date
    Jun 2007
    Posts
    1,671
    Tokens
    130

    Latest Awards:

    Default

    Maybe because that code is really wrong.

  4. #4
    Join Date
    Jan 2006
    Location
    N/A
    Posts
    69
    Tokens
    0

    Default k

    Er... can someone show me a basic code for a 4cols and 5rows table

    Oh man... I cant get back on bonzeet

  5. #5
    Join Date
    Jun 2007
    Posts
    1,671
    Tokens
    130

    Latest Awards:

    Default

    Code:
    <table height='-' width='-'>
    <tc>
    <tr>
    <td bgcolor='-' style='border:1 solid black'>-</td>
    </td>
    </tr>
    <tc>...
    and then it goes wrong!
    Code:
    <table height="" width="">
    <tr>
    <td bgcolor="" stle='border:1 solid black'>""<</td>
    </tr>
    I thnk thats the correct code


    Code:
     <table width="200" border="1">
      <tr>
        <th scope="col">&nbsp;</th>
        <th scope="col">&nbsp;</th>
        <th scope="col">&nbsp;</th>
        <th scope="col">&nbsp;</th>
      </tr>
      <tr>
        <th scope="row">&nbsp;</th>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
      </tr>
      <tr>
        <th scope="row">&nbsp;</th>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
      </tr>
      <tr>
        <th scope="row">&nbsp;</th>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
      </tr>
      <tr>
        <th scope="row">&nbsp;</th>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
      </tr>
    </table>
    I think thats it?


    Edited: Sorry i just updated the code, the first one i did, not yours
    Last edited by L!nK; 02-06-2007 at 09:06 PM.

  6. #6
    Join Date
    Jan 2006
    Location
    N/A
    Posts
    69
    Tokens
    0

    Default Thanks

    Thanks dude +Rep!

    Oh man... I cant get back on bonzeet

  7. #7
    Join Date
    Sep 2006
    Posts
    2,114
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by L!nK View Post
    Code:
    <table height='-' width='-'>
    <tc>
    <tr>
    <td bgcolor='-' style='border:1 solid black'>-</td>
    </td>
    </tr>
    <tc>...
    and then it goes wrong!
    Code:
    < table height="" width="">
    <tr>
    <td bgcolor="" stle='border:1 solid black'>""<</td>
    </tr>
    I thnk thats the correct code


    Code:
     <table width="200" border="1">
      <tr>
        <th scope="col">&nbsp;</th>
        <th scope="col">&nbsp;</th>
        <th scope="col">&nbsp;</th>
        <th scope="col">&nbsp;</th>
      </tr>
      <tr>
        <th scope="row">&nbsp;</th>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
      </tr>
      <tr>
        <th scope="row">&nbsp;</th>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
      </tr>
      <tr>
        <th scope="row">&nbsp;</th>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
      </tr>
      <tr>
        <th scope="row">&nbsp;</th>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
      </tr>
    </table>
    I think thats it?
    shouldn't <th> be <td>?

    <td rowspan="" colspan="">content</td>
    Looking for a good desiner to design a social networking template.

    PM me.

  8. #8
    Join Date
    Jun 2007
    Posts
    1,671
    Tokens
    130

    Latest Awards:

    Default

    No, its fine

  9. #9
    Join Date
    Sep 2006
    Posts
    2,114
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by L!nK View Post
    No, its fine
    Ok never used <th>
    Looking for a good desiner to design a social networking template.

    PM me.

  10. #10
    Join Date
    Jun 2007
    Posts
    1,671
    Tokens
    130

    Latest Awards:

    Default

    I think its correct, I'm still learning ;[

Page 1 of 2 12 LastLast

Posting Permissions

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