Re: Cherry Zen Template Support Thread
I'm having problems with my product description.
What I want is:
* Part No. 64-0134-08
* Playfiled 8' table: 88"l x 44"w
* Table size 8' table: 100"l x 56"w x 31"h
* Dark blue wool cloth, and leather shield drop pockets
* 6" rails, K66 rubber bumper
* White diamond inlays
* 10 year warranty on slate play surface
* Solid wood ball & claw carved legs
No accessories included
What I get is:
* Part No. 64-0134-08 *Playfiled 8' table: 88"l x 44"w *T able size 8' table: 100"l x 56"w x 31"h * Dark blue wool cloth, and leather shield drop pockets * 6" rails, K66 rubber bumper * White diamond inlays * 10 year warranty on slate play surface * Solid wood ball & claw carved legs * No accessories included
What am I doing wrong?
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
sped1530
I'm having problems with my product description.
What I want is:
* Part No. 64-0134-08
* Playfiled 8' table: 88"l x 44"w
* Table size 8' table: 100"l x 56"w x 31"h
* Dark blue wool cloth, and leather shield drop pockets
* 6" rails, K66 rubber bumper
* White diamond inlays
* 10 year warranty on slate play surface
* Solid wood ball & claw carved legs
No accessories included
What I get is:
* Part No. 64-0134-08 *Playfiled 8' table: 88"l x 44"w *T able size 8' table: 100"l x 56"w x 31"h * Dark blue wool cloth, and leather shield drop pockets * 6" rails, K66 rubber bumper * White diamond inlays * 10 year warranty on slate play surface * Solid wood ball & claw carved legs * No accessories included
What am I doing wrong?
Are you not adding line breaks after each line? An HTML line break looks like this:
<br />
OR you can wrap each line in a paragraph and then it will be spaced.
<p>Paragraph Here</p>
Re: Cherry Zen Template Support Thread
Thenk .. ewerything is ok!!! header is ok but on left size is litel pleaces ..hawe can i remuve theas?
SHOP
MY code - stylesheet.css
################################################################################_
#headerWrapper {
float:left;
width:100%;
}
#navMainWrapper {
height:32px;
width:100%;
font-size:12px;
}
#logoWrapper {
width:auto;
}
#logo {
float:left;
padding-left;
text-align:center;
}
#taglineWrapper {
width:75%;
float:left;
Re: Cherry Zen Template Support Thread
Re: Cherry Zen Template Support Thread
:clap:thanks for this nick templates,but i thought i need your help to figure out the problem.
I want to leave only the head navigation and one big width advertisement in my index page ,which just like this wed site:www.apple.com. So ,how can I do this base on your Cherry Zen template?
Thanks for helping me.:clap::clap::oops:
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
newkernel
:clap:thanks for this nick templates,but i thought i need your help to figure out the problem.
I want to leave only the head navigation and one big width advertisement in my index page ,which just like this wed site:
www.apple.com. So ,how can I do this base on your Cherry Zen template?
Thanks for helping me.:clap::clap::oops:
Put a big image in your index page, under "Tools", "Define Pages Editor", then you can hide your logo section, left and right columns, Category Tabs (if you have them on), and Ezpages in the header (if you have them on) for your index page only with this:
#indexHomeBody #logoWrapper, #indexHomeBody #navColumnOne, #indexHomeBody #navColumnTwo, #indexHomeBody #navCatTabsWrapper, #indexHomeBody #navEZPagesTop {display:none;}
#indexHomeBody .outer, #indexHomeBody #content {padding:0 0 0 1em!important;}
Re: Cherry Zen Template Support Thread
Hi jettrue I have a question for you. My W3C CSS Validator is reporting problems in the css stylesheet file. How would I correct these. Would you please take a look at my site and Validate it to what the problems are. Thank you so much.
Re: Cherry Zen Template Support Thread
:smile:thanks for your help!
Re: Cherry Zen Template Support Thread
It includes transparent drop shadows all around the site. But IE6 and below do not show the drop shadows,so i desire to remove this drop shadows that everyone can see the same page in different browser.
Could u teach me how to remove the drop shadows all around the site??Thanks for your help!:clap::clap:
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
newkernel
It includes transparent drop shadows all around the site. But IE6 and below do not show the drop shadows,so i desire to remove this drop shadows that everyone can see the same page in different browser.
I would encourage you to leave the drop shadow because it looks good. Why "punish" people with newer (and better) browsers?
How many of your visitors use IE6 and lower?
IE6 is a really annoying browser for web developers. IE5 is worse.
Note: The following appears twice in Cherry Zen's stylesheet.css:
Code:
/*do not remove-fixes stupid IEbug*/