Jump to content

urroner

Members
  • Posts

    3
  • Joined

  • Last visited

urroner's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Well, thank you so much. It's the little things that got me.Again, thanks for the little tips.
  2. When I tried the following, instead of getting the table going all the way across the page, the numbers just clumped up together: <header> <style type="text/css"> .TableLayout {WIDTH="100%"; HEIGHT="50";} </style></header><body> <table CLASS="TableLayout"> <tr> <td>1</td> <td>2</td> <td>3</td> </tr> </table></body>
  3. I am a newbie and couldn't find an help after some searches.I have the following code (it's been stripped for brevity): <header> .TableLayout {WIDTH="100%"; HEIGHT="50";}</header><body> <table CLASS="TableLayout"> do stuff </table></body> When I open it up in a browser, it's just like there in nothing in the header. What am I doing wrong and how can I correct it?
×
×
  • Create New...