Page 1 of 1

Hello,I&

Posted: 09 Mar 2008, 23:52
by hwarnaar
Hello,

I'm really like the guestbook. It's a great component.
I have one quick question. The words before the fields are bold. Name, title, email etc. I want them just normal.
I haven't put the <b> in my template so I figured out It has to come from a template of the component itself.
Where can I change this or wich command can I put in mine own stylesheet to overrule this.

Thanx for your help and your good work

Hilke

Hi, If y

Posted: 10 Mar 2008, 13:06
by Jan
Hi,

If you want to change the html or CSS of Phoca Guestbook:

- components\com_phocaguestbook\assets\phocaguestbook.css
- components\com_phocaguestbook\views\phocaguestbook\tmpl\default.php

Thanx that really he

Posted: 11 Mar 2008, 10:17
by hwarnaar
Thanx that really helps.

Posted: 11 Mar 2008, 11:03
by Jan

Hello,Wh

Posted: 14 Mar 2008, 19:55
by Goudenpijl
Hello,

What command do i have to write in the css or php file to make the text size normal? I can't find fontsize text.

Thanx in advance!

\views\phoca

Posted: 14 Mar 2008, 23:33
by Jan
\views\phocaguestbook\tmpl\default.php

row 269 +

<td width="5"><b><?php echo JText::_('Title'); ?>: </b></td>


Just remove the <b> HTML tags...

Jan

Thanx for your reply

Posted: 15 Mar 2008, 00:44
by Goudenpijl
Thanx for your reply!

My problem isn't solved becouse when i remove the "bold" tags only the 'titel' text in the fill in form changed into normal instead of the 'titel' text ares of a guestbook message.

I would like to change the text size of the 'titel' area becouse in IE it's extremely large ( Firefox is no problem..).

so you must change t

Posted: 15 Mar 2008, 01:37
by Jan
so you must change the code in message box:

row 107, change the <H4> tag to (e.g.):

<h4 style="font-size:12px"> or you can define it in your css file:

h4 {font-size:12px;}

Jan

Thanx now it looks g

Posted: 18 Mar 2008, 15:35
by Goudenpijl
Thanx now it looks good!

Posted: 18 Mar 2008, 15:36
by Jan