ATutor

Learning Management Tools







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


html pages not styling in IE


  • 2008-04-14 08:42:04

    html pages not styling in IE

    If you are asking for help, provide lots of detail so problems can be reproduced.

    Things to describe:
    operating system - unix
    version of ATutor - latest
    versions of php - 5+
    version of mysq l - 4.3+
    webserver & version - apache
    copies of error messages - none
    changes to default settings - none
    web browser being used - IE
    and anything else relevant -

    To create an ATutor website with some public content pages I outputted several html pages using ATutor's content editor, then saved them to the server inside the ATutor folder, and set the redirect to the folder's index.html instead of login.php. The header information is exactly as it should be and on my iMac using Firefox and Safari, the pages always look and work as if one is logged in, but on Windows IE there is no styling and none of the links work. This is very disturbing to me because I am planning to deliver an paper about the material on the site at an upcoming academic conference and there are no public pages that anyone can look at unless they are using a Mac.


    Is there something I need to do with the IE stylesheet to get these pages to work properly, or is IE simply so far away from standards that there is no hope for it?

  • 2008-04-15 08:54:59

    Re: html pages not styling in IE

    I'm not sure I understand what you are trying to do. Did you create a new file through the file manager, or did you create a content page using the content editor that shows up in the content menu at the side?

    This unlikely has anything to do with ATutor. We use mac, linux, and windows w/ IE every day without any style issues. While there is an IE stylesheet, it is only there, in a theme, to make minor adjustments to default styles.

  • 2008-04-15 09:18:48

    Re: html pages not styling in IE

    Using the content editor I created several .html pages for non-registered users. They should style just like an atutor page with the content menu at the side. They show up perfectly at home on my iMac, but not on the Windows IE systems my university uses. I also found that it didn't style properly on half of the Macs in the computer lab, so it's not just a Mac/Windows thing. Once those students logged in; however, the .php pages styled just fine, as did the login page itself. It's totally beyond my ken, though it must have something to do with some individual browser settings.

  • 2008-04-15 09:57:58

    Re: html pages not styling in IE

    I'm confused. The content editor does not create .html files.It inserts html content into the database, which then displays the content via PHP.

    In any case, styles are associated with themes, so if you are having style troubles, this is where you need to look. There's not much we can do to help unless you can show us this is an ATutor problem. Try viewing pages on our demo site, and see if you can reproduce the problem there.

  • 2008-04-15 15:49:55

    Re: html pages not styling in IE

    You can copy the outputted page source into an html editor and save it as an html file, try it sometime.
    It works great. I did it to work around the fact that I can't make public pages in atutor.

    I tried it using that module that was supposed to let you do things like that but I never got those pages to show up. I notice the module isn't listed anymore. I still can't image how you create your own public pages. If you have the means to do so using the content editor, I wish you would share it with the rest of us so that people could read some of our content without having to register and log in.

  • 2008-04-15 16:01:58

    Re: html pages not styling in IE

    okay, now I understand, I think. I would guess the pages you copied from view source, need the paths to various files edited.

    You can make public pages, outside ATutor using Create New File in the File Manager. They do not require a login.

    Or, you can set the course properties to public, if you want to allow access to the course without a login.

    You tried using which module, that lets you do things like what?

  • 2008-04-15 16:17:34

    Re: html pages not styling in IE

    I don't remember what the module was called but it produced a blank module on the home page that people could write there own modules into. In any case it's not listed anymore. I will try the File Manager method. Thank you.

  • 2008-04-16 08:42:24

    Re: html pages not styling in IE

    That would be the "Hello World" module. It's still there. It's included as part of each ATutor distribution.You just need to turn it on.

  • 2008-04-16 08:56:29

    Re: html pages not styling in IE

    Thanks Greg, instead I figured out how to manipulate the login template to make room for a content div. I wrote up a welcome message there and some links to the content I want people to see. It was easier than I expected it to be, and I'm hitting myself in the face for bothering you with something that now seems so simple. All I needed to do was put the login column divs under a leftcolumn div and then add a content div.