cancel
Showing results for 
Search instead for 
Did you mean: 

Div element created by Alfresco.

leonardo
Champ in-the-making
Champ in-the-making
Hi all,

I have created some pages with alfresco,but it shows problems with layout and I think which these problems happens because of the following code line which is created in my source code.

<div id="global_x002e_header">
This <div> element is created by alfresco I think it´s a problem..

am I wrong?

Any ideias how can I avoid to show this div?

Thanks.
4 REPLIES 4

mikeh
Star Contributor
Star Contributor
You need to edit the component Chrome to remove the default <div> wrapper.

Please see http://wiki.alfresco.com/wiki/Surf_Platform_-_Advanced_Customization#Chrome

Thanks,
Mike

leonardo
Champ in-the-making
Champ in-the-making
Thanks for reply!

I read this link which you send me and in my project I don´t find any  <@component/>.

Where I find it?

Thanks!

mikeh
Star Contributor
Star Contributor
In that case, it's likely to be the region chrome - have a look in system-templates, there should be a file containing:
<div id="${htmlid}">
<@regionInclude/>
</div>

Mike

leonardo
Champ in-the-making
Champ in-the-making
Hi Mike,

Thanks for all!!
My page is very nice now!!

you are a man! Smiley Wink

Thanks!