Jacob Hall�n wrote:
Hi!
1. On the venue page, my pictures get scaled to itty-bitty size. How do I get to keep them at original size?Actually the resizing is done in HTML (not on the actual pictures), so I think that I can remove it from the HTML code and the pictures will be shown as-is.
2. I'd like my registration forms, which are not part of the CMS to look similar to the rest of the site. I don't know anything about CSS and stuff. How do I get a CSS that provides the necessary look&feel?
the CSS file for the EP site can be downloaded from http://europython-develop.zope.nl/portal_themes/EP/renderCSS
but the class names must be the same otherwise it won't work. I will take a look at the forms and see how to set the correct markup so that you'll be able to link to the CSS file directly and get the same page style:
<style type="text/css" media="all">@import url(http://europython-develop.zope.nl/portal_themes/default/renderCSS);</style>
PS: I will soon add a text-only accessible view of the site for users that want a fancy-free fast access to the information. see for ex. http://europython-develop.zope.nl/?page=text
/JM
Jacob
_______________________________________________ EuroPython mailing list [email protected] http://mail.python.org/mailman/listinfo/europython
