Re: Default Template discussion
"Dirk Frederickx" <[email protected]>
| Newsgroups | gmane.comp.java.jspwiki.user |
|---|---|
| Message-ID | <[email protected]> |
Alex, The problem is that you need to close all opened %% blocks. So for a tabbed section it looks like this: %%tabbedSection %%tab-FirstTab1 ... /% /% Notice the double closing /% at the end. I include this example in the sandbox.jspwiki.org, so you can see the effect there. I noticed that content of a tab can still overflow the bottom of the tab. I will look into that. dirk On 7/25/07, Alex Samad <[email protected]> wrote: > On Tue, Jul 24, 2007 at 04:40:00PM +0200, Dirk Frederickx wrote: > > Alex, > > > > Can you provide me a link where I can see the issue. May be I > > understood the issues wrong. > > Try this create a new page and paste in > > %%commentbox > [{Image src='http://www.samad.com.au/~alex/JokerSmall.jpg' > align='center' height='129' width='50' alt='I am a Joker'}] > %% > > %%tabbedSection > %%tab-Quick > > [SMH|http://www.smh.com.au]\\ > [Times|http://www.timesonline.co.uk/] \\ > [Asian Times|http://www.atimes.com/] \\ > %% > > > notice the comment box is on top of the tabbed section. > > then try this > > %%tabbedSection > %%tab-Quick > %%commentbox > [{Image src='http://www.samad.com.au/~alex/JokerSmall.jpg' > align='center' height='129' width='50' alt='I am a Joker'}] > %% > > [SMH|http://www.smh.com.au]\\ > [Times|http://www.timesonline.co.uk/] \\ > [Asian Times|http://www.atimes.com/] \\ > %% > > > The commentbox is next to (inline horizontally) with the tabbed section. > > The behaviour previous was to use the top coding, ie place the comment box > before the tabbed section. and the tabbed section would flow around the comment > box - ie the first line of the tabbed section would be in line with the top of > the jpg. The commentbox would float on top of the tabbed section > > https://mail.samad.com.au/Wiki/page/Sandbox2 > https://mail.samad.com.au/Wiki/page/Sandbox3 > > I usually you firefox, but a quick check with ie6 seems to have the same > problem. > > Thanks > > > > > dirk > > > > On 7/24/07, Alex Samad <[email protected]> wrote: > > > Dirk > > > > > > the issue with flow around a comment box doesn't seem to have been fixed. > > > > > > Alex > > > > > > On Tue, Jul 24, 2007 at 11:54:18AM +0200, Dirk Frederickx wrote: > > > > On 7/24/07, Claudia Frers <[email protected]> wrote: > > > > > > I've posted 2.5.107 > > > > > Do I simply download a new 2.5 version for this? > > > > > Same place I presume? > > > > > Claudia > > > > > > > > Yes. > > > > Or look at http://sandbox.jspwiki.org/Wiki.jsp?page=Main > > > > _______________________________________________ > > > > This is the Jspwiki-users mailing list, in which we discuss the > > > > stable release (even-numbered, 2.4.x, 2.6.x), and user-issues. > > > > For development discussion, please join jspwiki-dev. > > > > http://ecyrd.com/cgi-bin/mailman/listinfo/jspwiki-users > > > > http://www.jspwiki.org/JSPWikiMailingList > > > > > > > > > > _______________________________________________ > > > This is the Jspwiki-users mailing list, in which we discuss the > > > stable release (even-numbered, 2.4.x, 2.6.x), and user-issues. > > > For development discussion, please join jspwiki-dev. > > > http://ecyrd.com/cgi-bin/mailman/listinfo/jspwiki-users > > > http://www.jspwiki.org/JSPWikiMailingList > > > > > _______________________________________________ > > This is the Jspwiki-users mailing list, in which we discuss the > > stable release (even-numbered, 2.4.x, 2.6.x), and user-issues. > > For development discussion, please join jspwiki-dev. > > http://ecyrd.com/cgi-bin/mailman/listinfo/jspwiki-users > > http://www.jspwiki.org/JSPWikiMailingList > > > > _______________________________________________ > This is the Jspwiki-users mailing list, in which we discuss the > stable release (even-numbered, 2.4.x, 2.6.x), and user-issues. > For development discussion, please join jspwiki-dev. > http://ecyrd.com/cgi-bin/mailman/listinfo/jspwiki-users > http://www.jspwiki.org/JSPWikiMailingList >