BlogHarbor Home Page
FAQFAQ  SearchSearch  MemberlistMemberlist  UsergroupsUsergroups  UsergroupsRSS   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
Adding "button sized" graphics to sidebar
 
Post new topic   Reply to topic    BlogHarbor Community Forum Index -> General Discussion
View previous topic :: View next topic  
Author Message
nisac



Joined: 20 Aug 2006
Posts: 8

PostPosted: Tue Aug 22, 2006 12:45 am    Post subject: Adding "button sized" graphics to sidebar Reply with quote

What component should be customized to place in a sidear to add "button sized" graphics? How can I acheive a look w/ graphics in the sidebar (but not as a photoablum)?

Thanks in advance!
Back to top
View user's profile Send private message
john
Site Admin


Joined: 16 Mar 2004
Posts: 3434

PostPosted: Tue Aug 22, 2006 11:33 am    Post subject: Re: Adding "button sized" graphics to sidebar Reply with quote

Check out these 2 threads from this forum for answers to similar questions:
In your case, you would want to upload your image files to the File Manager and create a custom component displaying that image.

You could use the following HTML code for your custom component:

Code:
<div class="component">
   <div class="componentHead">My Buttons</div>
   <div class="componentContent">
   <img src="URLofYourImage">
   </div>
</div>


Or if you didn't want the component to have a "title" of My Buttons, you could use code like this:

Code:
<div class="component">
   <div class="componentContent">
   <img src="URLofYourImage">
   </div>
</div>


Where of course URLofYourImage is replaced with the actual URL of the image you uploaded to your File Manager.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Search all BlogHarbor support resources.
View previous topic :: View next topic  
Display posts from previous:   
Post new topic   Reply to topic    BlogHarbor Community Forum Index -> General Discussion All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum