Pixelpost

Authentic Photoblog Flavour


Go Back   Pixelpost Forum > DEVELOPMENT > Template design and Front-End Code

Post Reply
 
Thread Tools
  #1  
Old 03-11-2008, 02:47 AM
jali Offline
forum loafer
 
Join Date: Mar 2008
Posts: 2
<IMAGE_CATEGORY> Alternative?

Is there an alternative to the <IMAGE_CATEGORY> tag? It includes the "Categories:" part which I want to alter to include a <strong> - I guess I could include that in the lang-english.php file but that seems a little hacky.
Reply With Quote
  #2  
Old 03-11-2008, 04:40 AM
Dkozikowski's Avatar
Dkozikowski+ Offline
Team Pixelpost
 
Join Date: Oct 2005
Posts: 1,855
Send a message via AIM to Dkozikowski
You can apply some CSS to the <IMAGE_CATEGORY> tag output.
Reply With Quote
  #3  
Old 03-11-2008, 04:46 AM
Dkozikowski's Avatar
Dkozikowski+ Offline
Team Pixelpost
 
Join Date: Oct 2005
Posts: 1,855
Send a message via AIM to Dkozikowski
Because there is no specific ID or CLASS applied to the <IMAGE_CATEGORY> output. You could do something like this:

CSS:
Code:
span.img_cat {
	font-weight: bold;
}
span.img_cat a {
	font-weight: normal;
}
HTML:
Code:
<span class="img_cat"><IMAGE_CATEGORY></span>
Reply With Quote
  #4  
Old 03-12-2008, 04:17 AM
jali Offline
forum loafer
 
Join Date: Mar 2008
Posts: 2
I must admit that I would have never thought of this.. very creative work around.
Reply With Quote
Post Reply


Thread Tools




All times are GMT. The time now is 08:27 AM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd. | Style Design: d3 designs