fborille Posted January 31, 2007 Share Posted January 31, 2007 Hi all, How can i separate my product descriptions in 3 or 4 different blocks, like: Description (graphic image)----------------------------------- Top blablablabla blabla Specifications (graphic)---------------------------------------- Top 12v 10amp blablabla Warranty (graphic)---------------------------------------------Top blablabla blabla Also i'm using fck editor ... Is there a contrib to do this ?? Thanks Fabio Link to comment Share on other sites More sharing options...
fborille Posted January 31, 2007 Author Share Posted January 31, 2007 Anyone ?? i'm still in trouble with this... Link to comment Share on other sites More sharing options...
martincsutton Posted January 31, 2007 Share Posted January 31, 2007 Hiya, Yes it's possible, just use HTML in your descriptions. You can create the HTML wrappers in something like Dreamweaver (I prefer notepad...) and them use them as templates when you add a product description. So: <h2>Description</h2> <p>Description Here</p> <hr/> <h2>Specification</h2> <p>Specification Here</p> <hr/> <h2>Warranty</h2> <p>Warranty Here</p> <hr/> Or something similar depending on how you want it to look. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.