Hi Everyone,
I realize both the Weblog and CSS templates will need modifications but am
not sure what codes should be inserted where inorder for the third column to
display.
Below is a part of HTML from the Weblog. Please advise if I added this
statement:
<div id="leftnav">
and inserted in front of the <div id="content" class="clearfix"> what
Velocity codes would be required in the HTML section and the CSS for the
column to display.
<divd id=where to insert the will need needs to change
<div id="page">
*<div id="header" class="clearfix">*
<h1><a href="$url.home">$model.weblog.name</a></h1>
<h2><!-- Short tagline goes here --></h2>
<div id="branding">$model.weblog.description</div>
</div>
<div id="content" class="clearfix">
<div id="main">
#set($pager = $model.getWeblogEntriesPager())
<div class="next-previous">
#if ($model.results)
#showWeblogSearchAgainForm($model.weblog)
#showNextPrevSearchControl($pager)
#else
#showNextPrevEntriesControl($pager)
#end
</div>
<div class="entries">
#showWeblogEntriesPager($pager)
</div>
#if ($model.permalink)
#showWeblogEntryComments($model.weblogEntry)
#showWeblogEntryCommentForm($model.weblogEntry)
#end
</div><!-- end main -->
Thanks for any hints or clues to display the third column.
Ann
On Thu, Jun 11, 2009 at 9:03 AM, Rafiki Zawadi <[email protected]>wrote:
> Hello Everyone,
> I am a newbie to Apache Roller so am turning to this listserv for help in
> converting a 2-column theme to a 3-column one. Can anyone guide me through
> the process of changing the Andreas08 theme into one which has a
> three-column layout where the side columns are fixed-width and the center
> column is liquid?
>
> I would also like to have the tags cloud placed in the upper right side of
> the blue banner area. I am having some difficulty understanding where to
> place the div ids.
>
> Many thanks,
> Ann
>