phpBB SEO
Boards
Directory  
SEO  
Downloads
  phpBB SEO : Search Engine Optimization, Directory, Forums  
Index
Forums
Annuaire
Référencement
Télécharger
 
  Search Rechercher
    Register
Username :  Password :  Log me on automatically each visit  
S'enregistrer  
 
   
how can i add CSS class to smiles IMG tag

 
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB Forum
::  
Author Message
AmirAbbas
phpBB SEO Team
phpBB SEO Team


Joined: 11 May 2006
Posts: 529
Location: IRAN

how can i add  CSS class to smiles IMG tagPosted: Tue Sep 12, 2006 6:49 am    Post subject: how can i add CSS class to smiles IMG tag

hello

i have a problem
i want to add a CSS class to smiles IMg tag (only smiles)

the default form of Smiles address is like this

Code:
<img src="images/smiles/icon_wink.gif" alt="Wink" border="0">


i want to change it to this form

Code:
<img style="margin-bottom: -5px;" src="images/smiles/icon_wink.gif" alt="Wink" border="0">


is it possible ? Rolling Eyes

_________________
چهار گوش - طراحی وب - مجله طراحی وب
Back to top
Visit poster's website
lavinya
PR1
PR1


Joined: 24 Jul 2006
Posts: 159
Location: Turkey

how can i add  CSS class to smiles IMG tagPosted: Tue Sep 12, 2006 10:18 am    Post subject: Re: how can i add CSS class to smiles IMG tag

hello.

amir abbas try w3c validation: http://validator.w3.org/

an upgrade your forum template xhtml 1.0 tra.. or strict
Back to top
Visit poster's website
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 15135

how can i add  CSS class to smiles IMG tagPosted: Tue Sep 12, 2006 11:20 am    Post subject: Re: how can i add CSS class to smiles IMG tag

lavinya wrote:

an upgrade your forum template xhtml 1.0 tra.. or strict


well for sure it is better to be stricly following W3C guidelines, but the more important goes to user's feeling IMHO.

Open :
Code:
includes/bbcode.php


find :
Code:

         $repl[] = '<img src="' . PHPBB_URL . $board_config['smilies_path'] . '/' . $smilies[$i]['smile_url'] . '" alt="' . $smilies[$i]['emoticon'] . '" border="0" />';


Replace with :

Code:
         $repl[] = '<img src="' . PHPBB_URL . $board_config['smilies_path'] . '/' . $smilies[$i]['smile_url'] . '" alt="' . $smilies[$i]['emoticon'] . '" border="0" class="smilie"/>';


Now you can add as new css class called smile in your css. Note that you need to actually use your css for this to work (not the hard codded default version in overall_header.tpl).

You could as well use style="margin-bottom: -5px;" instead of class="smilie", but it would be nicer to use a css class I think Wink

++

_________________
Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche
Back to top
Visit poster's website
AmirAbbas
phpBB SEO Team
phpBB SEO Team


Joined: 11 May 2006
Posts: 529
Location: IRAN

how can i add  CSS class to smiles IMG tagPosted: Wed Sep 13, 2006 6:30 am    Post subject: Re: how can i add CSS class to smiles IMG tag

oh

thanks DCZ
DCZ = phpBB encyclopedia Mr. Green

until this time i found the answer for all of my questions
thanks a bunch


lavinya wrote:
hello.

amir abbas try w3c validation: http://validator.w3.org/

an upgrade your forum template xhtml 1.0 tra.. or strict


hi

yes you are right but making a template based on XHTML strcit need a lot of time Very Happy . unfortunately i don't have enough time.
an XHTML strict valid template doesn't have any affect on your forum indexing
at this time im focusing on indexing.

_________________
چهار گوش - طراحی وب - مجله طراحی وب
Back to top
Visit poster's website
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 15135

how can i add  CSS class to smiles IMG tagPosted: Wed Sep 13, 2006 8:21 am    Post subject: Re: how can i add CSS class to smiles IMG tag

amir abbas wrote:
oh

thanks DCZ
DCZ = phpBB encyclopedia Mr. Green

until this time i found the answer for all of my questions
thanks a bunch


Laughing

You're welcome amir Wink

_________________
Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche
Back to top
Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB Forum
Page 1 of 1

Navigation Similar Topics

Jump to: