Forum Moderators: open
I'm looking for a HTML multi page generator. I currently in process of building a site that will be selling 1000's of products online. I was wondering if there is a recommended page generator to automatically create product pages for me. I have created several templates which i use to develop pages but since majority of the pages are alike and only a few lines of code will be changed in each, i was wondering if there is an easier way of doing this? rather than me creating each page from templates and manually chaging lines of code in each page according to that product. Below is the code in my template:
[<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<TITLE>
Name Style (#### STYLE NUMBER) Bridesmaid Dress
:: Designer Bridesmaid Dresses
:: On Sale Bridal
</TITLE>
<link rel="stylesheet" type="text/css" href="/common.css" >
<META NAME="description" CONTENT="My Name Style (#### STYLE NUMBER) Bridesmaid Dress or Gown from ON SALE bridal">
</HEAD>
<BODY>
<!-- ================== Begin Outer Table ========================== -->
<div id="wrapper">
<!--#include virtual="/includes/menu_top_new.html"-->
<!--#include virtual="/includes/csssearch_top.html"-->
<!--- ====================== Begin Page Content========================== -->
<div id="content">
<h3>Name Style (#### STYLE NUMBER) Bridesmaid Dress </h3>
<div id="content-productdesc">
<b>Description: </b>(#### PRODUCT DESCRIPTION)
<br><br>
<b>Colors: </b><a href="/Images/bridesmaid_dresses/name/swatches/(#### STYLE NUMBER).html" target="page" onClick="window.open('','page','left=50,top=50')">[color swatches]</a>
(#### PRODUCT COLORS)
<br><br>
<b>Sizes: </b><a href="size_chart.html" target="page" onClick="window.open('','page','left=50,top=50')">[size chart]</a> 0-28
<br><br>
</div>
<div id="content-pagenum">
<br><a href="(#### PREVIOUS STYLE NUMBER).html">Prev</a> ¦
<a href="/bridesmaid_dresses.html" title="bridesmaid dresses">Bridesmaid Dresses and Gowns</a> ¦
<a href="p1.html" title="bridesmaid dresses">My Name</a> ¦
<a href="(#### NEXT STYLE NUMBER).html">Next</a>
</div>
<img src="/Images/bridesmaid_dresses/billlevkoff/(#### STYLE NUMBER).jpg" align="middle" style="margin: 10px 40px 10px 40px" alt="bridesmaid dress style (#### STYLE NUMBER)">
<img src="/Images/bridesmaid_dresses/name/(#### STYLE NUMBER)-1.jpg" align="middle" style="margin: 10px 40px 10px 40px" alt="bridesmaid dress style (#### STYLE NUMBER)">
</div><!-- content -->
<!--#include virtual="/includes/menu_bottom_new.html"-->
</div><!--wrapper-->
<!--#include virtual="/includes/cssfooter.html"-->
</BODY>
</HTML>]
I have placed (####) next to the code that needs to be changed.
Any help/input on this would be greatly appreciated. Thank you,
[edited by: encyclo at 1:04 am (utc) on Oct. 14, 2006]
[edit reason] examplified, see forum charter [/edit]
Thank you again,
i have used a couple, years back, but in all honesty for something very simple like what you are doing, then if you have a webserver running on your local computer it would take you less than an hour to write a script to do what you want.
selling 1000's of products online