need help adding a picture

Discussion in 'CSS' started by maherov, Mar 21, 2008.

  1. #1
    guys im not a newbie at css, normally i would know how to do this


    im running this website from webnode, and i have a feeling the base link is cancelling any editing i am doing


    how can i add a slideshow, or just one picture to the left of the text on

    www.designerstuff4u.com


    thanks alot
     
    maherov, Mar 21, 2008 IP
  2. geforce

    geforce Active Member

    Messages:
    173
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    78
    #2
    Have you tried using:
    
    <div style="float:left;">
          <img src="img.jpg" />
    </div>
    
    HTML:
     
    geforce, Mar 21, 2008 IP
  3. maherov

    maherov Peon

    Messages:
    198
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #3
    yes i did, to no avail
     
    maherov, Mar 21, 2008 IP
  4. AmpedHosts

    AmpedHosts Active Member

    Messages:
    887
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    80
    #4
    Adobe Dreamweaver is a great WYSIWYG editor. I would refer to that.
     
    AmpedHosts, Mar 21, 2008 IP
  5. maherov

    maherov Peon

    Messages:
    198
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #5
    i am using Dreamweaver
     
    maherov, Mar 22, 2008 IP
  6. wd_2k6

    wd_2k6 Peon

    Messages:
    1,740
    Likes Received:
    54
    Best Answers:
    0
    Trophy Points:
    0
    #6
    I don't know what webnode is.. but what you want is something like this

    <div class="pic"> the pic </div>
    <div class="txt"> the text to the right of the pic </div>
    Then do a clear after this
    and have the CSS as:
    .pic { float:left }
    .text { float:left (or you can float it to the right)}

    So you want to put the pic before the text and float both of them, do not clear the floats in between at any point.
     
    wd_2k6, Mar 22, 2008 IP
  7. maherov

    maherov Peon

    Messages:
    198
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #7
    i was trying out webnode, its a tool that helps you create websites, they have some nice templates but after this test i think ill start my websites from scratch..

    its so much easier to debug when you make it, cuz you know all the nuts and bolts, webnode has a see of javascript and the loadtime of the website is pretty slow
     
    maherov, Mar 22, 2008 IP
  8. dzdrazil

    dzdrazil Peon

    Messages:
    64
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #8
    the inherent flaw of web page designers is that they're only able to approximate what you want to do. as a result, loads of javascript, unwieldy tables/divs, 'widgets', display and function issues will be crammed into the code. it will be bloated, inefficient and slower than need be.

    if you know what you want to do, doing it yourself will be easier and faster. if you don't, there are entire communities devoted to providing ideas and/or templates as starting points. just be sure to give credit when and where it's due ;)
     
    dzdrazil, Mar 22, 2008 IP
  9. maherov

    maherov Peon

    Messages:
    198
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #9
    like i said, i was just testing to see if it was better/faster/more efficient to use an already built template, but now i know
     
    maherov, Mar 23, 2008 IP
  10. Stomme poes

    Stomme poes Peon

    Messages:
    3,195
    Likes Received:
    136
    Best Answers:
    0
    Trophy Points:
    0
    #10
    They're better as in faster... if you never change them.
     
    Stomme poes, Mar 23, 2008 IP
  11. dzdrazil

    dzdrazil Peon

    Messages:
    64
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #11
    back when i first started, i tried dreamweaver. by the end of the 30 day trial, i said f* it and started over from scratch.

    no more approximating programs for me :/
     
    dzdrazil, Mar 24, 2008 IP