Shape 5

Joomla Templates => Simplex - Club => : techoptics March 09, 2012, 11:25:40 AM



: 404 page not displaying properly
: techoptics March 09, 2012, 11:25:40 AM
Hi,

I've tried making adapting the standard 404 page and it's all working fine except with internet exploder where for some reason none of the formatting is applying. Is there any reason for this and can it be fixed?

www.techoptics.eu/123

Thanks

J


: Re: 404 page not displaying properly
: techoptics March 09, 2012, 11:30:55 AM
Oh and one more little thing;

When trying to put bullet points in custom html modules they don't seem to appear, so I've had to put in other styled versions (e.g. the free quotes drop-down option). Is there another way around this?

Kind Regards

J


: Re: 404 page not displaying properly
: pmiddleton March 11, 2012, 08:09:55 AM
On the bullet point issue, inserting bullet points gives code like thus, with no bullets inserted -

:
<ul>
<li>First</li>
<li>Second</li>
<li>Third</li>
</ul>

As to why it doesn't respect the "no filter" text filter for super users, I can't say yet, but this will fix your immediate problem -

Change the first line of code in the HTML editor to this -

:
<ul style="list-style: disc outside;">

- changing "disc outside" to whatever bullet type you want.

Inserting the css into a single tag restricts it to just that module.


: Re: 404 page not displaying properly
: pmiddleton March 11, 2012, 08:15:40 AM
On the 404 issue, it loads perfectly well in IE9. I've only been able to check IE8 using IETester, which isn't perfect, but the formatting looks the same as IE9/Firefox here.


: Re: 404 page not displaying properly
: techoptics March 12, 2012, 03:46:20 AM
Brilliant that's fixed the problem - thanks very much!