Latest from Frontersupport

Frontersupport

All servers running normally. Please see the main site for recent and new releases.

Neuigkeiten von Fronter DE

Fronter GmbH

Fronter hat ab heute eine neue Stilvorlage, speziell für Tablets und Smartphones. Jetzt aktivieren und ausprobieren: http://t.co/EGtRNnncbG

Willkommen, Gast
Benutzername: Passwort: Angemeldet bleiben:

Cascading Style Sheets, better known as CSS
(1 Leser) (1) Gast
  • Seite:
  • 1

THEMA: Cascading Style Sheets, better known as CSS

Cascading Style Sheets, better known as CSS 2 Jahre her #49

Having issues adding inline CSS to your source code?

Well I have! I have reported to no avail that Fronter in some instances will not accepet any inline CSS.

If you paste some rather simple inline CSS on your source code page, say for example:
<style type="text/css">
hr {color:sienna;}
p {margin-left:20px;}
body {background-image:url("images/back40.gif");}
</style>

What Fronter will usually do, is wrap the code around a paragraph tag, thus rendering the style useless.
<p><style type="text/css">
hr {color:sienna;}
p {margin-left:20px;}
body {background-image:url("images/back40.gif");}
</style></p>


I have reported this situation to Fronter UK, but it has been over 1 month now with no answer what so ever.

Has anyone had any success in getting this sorted?

Kindest regards,
Paul

Re: Cascading Style Sheets, better known as CSS 2 Jahre her #56

It would be great if there where a better css support in the editor, especially as html5 is moving the text formatting to css, as far as I can understand but I'm no html expert.

The problem here is that the tool fronter use for text formatting is a third party product ckeditor.com/. Due to this, I guess Fronter have little possibility to change the functionallity.
Douglas Potter

IT-pedagog
Kungälvs kommun
SWEDEN

Re: Cascading Style Sheets, better known as CSS 2 Jahre her #60

There are some limitations indeed, though we are looking into updating the editor to some extent.

Another way could be to enable custom css in rooms (your local service team can do that for your Fronter installation), whereby you can use a room specific css that will effect how the pages look like (i.e. in the page tool).
Tapio Janasik
Fronter Central Service Desk

Re: Cascading Style Sheets, better known as CSS 1 Jahr, 12 Monate her #184

Tapio: it's great to enable custom CSS in a room - but when you copy a room, css doesn't copy with it...

Re: Cascading Style Sheets, better known as CSS 1 Jahr, 6 Monate her #837

I just had a chat to support it would appear that customised CSS for rooms are no longer possible in Y11.

Re: Cascading Style Sheets, better known as CSS 1 Jahr, 6 Monate her #872

<p><style type="text/css">
hr {color:sienna;}
p {margin-left:20px;}
body {background-image:url("images/back40.gif");}
</style></p>

have you tried:
<p style="margin-left:20px">

<hr style="color:sienna">
  • Seite:
  • 1
Ladezeit der Seite: 0.43 Sekunden