I'm using the cvs version released on the 9th july for 4.7 with drupal version 4.7.2.
When i go to a playlist page i get errors with the layout - i don't know if there is an unfinished div but it messes up my layout, which you can see in the two screen shots i've attached.
The div for the bar on the left hand side doesn't get finished in the right place, nor does the content or footer, which messes up the page layout. I'm using a modified version of the friends electric theme with phptemplate engine and don't have any problems with an of my other page layouts.
Comments
Comment #1
stanbroughl commentedThis the result of the output on my playlist page - let me know if you want the hmtl code generated by the page.
Comment #2
zirafa commentedHi,
Yes, it would help a lot of you could post your source. My guess is that the reason it is going ape is because there are two floating elements on the playlist page. You can check the output that is in the theme function:
theme_audio_playlist_body
Comment #3
stanbroughl commentedi've attach a txt file of the source code from a playlist page with the error and an info page of a track where there is no error - also i've put a copy of my stylesheet just in case that has caused a problem i've not noticed.
I'll keep looking at this as well and see if i can come up with anything.
Cheers
Lucy
Comment #4
stanbroughl commentedI've redone my theme and it's fixed the problem so i might have been something wrong with that - hopefully it was and this now fixes the problem!