table

Why tableless design, DIV vs. TABLE

Everybody says avoid tables when you are creating design elements like layouts, themes, pages... Why?

Because:

  • Main
    (X)HTML says; tables are for tabular data not for website-layout
  • Speed
    Tables have much design code than content, divs are faster for download. Save bandwidth!
  • Usability
    Tables let confusing while creating layout(You have to remember which TR or TD ends in which template file)
  • Debug
Judderdude's picture

embedding a php contact form in a html table page

Having searched the net far and wide for a suitable contact form with captcha, I settled upon using the cafewebmaster free script and it is exactly what I want. The only problem is aesthetically it doesn't look like any of the other html pages on the site(s) I am designing. I have tried embedding the code in a html page inside the

Basic HTML Table with rounded corners

This is a simple html table with rounded corners. It uses minimum code and four small corner images. You can change table width and height, without caring about design. Demo | Download

Syndicate content

CafeWebmaster.com(CW) is a free online community for webdevelopers and beginners. Anybody can share their code, articles, tips, tutorials, code-examples or other webdesign related material on the site. Newbies can submit their questions and reply to existing questions. CW does not guarantee or warrant reliability of code, data and information published on the site. Use the site on your own risk. The site takes no responsibility of direct or indirect loss or any kind of harm to its users. The site also doesn't take responsibility of infected files or source code with any kind of infection or viruses, worms, spywares, malwares, trojan horses. CW reserves the right to edit, move, or delete any of content for any reason.