Website Babble Webmaster Forums  

  #1 (permalink)  
Old 01-13-2009, 10:09 AM
sanhal's Avatar
Regular Babbler
 
Join Date: Jan 2008
Location: Berkshire, UK
Posts: 60
sanhal has a few positive reputation points
Send a message via Skype™ to sanhal
Default Adjusting text to flow around image

Hi

I have just managed to insert an image into my wordpress blog post.

In spite of watching several free videos on it I cannot get the text to appear to the side of the image.

I have clicked on the image to get into advanced setting to edit but I can't shift the text.

Where I am going wrong? Do you need a link to see the blog?


Sandy
__________________
At last a customizable power detox to suit your lifestyle!

The Definitive Detox Diet
Reply With Quote
  #2 (permalink)  
Old 01-13-2009, 12:15 PM
lisa's Avatar
Administrator
 
Join Date: Apr 2007
Posts: 6,187
lisa is the Admin and cannot be rated.
Default

Go the HTML view and add align="right" (or left) to the <img tag and that should work.

For example...

HTML Code:
<img src="apple.gif" align="right">
__________________
Don't put the cart before the horse.
Plan your website, then create it.

My New Book is Out & It's Free!
http://www.ThePerfectSiteGuide.com



My Latest Blog Post:
Who Are You Talking To?

Reply With Quote
  #3 (permalink)  
Old 01-13-2009, 02:05 PM
sanhal's Avatar
Regular Babbler
 
Join Date: Jan 2008
Location: Berkshire, UK
Posts: 60
sanhal has a few positive reputation points
Send a message via Skype™ to sanhal
Default

Quote:
Originally Posted by lisa View Post
Go the HTML view and add align="right" (or left) to the <img tag and that should work.

For example...

HTML Code:
<img src="apple.gif" align="right">
I've had a look at the HTML Lisa and it already says align left.

There is a whole lot of HTML but it starts <img class="alignleft
I've inserted the image to the left at the beginning of a paragraph but the text ends up below the image so there is a lot of white space next to the image.

Why are these things so difficult?

Sandy
__________________
At last a customizable power detox to suit your lifestyle!

The Definitive Detox Diet
Reply With Quote
  #4 (permalink)  
Old 01-13-2009, 02:16 PM
lisa's Avatar
Administrator
 
Join Date: Apr 2007
Posts: 6,187
lisa is the Admin and cannot be rated.
Default

That doesn't always work because the theme you're using may not have a style clarified for "alignleft" in your style sheet. I have that problem too so I manually add what I told you above and it works. You can either do what I do or manually add a style for the "alignleft" attribute in your stylesheet.

Many of the WP themes are not compatible with the WordPress default styles so that's why WP is ignoring the "alignleft" attribute.

Hang in there. I know things can get tricky sometimes.
__________________
Don't put the cart before the horse.
Plan your website, then create it.

My New Book is Out & It's Free!
http://www.ThePerfectSiteGuide.com



My Latest Blog Post:
Who Are You Talking To?

Reply With Quote
  #5 (permalink)  
Old 01-13-2009, 02:53 PM
sanhal's Avatar
Regular Babbler
 
Join Date: Jan 2008
Location: Berkshire, UK
Posts: 60
sanhal has a few positive reputation points
Send a message via Skype™ to sanhal
Default

Quote:
Originally Posted by lisa View Post
That doesn't always work because the theme you're using may not have a style clarified for "alignleft" in your style sheet. I have that problem too so I manually add what I told you above and it works. You can either do what I do or manually add a style for the "alignleft" attribute in your stylesheet.

Many of the WP themes are not compatible with the WordPress default styles so that's why WP is ignoring the "alignleft" attribute.

Hang in there. I know things can get tricky sometimes.
OK Lisa sorry to be so dim but where exactly do I add it? Do I add it to the image HTML that is already there or replace it with your example?

Many thanks

Sandy
__________________
At last a customizable power detox to suit your lifestyle!

The Definitive Detox Diet
Reply With Quote
  #6 (permalink)  
Old 01-13-2009, 03:20 PM
lisa's Avatar
Administrator
 
Join Date: Apr 2007
Posts: 6,187
lisa is the Admin and cannot be rated.
Default

remove class="alignleft" and replace it with align="left"
__________________
Don't put the cart before the horse.
Plan your website, then create it.

My New Book is Out & It's Free!
http://www.ThePerfectSiteGuide.com



My Latest Blog Post:
Who Are You Talking To?

Reply With Quote
  #7 (permalink)  
Old 01-13-2009, 04:12 PM
sanhal's Avatar
Regular Babbler
 
Join Date: Jan 2008
Location: Berkshire, UK
Posts: 60
sanhal has a few positive reputation points
Send a message via Skype™ to sanhal
Default

Wow, It worked! Thanks so much Lisa.

Now to get to grips with inserting a sign up form!!!

Have a great day.

Sandy
__________________
At last a customizable power detox to suit your lifestyle!

The Definitive Detox Diet
Reply With Quote
  #8 (permalink)  
Old 01-13-2009, 07:20 PM
Junior Babbler
 
Join Date: Dec 2008
Posts: 11
work4bucks has no reputation at Website Babble yet.
Default

I really need to piggy back off this question. I am trying to insert an image to wordpress and don't have the slightest idea where to put the code. In theme editor...sidebar...header...where ? Please and thank you.
Reply With Quote
  #9 (permalink)  
Old 01-13-2009, 07:52 PM
lisa's Avatar
Administrator
 
Join Date: Apr 2007
Posts: 6,187
lisa is the Admin and cannot be rated.
Default

Where do you want the image to show up?
__________________
Don't put the cart before the horse.
Plan your website, then create it.

My New Book is Out & It's Free!
http://www.ThePerfectSiteGuide.com



My Latest Blog Post:
Who Are You Talking To?

Reply With Quote
  #10 (permalink)  
Old 01-13-2009, 08:17 PM
Junior Babbler
 
Join Date: Dec 2008
Posts: 11
work4bucks has no reputation at Website Babble yet.
Default

I would like for it to be on the top /center. Would it go into the header?
Reply With Quote
  #11 (permalink)  
Old 01-14-2009, 04:59 AM
MissANN's Avatar
Master Babbler
 
Join Date: Sep 2008
Location: PPC, PALAWAN, Philippines!!! xD
Posts: 170
MissANN has more than the average amount of reputation points
Send a message via Yahoo to MissANN
Default

uhhm... i think it should be in the header.php... if you want it to appear just like the banner...(it appears in all pages)
__________________
IM PLANNING TO CREATE A NEW AND BETTER WEBSITE... I'M STILL BLANK THOUGH
Reply With Quote
  #12 (permalink)  
Old 01-14-2009, 12:04 PM
Junior Babbler
 
Join Date: Dec 2008
Posts: 11
work4bucks has no reputation at Website Babble yet.
Default

I tried putting it in the header but the img won't show. I uploaded the img into wp content but it is not being imported into my wp media library. What have I messed up now?
Reply With Quote
  #13 (permalink)  
Old 01-15-2009, 02:44 PM
Junior Babbler
 
Join Date: Dec 2008
Posts: 11
work4bucks has no reputation at Website Babble yet.
Default

Anybody???
Reply With Quote
  #14 (permalink)  
Old 01-15-2009, 09:44 PM
lisa's Avatar
Administrator
 
Join Date: Apr 2007
Posts: 6,187
lisa is the Admin and cannot be rated.
Default

I never use the media library. I always just manually upload the image the "images" folder in my theme and manually point to it with HTML using the <img tag. Can you paste the code that you used in the header?
__________________
Don't put the cart before the horse.
Plan your website, then create it.

My New Book is Out & It's Free!
http://www.ThePerfectSiteGuide.com



My Latest Blog Post:
Who Are You Talking To?

Reply With Quote
  #15 (permalink)  
Old 01-16-2009, 06:05 PM
Junior Babbler
 
Join Date: Dec 2008
Posts: 11
work4bucks has no reputation at Website Babble yet.
Default

I checked my themes folder and I do not have an 'images' folder. Must I creat one? Here is the code I used in the header:



Quote:
<center><img src="samc.jpg"></center>
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -6. The time now is 06:04 PM.


 Subscribe to RSS

WB Sponsors

Search Engine Optimization

flash chat

Make Money At Home

myspace layouts

Search Engine Marketing

Earn Money Online

Web Design Company

Affordable Web Design Ireland Website



 Subscribe to the Website Babble Feeds

2 Create a Website Homepage | 2 Create a Website Blog


Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0