hey, i just want to make a 100% simple template or shall i say edit it.. i just want to edit the html by inserting my content.. anyone got a simple 1 html file with no css?
The simplest you can get <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> <head> <title></title> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> <meta name="robots" content="index, follow" /> <meta name="description" content="" /> <meta name="keywords" content="" /> </head> <body> </body> </html>
Do you want a template? These are easy to create.. all you basically need is a header design and a table below it... (like what sales pages use)