i am making a joomla website i am very new in joomla so finding some problem during work.
i have done slider for my joomla 2.5 template now i have a problem i have to make three boxes which i have already made in html css link given below
can any one tell me what is the best solution for this problem , i don’t know how the module works but i read that it possible with the customized module.
Please help
and i have already read this http://docs.joomla.org/Developing_a_Model-View-Controller_(MVC)_Component_for_Joomla!2.5_-_Part_01
and next also
Personally I think the best way would be to create 3 custom module positions for your template, then use 3 Custom HTML modules, allowing you to type in your content and so on.
This will also allow you to assign the module to the Homepage only.
For more information on creating custom module positions, read this:
http://docs.joomla.org/How_do_you_add_a_new_module_position%3F
To generate a basic module to save you time, you could try this:
http://agjoomla.com/en/tools/mvc-module-generator.html
Make sure you select the Joomla 1.6 version and once downloaded, you open the XML file and change
version="1.6"toversion="2.5"As for the design, nothing will have to be different. You can assign the boxes a class, then give that class the same styling in the css file.
Hope this helps.