Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

All other Modules /

Discuss all other Modules here.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Gallery: items per row bug


Go to End


2 Posts   2448 Views

Avatar
AlexB

Community Member, 4 Posts

16 December 2008 at 12:55pm

If gallery items per row = 1 then the logic fails to correctly match the number of opening and closing TR tags, which is a problem with Strict DTD. Does anyone with gallery module experience have ideas on how to resolve? for now, we have used transitional, to avoid the error.

Thanks,

Alex

Avatar
Carbon Crayon

Community Member, 598 Posts

17 December 2008 at 6:55am

you could replace the table structure with a CSS float based layout, just use clear at the end of a row. I did that with my gallery seems to work pretty well :)