Go Back   Site Owners Forums - Webmaster Forums > Web Programming > Programming General > HTML / DHTML

Notices


Reply
 
Thread Tools Rate Thread Display Modes
Old 12-28-2016, 12:24 AM   #1
kunalkumar
Registered User
 
Join Date: Apr 2016
Posts: 198
What other ways can be used to align images and wrap text?

Hello guys,

I would like to know that what other ways can be used to align images and wrap text....plz suggest me .
__________________

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.
|
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.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
kunalkumar is offline   Reply With Quote

Old 01-02-2017, 04:11 AM   #2
Nandu41
Registered User
 
Join Date: Sep 2016
Posts: 65
Tables can be used to position text and images. Another useful way to wrap text around an image is to use style sheets.
__________________

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.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Nandu41 is offline   Reply With Quote
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
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

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 Off
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 11:13 PM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.