Quote Originally Posted by swguy View Post
If you copy and pasted the marketing text off my site, it will say something like:

echo '<div class="content" id="discountPolicy3">';

Plus most of these things create tables so you'd get the table styling.
Thanks for such a quick response.

I have neither a class="content" nor id="discountPolicy3" in any of my css, although I do have a rem'd id="content" and I did create an id="discountPolicy1" in my stylesheet.css based on the styling in your Quantity Discounts Marketing Example 1 Code, which is what I am using.

In id="discountPolicy1", I have set both the margin and padding to 0, and there is nothing else therein that affects the layout. I suppose I could create a class="h2discountPolicy1" with margin-bottom set to zero.

I fear I may not have grasped the logic of <div class="x" id="y">, which I tend to treat as one or the other, but not a concatenation or subservience. Any heads up?

I cannot comment on any table styling until I am next at work.

I appreciate your help.