Welcome, Guest
Username Password: Remember me

Text Rotation
(1 viewing) (1) Guest
  • Page:
  • 1
  • 2

TOPIC: Text Rotation

Text Rotation 12 months ago #1319

Does anyone know how to rotate text in Fronter? I need to write text rotated 90 degrees.

Re: Text Rotation 12 months ago #1321

If you have css activated you can do:

-webkit-transform: rotate(-90deg); 
-moz-transform: rotate(-90deg);	


This works for FF and webkit browsers.

Depending on the amount of text an option could be to use an image with the text rotated.
Douglas Potter

IT-pedagog
Kungälvs kommun
SWEDEN

Re: Text Rotation 12 months ago #1322

Hi Douglas, thanks for your reply.

I did try using this code, but for some reason I get all CSS enclosed in a <p> and nothing seems to work. How do I go about to activate the CSS?

Re: Text Rotation 12 months ago #1323

Its a function that only fronter can activate. So contact fronter support in England and ask if they have this service or not.

If you decide to activate it, it means that people can upload css-files to all rooms. Due to the nature of this function you should think twice before you do it.
Douglas Potter

IT-pedagog
Kungälvs kommun
SWEDEN

Re: Text Rotation 11 months, 4 weeks ago #1327

I believe you could also limit the width of the text so it effectively becomes rotated:

<p style="width:0.5em;">H E L L O</p>
Tapio Janasik
Fronter Central Service Desk
The following user(s) said Thank You: Douglas Potter

Re: Text Rotation 11 months, 2 weeks ago #1339

Thank you Douglas. I have contacted UK Fronter, which they have so kindly explained that this type of lock-down is done by the council. After contacting the council, they will not make this feature available to our schools.
  • Page:
  • 1
  • 2
Time to create page: 0.43 seconds