Rasheed Bydousi
Member
Posted 5 years ago #
Hi.
I have a design which i want to use in my blog.
I am trying to add an image in the top of the sidebar.
I have a problem , i can not accurately locate the image as it is descriped in this photo:
http://www.alamjaad.org/audio/sidebar.gif
Thanking you in advance !
Rasheed Bydousi
Member
Posted 5 years ago #
ekusteve
Member
Posted 5 years ago #
Upload the image to your site. Go to your theme and open sidebar.php. Include your image at the top of the page, just under the sidebar div.
Steve
Rasheed Bydousi
Member
Posted 5 years ago #
Thanks Steve
I did it but however i can not locate the image exatly at the middle top of the sidebar.
ekusteve
Member
Posted 5 years ago #
Disclaimer...I'm no expert in css, php, or html...I just experiment until I find what works for me. So, there may be a better way to do this, but.... :-)
See here: http://www.georgetownprofessor.net/blogs/spring07/shyndman/
To get the image at the top of the sidebar, I did the following:
1. Open sidebar.php in the default theme
2. Include the following directly under <div id="sidebar">
<p align="center">
<img border="0" src="http://enter path to your image" width="100" height="100"></p>
Steve
Rasheed Bydousi
Member
Posted 5 years ago #