prev next Working with ShopSite

Using HTML in ShopSite

Though you don't need to know any HTML to setup a good-looking ShopSite store, knowing a little will help you tremendously. This is a quick guide to a few key tidbits of HTML that all ShopSite stores really ought to incorporate.

You can use HTML in your ShopSite store by simply entering tags into your store's text fields, like the store description, or the page footer text in the example below:

On the page, this will look like:


Contact Paula's Pies for more information.
All pies are shipped in special containers to assure they arrive at your door intact.

Home | Fruit Pies | About Paula's


Formatting

Some HTML tags, such as those for links and images, are simply inserted in the appropriate place in the text, but HTML for formatting needs to surround the selected text. For example, to make a word bold, surround the word with <b> and </b>.

Place these tags before and after the text to be formatted.

<b>bold words</b>               Bold 

<i>italic words</i> Italic
<tt>typewriter words</tt> Typewriter type (changes the font)
<center>centered text</center> Centers the text on the page
<h1>large words</h1> Largest size heading
<h3>medium words</h3> Medium size heading
<h5>small words</h5> Smallest size heading

<p> Paragraph break (skips a line between paragraphs)
<br> Line break (starts new line)

<a href="a.URL.that.you.want.to.link.to">the highlighted text</a>
<img src="location/of/the/image">
<a href="mailto:an.e-mail.address">recipient's name</a>

The Language of the Web

Though you don't need to build HTML documents from scratch using ShopSite, you might want to experiment with adding HTML tags to your store. Simple design elements such as boldface type, italics, indented lists, large and small-sized text, and hotlinks can improve the look and usefulness of your text. Below are several guides for writing HTML. Again, there will be lots of information that the basic ShopSite user won't need. Just sift through that to find the pearls of wisdom that you'll use.

prev next


ShopSite Help and Resource Center
February 13, 2004
Give Feedback


ShopSite Shopping Cart Software