Profile layout

Morgain

Well-known member
I would like to make more use of the main content area of the Profile page.
To do so I want to make the current content area into two columns.

profile- mini.webp

So the whole of the current content area reduces to a 50% column,
with another 50% column on the right starting at the top of the content area.

Help please.
 
I tried doing it like I added the sidebar to other templates.

Code:
<xen:profile2>
<xen:include template="aboutme" />
</xen:profile2>

So I'd need something to be the item called in the first line, and closed in the third.
OK I searched on "sidebar" and found "sidebar.css"
So I made a copy and called it profile2.css

Then inserted the above code at the end of member_view
But it says profile2 is an "unknown tag."

I guess I need a pointer about tags.
 
Top Bottom