View Single Post
Old 01-30-2017, 03:23 AM   #3
sonvi.belani
Registered User
 
Join Date: Jan 2017
Location: Ahmedabad
Posts: 95
Hi,
These effects can now all be achieved using Cascading Style Sheets.
To allow text to wrap around an image, you just need to add one of these commands to the image tag:

align="left"
align="right"

So, the image tag would look like this:

<img src="next.jpg" align="left" />

Now just type in your text and it will wrap around the image, rather than jumping to the bottom of the image
Thanks.
__________________
Sonvi Belani
Ecommerce Website Developer

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
sonvi.belani is offline   Reply With Quote