Code Problem - please help

Question
I can't figure out what the problem is. It looks fine in the WYSIWYG editor, but it the font on the specs for each guitar is way too big and should NOT be bolded.
Any ideas?
Here's the page - it's not part of the site yet, but I hope to soon.
http://www.strummersmusic.com/1martinsigmaguitars.php
Thanks!
Gina

Answer
The problem is with the css
HTML Code: <link href="images/strummer.css" rel="stylesheet" type="text/css" /> <style type="text/css"> <!-- .style3 {font-family: Verdana} .style5 {font-size: 14px} .style6 {font-size: 9px} .style11 {color: #000000} .style14 {font-size: 12px} Notice that style11 doesn't have a font-size? It needs one.
Of course, I can't see the file strummer.css, which will have more css specs inside.

Answer
I put in a font size for style 11 - but that didn't make a difference.
I know just enough about this stuff to be dangerous
However, I don't know much about css, although I'm learning.
I'm looking through the css now to see if I can find anything making the difference. I'm getting ready to sign off for the night.
I'm not sure if I should cut/paste the strummer.css info here. It's alot to look through. I don't mind going through it if I have an idea of what to look for. Alot of what's there is not even being used, but I haven't had the time to clean it up. We had a friend start our site, but then I've taken over as I've learned more and he got busy I've changed it ALOT since the beginning.
Thanks for your help!
Gina

Answer
Ok, I took a closer look at the code.
You have this defined at the top of the page (where it should be):
HTML Code: <meta name="robots" content="index,follow"> <link href="images/strummer.css" rel="stylesheet" type="text/css" /> <style type="text/css"> <!-- .style3 { font-family: Verdana; font-size: 11px; } .style5 {font-size: 14px} .style6 {font-size: 9px} .style11 {font-size: 11px} .style14 {font-size: 12px} --> </style> </head> But farther down the page you have this:
HTML Code: </table><!-- #EndLibraryItem --><td width="22%" id="content"><table border="0" cellpadding="0" cellspacing="0" id="leftnavcontent"> <tr> <td id="leftnav"><!-- #BeginLibraryItem "/leftnavsnip.lbi" --><style type="text/css"> <!-- .style18 {font-family: Verdana, Arial, Helvetica, sans-serif} .style11 {font-size: 18px; font-weight: bold; } --> </style> <div align="left"> </div> So when the browser interprets the page, it uses the most recent definition, which would be the 18px.
btw, I did go back and look at the css file. No clashes with style11 in there.

Answer

Thank you! Thank you! Thank you!!!
That did it. I didn't even look in that section because it's one of my library items that's in all my pages and this is the only one with a problem.
I would 'guess' that it's the only page I use style 11 on that's not in that left nav bar.
I spent a few hours looking over and over for the problem. Now I can move on
© 2007 www.aqcollection.com | Contact us |