Is there an HTML code to wrap text around an image?
-
I've uploaded an image to our website, but I can't make the text wrap around it. Is there an HTML code that will correct this? To be much more specific, when I put the image in the text flows over and below. I need to align the picture to the right and have the text take up the left portion of the page. Thanks!
-
Answer:
Use this code : <img src="URL" hspace="5" vspace="5" align="right" />Text..........
Melody at Yahoo! Answers Visit the source
Other answers
use tables <table> <tr> <td><img src="imagesouce.jpg"</td> <td>text</td> </tr> <tr> <td colspan=2>more text</td> </tr> </table>
loudwalker
Related Q & A:
- How can I add a HTML code to My Yahoo homepage?Best solution by Yahoo! Answers
- What is the HTML code to make your web more accurate?Best solution by Yahoo! Answers
- How do I put an html code in a scroll box?Best solution by html.am
- What's the HTML code for a scroll box on top of a picture?Best solution by Yahoo! Answers
- What's the HTML code for?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.