I'd like to remove the space between the title of the event registration and the form, because I set not to show the description of the event and the rest of the info, but it still shows the space where they belong to.
There will only be space there if you have space in the event description field. Check the HTML of that field... maybe you have some empty paragraph tags or something. Assuming you are using the latest DT Register, there will be no space there unless it's saved in your description field.
dthadmin wrote: There will only be space there if you have space in the event description field. Check the HTML of that field... maybe you have some empty paragraph tags or something. Assuming you are using the latest DT Register, there will be no space there unless it's saved in your description field.
You mean the description of the JEvents event? Or there is another description that i should check..
Cause the JEvents descrpition is empty as my wallet and the space remains there
No, nothing from JEvents will display in the registration forms. What I meant is the MESSAGE that displays above the registration form. This is one of the items you configure in DT Register for each event. You must have blank space in that message.
dthadmin wrote: No, nothing from JEvents will display in the registration forms. What I meant is the MESSAGE that displays above the registration form. This is one of the items you configure in DT Register for each event. You must have blank space in that message.
Thanks, it turns out that if i leave the field with NOTHING on (not even a blank space), joomla automatically filled the field with this:
<p><br mce_bogus="1" /></p>
So with a blank space i solved the issue.
Thanks a lot!