I'm ready to tear my hair out and have wasted days on this. I know once I get one created, then it will be a snap to replicate what I want on other pages. I have a global background image on my website. On the category pages I am creating I want to switchout the image in the page-content part of the page (but leave the global background everyplace else). I can get it to work in Microsoft Expression Web 4 and can get it to work in the browser when I'm testing it, but I am at a loss as to why it will not show a background image when it is assembled in the page within MM55. What in the world am I doing wrong with the coding? Like I said, I'm able to get it to work in the software program I use to edit HTML and CSS.
Here is the code for the content section of the page:
<head>
<style type="text/css">
@import url('cssui.css');
.auto-style1 {
font-size: xx-large;
font-weight: bold;
color: #0000FF;
text-decoration: none;
font-family: "Curlz MT";
list-style-type: circle;
list-style-position: outside;
font-style: inherit;
font-variant: inherit;
text-transform: none;
list-style-image: none;
}
</style>
</head>
<body background="graphics/00000001/QuickPage-FPS.png"
background-repeat: no-repeat;
width:903px;
background-attachment:fixed">
<div id="page-content">
<center><h3 class="auto-style1">Anniversary & Wedding Photo Albums & Frames</h3></center>
<p>
<div id="category_list">
<ul type="square"><font color="#0000FF">
<li><a href="http://misskatescreations.com/mm5/merchant.mvc?Store_Code=MKC&Screen=CTGY&Category_C ode=Anniversary" class="auto-style1"><font color="#0000FF">Anniversary Photo Albums</font></a></li>
<p>
<li><a href="http://misskatescreations.com/mm5/merchant.mvc?Store_Code=MKC&Screen=CTGY&Category_C ode=STTA" class="auto-style1"><font color="#0000FF">Special Themes Tabletop Albums</font></a></li>
<p>
<li><a href="http://misskatescreations.com/mm5/merchant.mvc?Store_Code=MKC&Screen=CTGY&Category_C ode=Wedding" class="auto-style1"><font color="#0000FF">Wedding Photo Albums</font></a></li>
<p>
<li><a href="http://misskatescreations.com/mm5/merchant.mvc?Store_Code=MKC&Screen=CTGY&Category_C ode=WAFRAMES" class="auto-style1"><font color="#0000FF">Wedding & Anniversary Frames</a></li>
</div>
</div>
Here is the coding for my page template
<mvt:item name="html_profile" />
<head>
<title>&mvt:store:name;Wedding & Anniversary Photo Albums & Frames</title>
<base href="&mvt:global:basehref;" />
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<mvt:item name="head" param="css_list" />
<mvt:item name="head" param="head_tag" />
</head>
<body class="WEDDING">
<div id="site-container">
<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
<div id="navigation-bar"><mvt:item name="navbar" /></div>
<table id="content-container">
<tr>
<td id="left-navigation"><mvt:item name="category_tree" /></td>
<td id="main-content" background="QuickPage-FPS.png">
<div id="page-header"><mvt:item name="hdft" param="header" /></div>
<div id="breadcrumbs"><mvt:item name="breadcrumbs" /></div>
<div id="page-content"><mvt:item name="content" param="content" /></div>
<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
</td>
</tr>
</table>
<div id="bottom-wrap"></div>
<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
<script src="https://seal.buysafe.com/private/rollover/rollover.js"></script><span id="BuySafeSealSpan"><script type="text/javascript">WriteBuySafeSeal('BuySafeSealSpan', 'PersistentSeal', 'HASH=iI5r2wFudedT1CaNL%2fpA26WwVyiYeaf4A07PfpjyMV DPzFpTQbqCXTTRCu8HlzeWrTMoNJDHJE%2fjNIHMr8fHWw%3d% 3d');</script></span>
</body>
</html>
Here is the code for the content section of the page:
<head>
<style type="text/css">
@import url('cssui.css');
.auto-style1 {
font-size: xx-large;
font-weight: bold;
color: #0000FF;
text-decoration: none;
font-family: "Curlz MT";
list-style-type: circle;
list-style-position: outside;
font-style: inherit;
font-variant: inherit;
text-transform: none;
list-style-image: none;
}
</style>
</head>
<body background="graphics/00000001/QuickPage-FPS.png"
background-repeat: no-repeat;
width:903px;
background-attachment:fixed">
<div id="page-content">
<center><h3 class="auto-style1">Anniversary & Wedding Photo Albums & Frames</h3></center>
<p>
<div id="category_list">
<ul type="square"><font color="#0000FF">
<li><a href="http://misskatescreations.com/mm5/merchant.mvc?Store_Code=MKC&Screen=CTGY&Category_C ode=Anniversary" class="auto-style1"><font color="#0000FF">Anniversary Photo Albums</font></a></li>
<p>
<li><a href="http://misskatescreations.com/mm5/merchant.mvc?Store_Code=MKC&Screen=CTGY&Category_C ode=STTA" class="auto-style1"><font color="#0000FF">Special Themes Tabletop Albums</font></a></li>
<p>
<li><a href="http://misskatescreations.com/mm5/merchant.mvc?Store_Code=MKC&Screen=CTGY&Category_C ode=Wedding" class="auto-style1"><font color="#0000FF">Wedding Photo Albums</font></a></li>
<p>
<li><a href="http://misskatescreations.com/mm5/merchant.mvc?Store_Code=MKC&Screen=CTGY&Category_C ode=WAFRAMES" class="auto-style1"><font color="#0000FF">Wedding & Anniversary Frames</a></li>
</div>
</div>
Here is the coding for my page template
<mvt:item name="html_profile" />
<head>
<title>&mvt:store:name;Wedding & Anniversary Photo Albums & Frames</title>
<base href="&mvt:global:basehref;" />
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<mvt:item name="head" param="css_list" />
<mvt:item name="head" param="head_tag" />
</head>
<body class="WEDDING">
<div id="site-container">
<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
<div id="navigation-bar"><mvt:item name="navbar" /></div>
<table id="content-container">
<tr>
<td id="left-navigation"><mvt:item name="category_tree" /></td>
<td id="main-content" background="QuickPage-FPS.png">
<div id="page-header"><mvt:item name="hdft" param="header" /></div>
<div id="breadcrumbs"><mvt:item name="breadcrumbs" /></div>
<div id="page-content"><mvt:item name="content" param="content" /></div>
<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
</td>
</tr>
</table>
<div id="bottom-wrap"></div>
<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
<script src="https://seal.buysafe.com/private/rollover/rollover.js"></script><span id="BuySafeSealSpan"><script type="text/javascript">WriteBuySafeSeal('BuySafeSealSpan', 'PersistentSeal', 'HASH=iI5r2wFudedT1CaNL%2fpA26WwVyiYeaf4A07PfpjyMV DPzFpTQbqCXTTRCu8HlzeWrTMoNJDHJE%2fjNIHMr8fHWw%3d% 3d');</script></span>
</body>
</html>
Comment