Forums / Setup & design / Avantgo

Avantgo

Author Message

Halvor M

Monday 27 June 2005 1:33:43 pm

I would like to make my site more accessible for Avantgo users.

One way of doing that would be to use the printer friendly display and collect articles in this display mode in one folder.

Being what in polite term could be called "programmingly challenged"... how exactly would I make a folder displaying only a list of articles, and then have these articles display only as printer friendly?

Appreciate any input :-)

Halvor M

Friday 01 July 2005 4:43:42 pm

Anyone have any ideas for this one?

Steve Brown

Friday 01 July 2005 7:02:47 pm

Do you mean that you would like to create a "channel" that Avantgo subscribers could add to their accounts and download to their PDAs? Great idea.

This article: http://ez.no/community/articles/build_table_less_css_layouts_with_ez_publish

is a good starting point. I would try setting the width of your site with the .css file:

div#allcontent
{
width: 250px;
margin: 0 auto 0 auto;
}

Note: I don't know if 250px is the correct width. What will be the topic of your channel?