ATutor

Learning Management Tools







Pages:1 2 3 4 5 6 7 8 9 10 11 12 13 14 15


Only portions of pasted HTML are visible when saved


  • 2006-11-06 11:17:01

    Only portions of pasted HTML are visible when saved

    I'm having trouble getting one content slide from showing all of my pasted content. I'm trying to paste a rather lengthy file of HTML into one single content file but it stops at a certain point and doesn't show the rest after I save it. I maxed out the file size and course size quotas as well thinking the system might have been balking at the pasted HTML and cutting the file down to decrease the size.

    Does anyone know of a workaround for this?

    Erik

  • 2006-11-06 11:50:15

    Re: Only portions of pasted HTML are visible when saved!

    It might be the result of broken HTML in the page. Try validating the page before you import it.

    http://validator.w3.org

    Or, ask your ATutor system administrator to increase the course file quota if you have run out of space..

  • 2006-11-06 12:40:34

    Re: Only portions of pasted HTML are visible when saved!

    It's definitely not a validation issue. It happens on other pages as well.

    I pasted a long list of glossary terms into one document and on the last line it leaves out some of it. its like there is a line number limit or something.

    like i said before, i maxed out the file quota too. i am the administrator of the system as well.

  • 2006-11-06 13:13:06

    Re: Only portions of pasted HTML are visible when saved!

    A content page is limited to the maximum value for a mysql text field (65000 bytes).

    You could change the data type for the "text" field from TEXT to MEDIUMTEXT.

    Or shorten your pages. In Internet terms, 65K worth of text is probably too long for a single page.

  • 2006-11-06 13:50:11

    Re: Only portions of pasted HTML are visible when saved!

    great! that's the solution. Figured it had something to do with mysql Thanks! Erik