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>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Software Store | [varTitle]</title>
<link href="b1_products.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="/solo/products/cart_styles_core.css" />
<link rel="stylesheet" type="text/css" href="/solo/products/cart_styles_print.css" media="print" />
<link rel="stylesheet" type="text/css" href="/solo/products/cart_styles_screen.css" media="screen,projection" />
<link rel="stylesheet" type="text/css" href="/solo/products/cart_styles_speech.css" media="speech" />
</head>
<script language="JavaScript">
<!--
function setfocusfield(work)
{
[varFocus]
}
//-->
</script>
<body bgcolor="#000000" onload="setfocusfield()" link="#663399" alink="#663399" vlink="#663399" text="#000000" marginwidth="0" marginheight="0" leftmargin="0" topmargin="0">
<p> <br><center>
<table bgcolor="ffffff" border="0" marginwidth="0" marginheight="0" leftmargin="0" topmargin="0" cellpadding="0" cellspacing="5" width="690">
<tr>
<td colspan="2">[varHeaderImage]</td>
</tr>
<tr>
<td>
Bottom Custom Markup
</td>
</tr>
</table>
</center>
</body>
</html>