Jump to content

moved categories to side & moved search for and welcome to...


Guest marline

Recommended Posts

Guest marline

I'm using killer skin, I moved categories to left side but now on the bottom there are a few extra letters showing up on the store page ($nbsp;)

I then moved the Serch for box and the welcome guest under my logo on the right side, but the color from the box extends to the bottom of the page.

I would like to also add some space accross the bottom of my logo where the catogories tabs were at.

peabodysairbrush.com/mystore

thank you,

Link to comment
Share on other sites

#1: in index.tpl <div class="boxFootLeft">$nbsp;</div> should be &nbsp; change the $ for &.

#2. in index.tpl Subscribe to our mailing list below:

<form action="/mystore/index.php" method="post">

<strong>Email:</strong> <input name="email" type="text" size="14" maxlength="255" class="textbox" />

<input type="hidden" name="act" value="mailList" />

<div style="padding-top: 5px; text-align: center;">

<input name="submit" type="submit" value="Join Now" class="submit" />

</div>

</form>

</div>

<div class="boxFootLeft">&nbsp;</div>

</td>

</tr>

</table>

try closing your table before </td>

#3. Your image height is 137px so make sure in layout.css #topHeader { you specify a height value. 137 px is a bit high. If you can reduce it to 100px it would be better.

Link to comment
Share on other sites

Guest marline

Thank You for your reply, I will try to get it all fixed now!

Here is a copy of my index.tpl

I do not see the part, you say should be there

#1: in index.tpl <div class="boxFootLeft">$nbsp;</div> should be &nbsp; change the $ for &.

would it might not be there because I added a text Mod?

<!-- BEGIN: body -->

<!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={VAL_ISO}" />

<title>{META_TITLE}</title>

<meta name="description" content="{META_DESC}" />

<meta name="keywords" content="{META_KEYWORDS}" />

<link href="skins/{VAL_SKIN}/styleSheets/layout.css" rel="stylesheet" type="text/css" />

<link href="skins/{VAL_SKIN}/styleSheets/style.css" rel="stylesheet" type="text/css" />

<script language="javascript" src="js/jslibrary.js" type="text/javascript"></script>

<!-- Text Input Mod start -->

<script language="javascript" src="js/3rdparty.js" type="text/javascript"></script>

<!-- Text Input Mod end -->

</head>

<body>

<div id="pageSurround">

<div id="topHeader">

<div id="sessionBox">

<div style="padding: 15px 8px 15px 15px; margin: 0px;">

{SEARCH_FORM}

{SESSION}

</div>

</div>

</div>

<div id="subSurround">

{CATEGORIES}

<table border="0" cellspacing="0" width="100%" cellpadding="0">

<tr valign="top">

<td width="175">

{SHOPPING_CART}

{INFORMATION}

{CURRENCY}

{LANGUAGE}</td>

<td style="padding: 0px 5px 0px 5px;">{PAGE_CONTENT}</td>

<td width="175">

{RANDOM_PROD}

{POPULAR_PRODUCTS}

{SALE_ITEMS}

{MAIL_LIST}

</td>

</tr>

</table>

</div>

{SITE_DOCS}

</div>

</body>

</html>

<!-- END: body -->

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...