how to create this kind of index.html page for products

by moreno
3 replies
  • WEB DESIGN
  • |
hi there , i don't understand how i can create the index.html page or download.html page that usually you get with plr products . I create a product but i really can understand how to create this kind of page , insert into a folder , so that people can download the folder ,open the page ( normally on google chrome )and then edit with them name and links the page . iWhat kind of editor or what kind of steps do i have to do ?
#create #indexhtml #kind #page #products
  • Profile picture of the author dmurphy
    I'm not quite sure of your question. Are you looking for something like a free HTML editor? Do you have a web host to put the HTML documents up on?
    {{ DiscussionBoard.errors[4268080].message }}
  • Profile picture of the author dsouravs
    Use This.


    <a href="folder/book.zip">Download my free ebook</a>

    Thnx
    If need help then use my skype
    Signature

    I can convert your Non-Responsive website to Responsive website ... How sweet is that? :)

    {{ DiscussionBoard.errors[4269198].message }}
  • Profile picture of the author espe
    wow well you need to search in google for html coding and css, and you dont really need an expensive software like dreamweaver, you can actually make the html file from a txt file changing the name

    you know something like..


    <!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">
    <head>

    <title>Download my product!</title>

    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <link rel="Shortcut Icon" href="url from your favicon" type="image/x-icon" />
    <meta name="distribution" content="global" />
    <meta name="robots" content="follow, all" />
    <meta name="language" content="en" />
    <meta name="description" content="YOUR section description" />
    <meta name="keywords" content="keywords, separated, by, comas" />

    </head>
    <body>


    here your content!!!!

    </body>
    </html>
    {{ DiscussionBoard.errors[4271479].message }}

Trending Topics