View Single Post
  #1  
Old 07-24-2010, 03:41 AM
 
Sisom Sisom is offline
 

eXpert
  
Join Date: Sep 2006
Posts: 310
 

Default Much simpler shop_closed.html

I've removed all the unnecessary divs from the shop_closed.html (that would be ALL of them... ), this will probably work in all incarnations of X-Cart.

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>MrDTrading is closed</title> <style type="text/css"> <!-- html, body {background-color: #ffffff;margin: 0px;padding: 0px;height: 100%;font-family: verdana, arial, helvetica, sans-serif; font-size: 100%;} h1 {font-size: 0.9em;background: url(skin1/images/2column/bluebar750.gif) no-repeat top center;width: 750px;height: 34px;margin: 0 auto;line-height:34px;text-align:center;} img {display: block;margin: 20px auto 0;} --> </style> </head> <body> <img src="skin1/images/2column/closedlogo.gif" alt="MrDTrading Logo" /> <h1>We are temporarily closed. We apologise for the inconvenience. Please check back soon.</h1> </body> </html>


I have used a horizontal bar graphic (generated with Vista Buttons), called "bluebar750.gif" in the CSS above, for the background of the heading, and I have put my site logo (called "closedlogo.gif" in this example) into the skin1/images/2column folder.
__________________
X-Cart Gold Version 4.3.2
Reply With Quote