Search results

  1. W

    ASP on IIS help please?

    Hi, I have set up IIS on vista home 32 bit. I ticked all the boxes when setting up IIS on vista. This includes all the boxed about asp. Yet when I open a page through localhose it doesnt work. All the page has: <html> <body> <% response.write("My first ASP script!") %> </body> </html> An...
  2. W

    Hi, html table help please?

    HI, how do you create a table with two rows, the first row has two cells and the bottom row has one cell going across the two other cells? Thanks. When i try it it just gives me two top cells and two bottom cells. The below code is what i have. Thanks. <table id="newtab" border="1"> <tr>...
  3. W

    Hi, html table resize help?

    Hi, I have a table. How can i make it change size as the browser window changes size? Thanks.
  4. W

    Hi, html table help please?

    HI, how do you create a table with two rows, the first row has two cells and the bottom row has one cell going across the two other cells? Thanks. When i try it it just gives me two top cells and two bottom cells. The below code is what i have. Thanks. <table id="newtab" border="1"> <tr>...
Back
Top