Search found 4 matches
- Tue Mar 18, 2008 2:16 pm
 - Forum: Joomla! Coding 101
 - Topic: Html, 
in content title - Replies: 2
 - Views: 3600
 
Re: Html, <br> in content title
Another solution would be set the TD height from: <td class="contentheading<?php echo $params->get( 'pageclass_sfx' ); ?>" width="100%"> to: <td class="contentheading<?php echo $params->get( 'pageclass_sfx' ); ?>" width="100%" height="60px" valign=&q...
		- Tue Sep 18, 2007 10:20 am
 - Forum: Joomla! Coding 101
 - Topic: Html, 
in content title - Replies: 2
 - Views: 3600
 
Re: Html, 
 in content title
			Hi, Buddies, I found some method to break the title into 2 lines if it's too long. But this seems to hack the ../components/com_content/content.html.php file. Open: ../components/com_content/content.html.php Find: function Title( &$row, &$params, &$access ) { Just below of it, you will see the code ...
		- Sun Sep 16, 2007 8:30 am
 - Forum: Joomla! Coding 101
 - Topic: Html, 
in content title - Replies: 2
 - Views: 3600
 
Html, 
 in content title
			Hi, I have a product name, 'Flat Circular Knife & Core Cutter Blade'. in 'Knife category' And i set it as content title. If look very messy if i publish all the content in knife category as Blog. Does anyone know how to add in title tag? or any others way for me to seperate the title tag into 2 line...
		- Wed Jul 05, 2006 9:25 am
 - Forum: Joomla! Extensions Directory Forum
 - Topic: Secure .php
 - Replies: 0
 - Views: 937
 
Secure .php
Hello, From my additional works, i have add an enquiry form in my sites [url=http://www.halalproductsonline.com]http://www.halalproductsonline.com [/url] By now, i would like to keep track every enquiry in the database, i will use the same database. Actually, i haven't done it yet, because i don't k...