Dear Lanxin, Lanxin Ma wrote:
> When uploading many pictures in one recoed or the title of record is long, > the output format has some problem. > the pictures show in one line, the title show in many lines. You might want to put some constraint on each column of your output. The sample format for photo records shipping with Invenio 1.x does use tables (sic!) to layout the content. If you are using this one, then it would be pretty straightforward to change, for eg. with: $ emacs /opt/invenio/etc/bibformat/format_templates/Picture_HTML_brief.bft [...] <td valign="top" align="left" style="min-width:400px"> [...] You might find some alternative, prettier solutions. Note that format templates shipping with Invenio are mostly meant for demonstration purpose, and it is highly suggested to create new ones for your specific needs. Take note in particular that any update you would do to files shipping by default with Invenio would get overwritten at the next upgrade (with the new version of that file). See BibFormat admin guide on how to create your own format templates for each type of record you host in your repository: <http://invenio-demo.cern.ch/help/admin/bibformat-admin-guide> Best regards -- Jerome Caffaro

