+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 11

Thread: How Can I add a new page to my site?

  1. #1

    Default How Can I add a new page to my site?

    my site www.localonlinegold.com is host with WHB and i would like to how in using cpanel can i add a page to that site?

  2. #2
    Join Date
    Jul 2007
    Location
    Toronto, Canada
    Posts
    1,160

    Default

    Use any FTP software to connect to your account, and upload the new page to the public_html directory.
    I am not WHB staff and I am not paid.
    I provide help in these forums on my own time.

  3. #3

    Default Here is wht i am really trying to do

    lan thank you for the help! However let me be a bit more specify on what i am doing.

    I have 2 images that i would like to make into pages on my website, when i changed the images to html from jpeg using gimp's software(a open source Photoshop clone) the images are huge! about 25 meg each which gimp warned would crash the browser which it did.

    So again what i am trying to do is add to jpeg images as to separate html pages on the site.

    How can i do that as i am noobie when comes to stuff like this however it is a skill that all website owner should be able to do.

  4. #4
    Join Date
    Jul 2007
    Location
    Toronto, Canada
    Posts
    1,160

    Default

    It is not valid to change .jpg files to .html files, by changing the file extension. That simply will not work. What you must do is to insert IMG elements into the HTML files, with each IMG element referencing the location of one of the JPG files.

    However, first you should reduce the size of each image, by use of appropriate cropping, reducing width and height dimensions, and appropriate JPG compression. A 25 MB image is not suitable for rendering on a web site.
    I am not WHB staff and I am not paid.
    I provide help in these forums on my own time.

  5. #5
    Join Date
    Dec 2008
    Posts
    535

    Default

    2cash4notes

    if you want these pictures to be on you webpage you need to insert them by means of html code

    for instance you want this image to be a background of your html page you need to create a note pad doc and put the following lines there

    <html>
    <body background = "full path to the image\image.jpg">
    </body>
    </html>

    and then save it as html

    or


    <html>
    <body background = "full path to the image\image for background.jpg">
    <img src = "full path to the image\image.jpg">
    </body>
    </html>

    with backfround image and some other image

    if you need more details regarding html code google is always helpful =)

  6. #6

    Default

    Quote Originally Posted by umbildee View Post
    opening a new browser to open your big image is a good idea.
    make a link to your image and open it in a new browser.
    Forcing users to open a new browser window or tab is bad form IMO. Consider keeping it in the same page or overlaying the image on the same page using javascript. There is plenty of free code that you could use Lightbox as an example.
    Wayne R
    WebHostingBuzz.com

    Be sure to check out our wiki for common support queries, tips, and tutorials.

  7. #7

    Default

    Excuse me sir Alan B., the view of your reply is good, can you help me also with my connecting one window to the other window...thanks.
    Hi I'm just a business fellow from Sydney, Australia looking to make buddies online and have the best time. A small business can be hard to create but well worth it you just have to finance the bank loan in the correct way and the money will come when you follow your passion http://www.businessloansguide.com.au/types/bad-credit-business-loan/

  8. #8
    Join Date
    Jul 2007
    Location
    Toronto, Canada
    Posts
    1,160

    Default

    Sorry, I don't know what "connecting one window to the other window" means. Perhaps you could explain what you want to do.
    I am not WHB staff and I am not paid.
    I provide help in these forums on my own time.

  9. #9
    Join Date
    Jul 2007
    Location
    Toronto, Canada
    Posts
    1,160

    Default

    Quote Originally Posted by addylee12 View Post
    This can be done through the help of dream weaver software by making a new page and adding it to website.
    You do not need Dreamweaver. Adding new pages may be done with free tools such as text editor or html editor and standard FTP software.
    I am not WHB staff and I am not paid.
    I provide help in these forums on my own time.

  10. #10
    Join Date
    Jul 2007
    Location
    Toronto, Canada
    Posts
    1,160

    Default

    Again, for the benefit of many newbies who may read this, Dreamweaver is not required. You do not need any specific brand of software to edit web pages. You may may edit HTML directly or use a WYSIWYG editor, and you may choose from paid or free tools in both categories.
    I am not WHB staff and I am not paid.
    I provide help in these forums on my own time.

+ Reply to Thread
Page 1 of 2 1 2 LastLast

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