Page 1 of 1

changing formatting on the title on filemod

Posted: 06 Feb 2009, 12:05
by Costas
Quick question.. I was wondering if there's a way to change the title formatting when you use a Filemod page. For example, when you go to parameters, currently I have

title=websitename.com

I can change it to

title=<b>websitename.com</b>

and that formatting works fine, however if i use something like this

title=<font color="#00FF00">websitename.com</font>

then the whole title disappears. i double checked the html and it looks fine unless i'm doing something wrong?

Posted: 09 Feb 2009, 07:07
by Nick
Config doesnt like quotes, please try with X2.0.1 version which is just been released.

Posted: 11 Feb 2009, 03:59
by mjau-mjau
Hmm, that should be working. Do you have a link to your gallery, and perhaps login to your admin(send PM). You could try:
Code
title=<font color='#00FF00'>websitename.com</font> 
... with small quotes, but it should be working nevertheless ...