Hi again. i have a themes.php file which has a variable called themeselection. that variable is set equal to a certain theme. then there's a switch statement that finds out which theme is selected and sets variables accordingly. Well all of the variables work and change the theme except for two variables. the $face - for font face and $textcolor for the textcolor.
I took a look at the source that its generating and it has an empty space like this:
<font face=' ' color=' '>
Like i said these are the only two that are having this problem. any thoughts?