Quote Originally Posted by audradh View Post
Yes, productDescription is left justified by default, but I have h1 set to align center. I am looking to except only the productDescription from aligning center. I was led to believe (from another thread I was reading) that
Code:
#productName .productGeneral h1 {
	text-align: left;
	}
would except just the product description.
I'm sorry, I'm still not following this part.

Quote Originally Posted by audradh View Post
I am referring to the larger of the two boxes surrounding the ATC button here:

http://www.tiptopcountrystore.com/in...&products_id=3
That is a FieldSet box that I added to keep the atc button on the tab and prevent its float code from floating it off the tab. You could set the border on that to 0 so you don't see it, but I forgot to give it an "id" so I will add that to the next release.

Quote Originally Posted by audradh View Post
I'm now also having trouble getting text below the tabs. I have added <!--@ @--> then text, but it still shows on the last tab.

Audra
Its not just
Code:
<!--@  @-->
its the full string:
Code:
<!--@EndTabs@-->
I may have been unclear on that in the readme as I was demonstrating the tags.