Any Advice From Experts? - wrapping text around pictures.

free web hosting
Free Web Hosting, No Ads > CONTRIBUTE > Computers > Programming Languages > HTML, XML etc..

Any Advice From Experts? - wrapping text around pictures.

mrdee
I was wondering if someone could help me.
I know that when you mix text with pictures, when you use the "align" feature, the text will wrap around the picture, eg. when you want text to the left to wrap around a picture on the right, you just add 'align="right"' to the picture and vice cersa for text and pictures on the opposite side.
However, it becomes totally different when you want 2 pictures, one underneath the other, or when you want a caption text underneath the picture(s), in which case the wrapping and formatting completely disappears.
it is of course possible to put text and pictures in a separate cell in a table, but then the text does not wrap anymore.
Has anyone got a solution to my problem, either in HTML (preferably) or in CSS?

Thank you ever so much in advance.

Reply

serverph
you gotta work on it in CSS so you can better control it, to float your images and captions with text content wrapped around them.

see if this page helps:
http://css.maxdesign.com.au/floatutorial/

check out tutorials 2 and 3 in particular as these seem to pertain to your problem.

or this page for another treatment with span class OR tables (for captions):
http://www.learningmovabletype.com/a/000306text_wrap/

this one, on the other hand, has a different take on CSS image-text wrap... and is not your run-of-the-mill block-type layout: http://www.bigbaer.com/css_tutorials/css.image.text.wrap.htm

PS: i'm no expert. tongue.gif google is.

Reply

jlhaslip
Text wrapping like this: http://goldenhockey.com/

that is done with floats, padding and margins using CSS (cascading Style sheets)

Reply

mrdee
Thank you ever so much for your reply, gentlemen.
It has really made my day, I can now lay out my page like a real newspaper.

I think I owe you both a drink. happy.gif

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.
Confirm Code:

Recent Queries:-
  1. htm code to wrap text around pictures - 10.60 hr back. (1)
  2. cache:t-2jot3pqjsj:www.trap17.com/index.php/dating-advice_f194.html guy i am constantly dating is playing hard to get - 295.19 hr back. (1)
Similar Topics

Keywords : advice, experts, wrapping, text, pictures,

  1. Centered Div Layout Issues
    Float Right item not vertically aligned with text (2)
  2. Transparent Roll Over Pictures
    Whats the code for tranparent pictures (4)
    I dont want just transparent pictures i want a sort of rollover image. I see this done on myspace a
    lot. A transparent picture that when you roll over is less transparent. I want that for my site. Go
    to: http://boozkerstweaks.trap17.com/tutorials...ws_to_vista.php And look at the thumbnail at
    the beginning. I want that to be a transparent image that when you roll over it, it becomes less
    transparent. Ive seen this in HTML and CSS. Either way is fine with me. I looked on this site and
    google, but never really found what i wanted. Almost everyone was only how to make ....
  3. Need Help With Image Wrapping
    (13)
    ok my problem now is that i need it to auto width the image that needs to be use so then I can use
    tags for the content without the need for the image to expand from left to right. heres the css for
    the image wrap CODE <style type="text/css"> span {     background-image:
    url(images/gfxtrap_42.gif);     background-repeat: repeat-y;
        background-position: top left, bottom right;     height: 200px;     border: 0px; }
    </style> heres the rest of the website code. CODE <!DOCTYPE html PUBLIC
    "....
  4. Text Problem
    (6)
    Alright well I am having a slight problem with my coding. I made my template and have it up on my
    site but my text I placed in the content box is towards the middle. I would like it at the top but
    I forget how to do that. I know it has to do with some like putting a table inside the table and
    making the height 100% or something. If someone could help me out with the coding I would greatly
    appreciate it. The link to my site is Here and the code used for the content box is this...
    CODE   <td colspan="6" rowspan="3"background="images/cont....
  5. Select All Text In A Form Field On Click
    (1)
    Hi, I have made a script which generates a BBcode when you run it, and displays it in a text field,
    like this: CODE <input type="text" name="bbcode" size="81"
    value="[IMG]<?php echo $url; ?>[/IMG]"> Well, anyway, I
    want something that selects all the text in that form field when you click on it, like it does in
    ImageShack when you upload.......
  6. Word Wrap Text In Div.
    (14)
    i use 2 div's for the page layout. One for navigation and one for the contents. html Code:
    Original - html Code: CODE    <div width="10%" style="position:
    absolute; left: 2%;">
    bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb </div> <div
    width="86%" style="position: absolute; left: 14%;"> bbbb </div>
    But now the b's wont stay within their div-element. I want lines that doesnt fit on one line
    within the divto wrap to the next line. How can i do this?....
  7. Glow Text
    need help (2)
    Hi i Have One Vbulletin Form and i want Glow Users Name in form How can i do this I search in
    JavaScripts but i can not find it If You find it tell me thanks then Where Past this code on my form
    thanks /blink.gif' border='0' style='vertical-align:middle' alt='blink.gif' /> ....
  8. Add Text In Input-field
    (5)
    this is a picture of my shoutbox: one problem: the links/code for adding one of the smilies to
    the message-input-field (text: e.g. /laugh.gif' border='0' style='vertical-align:middle'
    alt='laugh.gif' /> , /unsure.gif' border='0' style='vertical-align:middle' alt='unsure.gif' />
    ,...) are missing. Does someone knows how this can be fixed? -the name of the message-input-field
    is "message". thanks in advance! /cool.gif' border='0' style='vertical-align:middle'
    alt='cool.gif' /> ....
  9. Layers With Text Appear
    (1)
    When I view this page in a Firefox browser on a Windows operating system, it looks fine, but when I
    view it on a friend's Firefox browser on his Linux operating system, the text layers extend
    their height downward on the page and overlaps the graphics on the bottom of the page. Is there a
    known fix?....
  10. A Lot Of Html Questions
    need help here html experts (11)
    First I need to create a website. The layout is a little similar to PostNuke and PHPBB. 3 table
    layout. But many said that I must use css/div instead of tables. How will I do it? Please provide
    many references. Second, what WYSIWYG editor would you recommend? I don't like the following:
    Macomedia Dreamweaver CoffeeCup HTML Editor Microsoft FrontPage Please recommend some more.......

    1. Looking for advice, experts, wrapping, text, pictures,

*RANDOM STUFF*





*SIMILAR VIDEOS*
Searching Video's for advice, experts, wrapping, text, pictures,

*MORE FROM TRAP17.COM*
advertisement



Any Advice From Experts? - wrapping text around pictures.



 

 

 

 

ADD REPLY / Got an Opinion! a humble request :-) RAPID SEARCH! Free Hosting [X]
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE