A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: html to css table

  1. #1
    Senior Member
    Join Date
    Oct 2001
    Posts
    141

    html to css table

    Hi,

    I am just getting my head round css for layout etc, and would like to convert a html table to css as on the linked page below:

  2. #2
    Senior Member
    Join Date
    Oct 2001
    Posts
    141
    Sorry,

    My message should also have said that I am looking for a site that shows you how to do a css table with 2 columns and about 6 rows, or a site where I could get the script from.

    Any help appreciated,

    Jged

  3. #3
    Member
    Join Date
    Sep 2002
    Location
    London Uk
    Posts
    30

    ????

    If I understand you, you should still do the table in html. But you can use CSS to jazz it up e.g.

    <style>
    tblCell {color:red}
    tblMain {background-color:green}
    </style>
    ........
    <table class="tblMain">
    <td class="tblCell">sfggfh</td>
    <td class="tblCell">sfggfh</td>
    </tr>
    <tr>
    <td class="tblCell">sfggfh</td>
    <td class="tblCell">sfggfh</td>
    </tr>
    </table>

    What u want?

    P.s. If this helps please look at my question
    http://nshiell.tripod.com is the homepage. Umm tell me what ya think

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center