I want to make about 60 "product" pages that look similar to say an Amazon product page.
(I'm not actually selling anything, but will want to really customize it, and I'd like to stay away from a shopping cart.)
Is the best way to do this to make 60 custom HTML modules whose CSS all links to one stylesheet? I want the layout to be the same for all the pages.
Then if I want to change the layout or change a font color, etc. I can control it across all 60 pages by changing one part of the code in a CSS file?
Can I have CSS within a module?
Can someone please explain how this would work:
-Where the css would go within the module?
-Where the css file should go on the site?
-Anything else I might need to know.
Thank you!