1. This website uses cookies. By continuing to use this website you are giving consent to cookies being used.
    For information on cookies and how you can disable them visit our Cookie Usage page.
    Dismiss Notice

Web Design Man in URGENT NEED with Template

Discussion in 'Web Design' started by cooljazz, Feb 5, 2010.

  1. cooljazz

    cooljazz New Member

    Hi Guys,

    can you tell me how can i add pics in my templates?? i want text to go around the pics with no gaps. see attachment for CSS file

    please help me
     

    Attached Files:

  2. enigma1

    enigma1 New Member

    Not sure if I understand your question the 1234.info site has already examples. So here is a paragraph with an image.
    Code:
    <p><a href="#"><img src="[URL="http://www.freewebsitetemplates.com/forum/view-source:http://www.1234.info/webtemplates/img/multiflex1_snapshot_small.jpg"]./img/image1.jpg[/URL]" alt="alt image" title="some title" style="float: left" /></a>test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test</p>
    
    The text will wrap around the image because of the float property. If you need to adjust the gaps you can use some margin or padding with the image.