If you are seeing this message, it is possible the page did not load properly. Please hit reload/refresh on your browser.
If you still see this message, you probably do not have a browser that supports web standards, although its content is accessible to any browser or Internet device.

Cool Tips & Tricks Cool Tips & Tricks

Help Communities:
Help Forums Bug Base
<< Prev Topic | Next Topic >>
Cool Tips & Tricks ::: CSS FAQ ::: (CSS) Using Images for Forum Category Names
New Topic    Add Reply
Topic: (CSS) Using Images for Forum Category Names  (?)  Click to receive email notification of replies Click to stop receiving email notification of replies email this topic to a friend
Nutrocker

ezboard Moderator
ezSupporter
Posts: 15136
Posted: 2/13/05 4:16 pm    
(CSS) Using Images for Forum Category Names
You need some CSS for the Custom HTML, 1st text box from the top.

You need a section of CSS for each Forum Category you have, each class name has to be unique to the particular forum it is intended for.
If you give the class name a relevant name for each category it will help you identify what the CSS code is doing and for which forum category.

Sample CSS used for the intro section...
Custom HTML
1st text box from the top

 
<style>
 .headings font .youruniqueclasshere {
background-image: url(http://www.yourhost.com/images/yourimage.jpg);
background-repeat: no-repeat;
background-position: left center;
width: 100%;
}
</style>


Forum Category Name
control center
my community
select a forum from the list and click on the General Settings button, then in the forum category name area use something similar to...

 <SPAN class=youruniqueclasshere></SPAN>



Change the image url to the image you wish to use for the Forum Category Name.

Image Alignment:
left center will align the image to the left.
Change the left center to center center if you want the image centered
Change the left center to center right if you want the image aligned to the right.


  reply to this message

Click to receive email notification of replies Click to stop receiving email notification of replies email this topic to a friend

New Topic    Add Reply

jump to:
Topic Control Image::: Topic Commands
<< Prev Topic | Next Topic >>

Icon Legend

reply button:::Reply to Post Button   edit button:::Edit Post Button  delete button:::Delete Post Button (Moderator Only)

subscribe/unsubscribe to thread button:::Subscribe to Thread Button   email to friend button:::Email to Friend Button  



- Cool Tips & Tricks - CSS FAQ -

Communitiesezboard Help Communities:

Help Forums Help Forums Bug Base Bug Base





Powered By ezboard® Ver. 7.32
Copyright ©1999-2007 ezboard, Inc.