User Profile

Collapse

Profile Sidebar

Collapse
tobas
tobas
Last Activity: Jul 30 '12, 01:08 PM
Joined: Jul 16 '12
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Sorry I was not specific, where I have put <td width....>it has not recognized so all table cells are at default width ie a equal proprtion of the total table width. (google crome)
    See more | Go to post

    Leave a comment:


  • how to get css code to recognize table width values

    this code all works except for the width values which are seemingly not recognized:

    Code:
    <head>
    <style type="text/css">
    table, td, 
    table
    {
    width:800;height:25;
    }
    table
    {
    position: absolute; right: 100px; top: 80px;
    }
    table
    {
     border-collapse:collapse; 
    }
    td
    {
      border-spacing:0px;
    }
    ...
    See more | Go to post
    Last edited by Rabbit; Jul 16 '12, 10:56 PM. Reason: Please use code tags when posting code.
No activity results to display
Show More
Working...