ShopSite is accessed through a browser not through Dreamweaver which is an html editing tool. You can use Dreamweaver to create html to use in your ShopSite store and you can use it to create templates, using the ShopSite template tags, that can be used in ShopSite to have ShopSite generate your store pages for you.
I don't understand your second question.
How to display the main picture with HTML header & Footer.With doing shopsite store.
If you only have a picture that you want to display on all your store pages you can include the html that will display that picture in the store Header and or Footer. The header and footer configuration are found under Preferences > Page Header and Footer. The html for displaying an image which you have uploaded into ShopSite would be something like.
- Code: Select all
<img src="http://yourdomain.com/media/imagename.gif" alt="Alt test for image" width="83" height="20" vspace="3" hspace="3" border="0">
You would simply put that code in the Header or Footer text field where you want the image to appear. When the page is published from within ShopSite the contents of the Header and Footer will be placed in the appropriate place on each page you have selected to use them.