Dessi
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Placing an Image on the sidebarWell, since the code says:
margin-left: 0px;
it is aligned with the text, if you don’t have any extra margin on the text above it.
Or else just change the 0 to another number 🙂
Forum: Fixing WordPress
In reply to: Wierd problem.Never mind. I solved it 🙂
Forum: Fixing WordPress
In reply to: Placing an Image on the sidebarIntended slightly? I’m from Sweden so don’t speak Greek 😛
Forum: Fixing WordPress
In reply to: php get_calendar(); Doesn’t work?How do you insert a calendar in the first place?
Or did your calendar come with ypur WP-theme?
Forum: Fixing WordPress
In reply to: Placing an Image on the sidebarI bet the code where “About Shimon” looks like this:
- <h2>About Shimon</h2>
Paste the image-code so it looks like this:
<h2>About Shimon</h2>
<img src=”the webadress to the picture” style=”margin-top: 0px; margin-bottom: 8px; margin-left: 0px;” alt=”” />
Forum: Fixing WordPress
In reply to: Placing an Image on the sidebarJust go to sidebar.php and insert this where you want it:
<img src=”the webadress to the picture” style=”margin-top: 0px; margin-bottom: 8px; margin-left: 0px;” alt=”” />
The variabels you can change so it fits you.
- <h2>About Shimon</h2>