Results 1 to 5 of 5

Thread: newbie help with Html
      
   

  1. #1
    Join Date
    Jan 2008
    Posts
    25

    Default newbie help with Html

    First off great site and many people here with great knowledge.

    I have been using frontpage to build my websites and i saw bv and i really liked the freedom to place stuff anywhere.

    In front page you can actually create a web with all the images and stuff right in your web. I don't know if this is possible in bv. The reason i ask this is because it was pretty easy to link images in html code since it was right there. I am trying to use a converyor belt type slide show with html but I am having a hard time finding my images to link. I know they are in my images folder but how do i go about putting them in my html code. when i preview it in the browser i just get a whole lotta XXXX's

    Any help for a newbie would be great.

    Once again thank you very much
    Jesse

  2. #2
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,721

    Default Re: newbie help with Html

    Hi, just an idea! But if you upload the images that you will be using to the server. You could just place the full url to that image in your code. When you preview a BV page in your browser it will call for the images from your server.
    (Bit like linking from a photo/image site)

  3. #3
    Join Date
    Jan 2008
    Posts
    25

    Default Re: newbie help with Html

    So is it posible i could just upload all my images to a folder titled webimages on my server. Then I have the http://mywebsite.com/webimages/firstimage.jpg.

    This is what i would link in the html?

    That is not an actual link i was just wondering. So just to be clear i would just use the http:// as my image link and it should work.

    Is it possible to have this image folder somewhere on my computer to access the http:// quickly if one can't remember. Or would it just make sense to always open my control panel.

    Also to up load files should i just use the upload file in the control panel, or the upload feature in bv?

    Thanks for the quick replies i'm going to give it a try.
    Jesse

  4. #4
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,721

    Default Re: newbie help with Html

    Hi, shouldn't really matter, but its not a bad idea to use the full url with www http://www.mywebsite.com/webimages/firstimage.jpg. This will enable the preview on your home browser. If the images & the page was fully on the server, you could use just the /webimages/firstimage.jpg
    as the link.
    The way you are doing with code will also allow your pages to upload a lot quicker to the server.
    As for linking to images on your home machine at the same time. No this wont be possible if using code.
    To upload the files you can use BV FTP or the control panel upload. I tend to find the control panel a bit better.

  5. #5
    Join Date
    Jan 2008
    Posts
    25

    Default Re: newbie help with Html

    Thank you so much. I am going to give this a try tonight and see if i can get it to work.

    Once again Thank you very much

    Jesse

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49