Sample Custom HTML

The default custom html, which is displayed when no custom html is defined, is listed below. You can use this as a starting point when creating your own custom html. Note that the main body of the page is displayed in a single cell of a table.

Top Custom Markup

HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Software Store - [varTitle]</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link href="[varSOLODirRoot]/products/cart_styles_core.css" rel="stylesheet" type="text/css" />
<link href="[varSOLODirRoot]/products/cart_styles_print.css" rel="stylesheet" type="text/css" media="print" />
<link href="[varSOLODirRoot]/products/cart_styles_screen.css" rel="stylesheet" type="text/css" media="screen,projection" />
<link href="[varSOLODirRoot]/products/cart_styles_speech.css" rel="stylesheet" type="text/css" media="speech" />
</head>
<body>
<div style="margin: auto; width: 740px;">

Bottom Custom Markup

HTML
</div> 
</body> 
</html>