Hi,
I am having a problem with a template I just designed. I wanted different modules to have different headers. So what I did was assigned different ids for each of the modules in the "module class suffix" field. When I tested it locally, everything worked normally. however when I uploaded it to my server, it did not show the design. I tried installing it on another server, and it worked!!!!
I tried comparing the page code, and there are some difference:-
Here is the code :
(when the module is not being displayed)
Code:
<dl class="moduledark3"><dt><p>Login Form</p></dt>
(when the module is being displayed)
Code:
<div class="module-dark3"><div><div><div><h3>Login Form</h3>
The 1st pic shows when everything is working correctly and the 2nd pic when it isn't