Hi Pinky,
On 28 Dec 12 23:07
pinky...@mypacks.net said:
> > How do I edit properties in already designed web page?
> >
> > How do I edit in source code?
In the examples you quote there is a mass of code that is missing.
They are clearly taken from a site that is the front end to a database
with some form of server side scripting language that drives the
interaction between the database and what the visitor sees on the
site.
BlueGriffon is an HTML/CSS editor. It is capable of generating the
code for the front end - the visible parts that appear on the page.
However, you will need additional tools to create and build the
database and the scripts that are activated by a user clicking a
button. To create this from scratch would probably first require two
or three years on a University level course.
You will almost certainly need some form of shopping cart software to
provide and drive the database. It very much depends on the range of
products you seek to sell.
For something small consider PayPal "Buy Now" buttons. Google
"shopping carts" for more advanced products.