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?
|