meta tags

General questions about CMSimple
Post Reply
WiSmo
Posts: 9
Joined: Sun Mar 22, 2009 2:43 pm

meta tags

Post by WiSmo » Sun Mar 22, 2009 2:49 pm

Hello I'm using
#CMSimple $keywords='1,2,3';$description='123';#

It works fine in H1, but not in H2 or H3 :(

Can anybody help me?
Thanks

WiSmo
Posts: 9
Joined: Sun Mar 22, 2009 2:43 pm

Re: meta tags

Post by WiSmo » Wed Mar 25, 2009 12:45 pm

Nobody knows :?: :o :cry: :cry:

ZiPs
Posts: 633
Joined: Thu May 22, 2008 6:17 pm
Location: Faxe, Denmark
Contact:

Re: meta tags

Post by ZiPs » Wed Mar 25, 2009 8:34 pm

Hi WiSmo

It works on H2 and H3 to, here is a test on H2
http://cmsimple.prebendahl.dk/?Meta:Meta_test_h2 and http://cmsimple.prebendahl.dk/?Meta:Met ... ta_test_h3

Kode is like this

Code: Select all

<h2>Meta test h2</h2>
#CMSimple $keywords='1,2,3';$description='123';#

<h3>Meta test h3</h3>
#CMSimple $keywords='4,5,6';$description='456';#
/ZiPs
Preben Dahl | Webmaster cmsimple.dk | Projekt-og domæne ejer Gert Ebersbach

WiSmo
Posts: 9
Joined: Sun Mar 22, 2009 2:43 pm

Re: meta tags

Post by WiSmo » Thu Mar 26, 2009 3:14 pm

Thanks, I have an error in my plugin ;)

Post Reply