Page 1 of 1
Problem uploading content
Posted: Tue Jun 12, 2007 4:41 pm
by Liz
When I go into the "pages" section to edit content, everything appears to work just fine, but then sometimes not all of the content will be uploaded (it will cut off the bottom part of the page, for instance), even though it looked okay as I typed it in. Anybody have any ideas as to what's going on?
Re: Problem uploading content
Posted: Tue Jun 12, 2007 4:55 pm
by Nullig
An open tag, possibly.
If you provide a link, we might be able to help more.
Nullig
Re: Problem uploading content
Posted: Tue Jun 12, 2007 6:57 pm
by Liz
On
this page, I'm trying to add a list of our organization's donors, but the bottom part keeps getting cut off.
Re: Problem uploading content
Posted: Tue Jun 12, 2007 7:25 pm
by RonnyK
Liz,
what do you mean with cut-off, do you mean the scroll-bar on the right as the page doesn't get the full height or do you mean that your footer is shown below the content instead of below the entire site.
For the first point, that is probably caused by the fact that the height is set by your background image.
The second point is caused by a misplaced and corresponding
Ronny
Re: Problem uploading content
Posted: Tue Jun 12, 2007 7:40 pm
by Liz
Sorry, perhaps "cut off" wasn't the right term. I mean that when I type in text, some of it gets deleted. All of it is there when I preview the site, but when I upload it, it's gone. It's just not there anymore; it's not just that it can't be seen, it's no longer anywhere in the code.
Re: Problem uploading content
Posted: Tue Jun 12, 2007 7:52 pm
by Nullig
Well, from looking at the page source code, the entries from the beginning down to:
Mrs. and Mr. Ruth Williamson-Kirkland
are all contained in a table.
The entries from $250 to $499 down to:
Mr. and Mrs. G
are not in the table, they fall after the table.
Have you entered donor information beyond the last entry "Mr. and Mrs. G"?
Have you tried clearing the cache?
I wonder if the amount of data is beyond the max for that field in the database?
You could try breaking the content into blocks representing the different donor levels, perhaps using the PageBlocks mod. That would break it up into more manageable chunks for editing purposes, as well.
Nullig
Re: Problem uploading content
Posted: Tue Jun 12, 2007 7:58 pm
by Liz
Nullig wrote:
Have you entered donor information beyond the last entry "Mr. and Mrs. G"?
Yeah, there's actually quite a bit of information that is supposed to be beyond that entry. And it's not in a table because I've just been trying everything to get that info there, and I've been messing with the code, trying to figure out what's wrong (usually, all of the entries are in tables).
You could try breaking the content into blocks representing the different donor levels, perhaps using the PageBlocks mod. That would break it up into more manageable chunks for editing purposes, as well.
I will try that, thank you.