Posted on: 02/04/03 06:20am
By: robinbowes
Hi,
I've got a bit of a display funny with my site.
Have a look here: http://robinbowes.com
and then here: http://robinbowes.com/gallery
Notice that the right-hand column doesn't display correctly when displaying the gallery.
Any ideas what might cause this?
Thanks,
R.
Display funnies with Gallery integration
Posted on: 02/04/03 09:22am
By: vinny
I think this has, at least partially, to do with gallery not having valid HTML code. It looks like there is some bad nesting of tags and that the HTML between the gallery and the right blocks has a bit extra HTML. I'd have to look at your theme's thtml files (and if you made any changes) to figure out exactly what is wrong.
I'd suggest, for a quick fix, just disabling right blocks when displaying your gallery. Otherwise your best bet is to mess around with the theme and see if you can get things working. Using the w3c's html validator (http://validator.w3c.org/) may help with this.
-Vinny
Display funnies with Gallery integration
Posted on: 02/04/03 09:35am
By: Anonymous (Anonymous)
I haven't used Gallery so this is just a guess. Perhaps there is a class with the same name in both the Gallery and your Geeklog theme style sheets? If they are using the same name, one will over write the other. Check both style sheets and see if this is the case. If so, then you'll need to change the class/id in the style sheet and template of one or the other to deconflict them.
Display funnies with Gallery integration
Posted on: 02/04/03 09:41am
By: Anonymous (Anonymous)
Ooops, sorry. Badly formed html will do this too. I'm surprised Gallery has this problem considering how popular its software is.