Hi There,
Thank you so much!
Absolutely worked, now I can go to sleep and not think about it all night.
Turina
Hi There,
Thank you so much!
Absolutely worked, now I can go to sleep and not think about it all night.
Turina
Not a problem. Glad to help.
You also have about 3 more parse errors that need fixed for your css to validate.
1. Find and remove the # from this block of code:
2. Find and remove (or add a value like "repeat-x", "repeat-y", or "no-repeat") the background-repeat:; from this block of code:Code:#navCatTabs ul li a { color: #none; }
3. Find and fix the "no repeat" (should have a hyphen, looking like "no-repeat") in this block of code (first block in the stylesheet):Code:#logoWrapper{ background-image:url(../images/); background-repeat:; background-color: #a9cf54; height:200px; width:850px; }
Once you get those fixed, you should have valid css!Code:body { margin: 0; font-family: verdana, arial, helvetica, sans-serif; font-size: 62.5%; color: #000000; background-image:url(../images/logotest.png); background-repeat: no repeat;(should be: background-repeat: no-repeat;) background-color: #43727f; }
Hope this helps.
Teach them to shop and they will shop today;
Teach them to Zen and they will OWN a shop tomorrow!
Oh yea!, There ya' go. Now you have valid css!!
Edit: Well..................ya' did. What happened to it?
Last edited by Get Em Fast; 8 Apr 2012 at 04:58 PM.
Teach them to shop and they will shop today;
Teach them to Zen and they will OWN a shop tomorrow!
Sorry,
went to put in a header in admin so I could post a link back to the main website, but it appears that the header is nearly 1/2 way down the page?!
How can you see all those mistakes? It looks all greek to me!
I just downloaded firefox so I could use the website developer addon thing, but even though its made it heaps easier to see what I have to change (wish I had it earlier this week!!), I can't for the life of me see what I have done wrong.
Do you know how I could get that header to sit at the bottom of the green bit in the logo area?
Thanks again!!
Turina
By using the WebDeveloper Addon for FireFox. Look at the button (if you use the toolbar vs. the "view" dropdown) Tools>Validate CSS (WHILE VIEWING YOUR SITE). That will take you to the W3C Schools' css validator, showing you all errors.
Try looking in includes/templates/turina/common/tpl_header.php and moving the section of code containing the EZ-Pages;
up the page until you get it where you want it. You should be able to place it right under <!--eof-header logo and navigation display--> and get it pretty close to the top............if not, just keep moving that whole block of code up the page until it looks right.Code:<!--bof-header ezpage links--> <?php if (EZPAGES_STATUS_HEADER == '1' or (EZPAGES_STATUS_HEADER == '2' and (strstr(EXCLUDE_ADMIN_IP_FOR_MAINTENANCE, $_SERVER['REMOTE_ADDR'])))) { ?> <?php require($template->get_template_dir('tpl_ezpages_bar_header.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_ezpages_bar_header.php'); ?> <?php } ?> <!--eof-header ezpage links-->
Hope this helps.
Teach them to shop and they will shop today;
Teach them to Zen and they will OWN a shop tomorrow!
Thanks so much for all your tips and help!
Moved everything, not exactly where I want it but will do for now. Theres some sort of space when I place it below the logo area that just won't let me place it right under the lime green area, but where it is is fine I think.
CSS is validated, HTML is validated last time I looked. Didn't even know there was such a thing.
Thanks again
Turina