i created the desired font size and things then a .css file and uploaded it to the css folder in the templates Glenn but it dosent seem to change anything, any ideas?
i created the desired font size and things then a .css file and uploaded it to the css folder in the templates Glenn but it dosent seem to change anything, any ideas?
Your new stylesheet is there, but it apparently has some ids from Dreamweaver that keep it from applying to your live site..oneColElsCtr #container #mainContentCode:@charset "UTF-8"; .oneColElsCtr #container #mainContent .style12 { font-family: Arial, Helvetica, sans-serif; font-size: 9px; font-style: italic; line-height: normal; font-weight: lighter; font-variant: normal; text-transform: none; color: #CCCCCC; }
are all Dreamweaver tags. Eliminate them all, and replace them with
#productDescription
I don't think the
@charset "UTF-8";
is necessary here, either, and you definitely don't want it in your main stylesheet.
It would be best to put your new declarations in the main stylesheet, at the bottom or other logical place, so you don't have so many files to wade through when editing. Something like this:
Any property that you want to be consistent across your site or part of a page should be used once, at the highest level practical, so you don't have to repeat it every time.Code:#productDescription .style12 { font-family: Arial, Helvetica, sans-serif; font-size: 9px; font-style: italic; line-height: normal; font-weight: lighter; color: #CCCCCC; }
Last edited by gjh42; 27 Feb 2008 at 08:08 PM.
still no joy i updated the css file i created and pasted in your code and i also added it to the main css file, is there something wrong with my code in the Products Description in the zc admin:
*</span><span class="http://www.canvas-style-art.co.uk/shop/includes/templates/darkness/css/style3">*</span><span class="style4">*<span class="http://www.canvas-style-art.co.uk/shop/includes/templates/darkness/css/style5">FREE P&P TO UK MAINLAND ONLY</span>*</span><span class="style3">*</span><span class="style2">*</span></p>
<p class="http://www.canvas-style-art.co.uk/shop/includes/templates/darkness/css/style7">Printed onto a Silk 170 gsm Photographic Poster Paper at A1 size (594 x 841 mm - 23.4 x 33.1 inch) Landscape.</p>
<p class="http://www.canvas-style-art.co.uk/shop/includes/templates/darkness/css/style8"> </p>
<p class="http://www.canvas-style-art.co.uk/shop/includes/templates/darkness/css/style11">.:: Disclaimer ::.</p>
<p class="http://www.canvas-style-art.co.uk/shop/includes/templates/darkness/css/style12.css">Whilst care is taken to ensure that the End design Media Ltd t/a Canvas Style Art website is as up-to-date and accurate as possible, no responsibility can be taken by End design Media Ltd t/a Canvas Style Art for any errors or omissions contained herein. Furthermore, responsibility for any loss, damage or distress resulting from adherence to any advice, suggestions or recommendations made available through this website or through End design Media Ltd t/a Canvas Style Art itself, howsoever caused, is equally disclaimed by Canvas Style Art itself.</p>
<p class="http://www.canvas-style-art.co.uk/shop/includes/templates/darkness/css/style9">.:: Copyright ::.</p>
<p class="http://www.canvas-style-art.co.uk/shop/includes/templates/darkness/css/style12.ccs">2008 Canvas Style Art. All Rights Reserved. All text, images, graphics, and other materials on this website are subject to the copyright and other intellectual property rights of Canvas Style Art, unless otherwise stated. These materials may not be reproduced, distributed, modified or reposted to other websites without the express written permission of Canvas Style Art. </p>
<p class="style10">© Copyright 2008 - Canvas Style Art.
class="http://www.canvas-style-art.co.uk/shop/includes/templates/darkness/css/style3"
is wrong. You should have only
class="style3"
in this case.
ok taken off the http://www.canvas-style-art.co.uk/sh.../darkness/css/
on all
Glenn it is how i want it now apart from one little thing when changing the ss the overall background colour has changed from black to white, do you know which tag line to edit to get this back, iam sure i stayed away from any of the other coding but it has changed somehow!!
cheers