Search…

X3 Photo Gallery Support Forums

Search…
 
Costas
Topic Author
Posts: 6
Joined: 16 Mar 2008, 12:34

changing formatting on the title on filemod

06 Feb 2009, 12:05

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?
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

09 Feb 2009, 07:07

Config doesnt like quotes, please try with X2.0.1 version which is just been released.
firedev.com
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

11 Feb 2009, 03:59

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 ...