I'm not dumb. I must have changed every "line height" I seen. But why the f**k can does this text overlap?
http://force-test.com/index.php?main...index&cPath=38
I'm not dumb. I must have changed every "line height" I seen. But why the f**k can does this text overlap?
http://force-test.com/index.php?main...index&cPath=38
Looking at it by choosing View Source in your browser, or better yet using Firebug to look at it ...
Your text is inside a third <h1> tag, and you're using <font size="5"> to increase the size of the text. Both are causing you problems.
You should only ever have ONE <h1> tag per page. And <font> tags are old.
Start by getting it out of the <h1>, and then maybe drop the <font> tag too.
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.