Wednesday, September 21, 2011

Cant change font size, type or color ! html php help?

i bought this real estate script .. and it has html templates that i shud b able to change ..



when i try to change the font type/size/color .. and upload the page to my server and then visit the page i get this error..



Fatal error: Smarty error: [in global_top.html line 3]: syntax error: unrecognized tag: font-size: 18px; color: #FF0000; (Smarty_Compiler.class.php, line 439) in /home/a7mdoo/public_html/site/libs/Smart?on line 1095



what the hell is smarty class ? lol

and how can i fix this ?





thank u in advanceCant change font size, type or color ! html php help?
It may not be your code - it may simply be your code is in the wrong place.



Template systems have their own way of incorporating CSS and HTML. Simply changing the HTML source can mess things up pretty bad.



See if you can find any useful information at the source: http://www.smarty.net/ - the makers of the engine behind your template.Cant change font size, type or color ! html php help?
There's some kind of syntax error in your code, possibly mismatched quotes or unescaped control characters in a string. Without seeing the entirety of the page, there's no way for anyone to say for sure where it is.
maybe its the tag line %26lt; div style=';font-size:18px; color:#FF0000;';%26gt;test%26lt;/div%26gt;



just double check the whole line for any errors like misplaced quotes or something.

No comments:

Post a Comment