Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS site not looking good.

  • This topic is empty.
Viewing 15 posts - 16 through 30 (of 32 total)
  • Author
    Posts
  • #87631
    chrisburton
    Participant

    Can you upload movie.png, please? Also, I have asked this previously, is this site for a client?

    #87638
    roncito
    Member

    Sorry. I’m doing it for a friend.

    #87650
    roncito
    Member

    Thanks for the help.
    Here’s my upload of the pic.
    http://tinypic.com/r/r0733l/7
    Again many thanks

    #87654
    chrisburton
    Participant

    Yeah, I meant for you to upload it on your server. But the major problem here is the absolute positioning.

    #87673
    roncito
    Member

    ok. thank you Ill try to make those changes.

    #87678
    chrisburton
    Participant

    Don’t make those changes if you’re just going to remove the absolute positioned elements. I think you should learn as to why they are throwing your layout off, first.

    #87684
    roncito
    Member

    I switched the position to relative but still get nothing. looks good on local but not online?
    please take a look at new fiddle? also how do I upload pic to my server?

    #87687
    roncito
    Member

    http://jsfiddle.net/roncito/ehAWm/embedded/result/

    i cant figure out why my movie.png not showing?
    thanks

    #87688
    Bob
    Member

    There could be 2 possibilities I think: you didn’t upload it to the server, or the path to the image is wrong.

    #87692
    roncito
    Member

    Locally when viewed on pc. Everything runs smooth. I see the images and I see the webpage the way that I would like it to appear on line but a few images are not showing up? Ill keep plugging away here. Ill also double to see if my images were uploaded properly.
    Thanks.

    #87696
    chrisburton
    Participant

    The reason it isn’t showing up on jsfiddle is simply because you’re apply the file path as if it were on jsfiddle.net. You need to specify the full url path.

    background:  url(images/background2.jpg)no-repeat  center;}

    would become

    background:  url(http://ingaspark.com/bbc/images/background2.jpg)no-repeat  center;}
    #87886
    roncito
    Member

    Sorry. here is the link now.
    thanks again.
    http://jsfiddle.net/roncito/HLQSm/
    please help.
    Ron

    #87888
    chrisburton
    Participant

    @roncito – You didn’t specify the full URL path for the img tags or in the header. I feel you’re wanting someone to do this for you.

    #87897
    roncito
    Member

    Thanks for the comments. As
    I mentioned I’m learning and I know that its going to take some time and my intention is to do it by myself with the help of others. How do I specify the tags in the header? Thanks so much.

    #87899
    chrisburton
    Participant

    From


    To


Viewing 15 posts - 16 through 30 (of 32 total)
  • The forum ‘CSS’ is closed to new topics and replies.