convocorner.com/qposting/packages.html You see the packages row with prices and information... I want to replicate it so I have a second column of packages identical to the first row. Tried copy and pasting the same code to no effect, anyone have a correct code? Cheers in advance.
in your CSS you have the overflow:hidden on your wrapper layer therefore when you copy paste the next row, it get's hidden. Just edit the proper layers overflow status and you should be fine...
You need to set your wrapper class so it looks like this: .wrapper { margin: 0 auto; overflow: auto; width: 950px; } HTML: