Question:

How do I wrap the text around the images on my yahoo blog?

by  |  earlier

0 LIKES UnLike

How do I wrap the text around the images on my yahoo blog?

 Tags:

   Report

2 ANSWERS


  1. Could u explain a lil more..would like to help, if possible.


  2. I'd have to experiment to see if the HTML image tag is allowed (I've not put an image in my 360 blog yet), but in HTML you would do it like this...

    <img src="photo.jpg" align="right">

    <img src="photo.jpg" align="left">

    The trick here would be, where is the actual image? If it's a source outside of Yahoo, then you'll need to include the full URL. If you've already got blog entries with pictures, right-click on the picture and copy the URL, then paste it into Notepad or a text editor to see where it actually resides. Then tweak the image tag as needed (assuming the tag is allowed in 360 blogs at all).

    Another thought... since Flickr is a Yahoo subsidiary, you might want to try putting your images there, and then linking to them from your 360, with the above tags or perhaps some plug-in script that Flickr provides.

Question Stats

Latest activity: earlier.
This question has 2 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.