+ Reply to Thread
Results 1 to 16 of 16

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

  1. #1
    cash4notes is offline New Bee
    Join Date
    May 2009
    Posts
    2
    WHB Points this Month
    0.00
    WHB Points
    0.00
    Thanks
    0
    Thanked 0 Times in 0 Posts

    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
    Alan B's Avatar
    Alan B is offline Super Moderator
    Join Date
    Jul 2007
    Location
    Toronto, Canada
    Posts
    1,380
    WHB Points this Month
    0.00
    WHB Points
    290.00
    Thanks
    0
    Thanked 5 Times in 5 Posts

    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
    cash4notes is offline New Bee
    Join Date
    May 2009
    Posts
    2
    WHB Points this Month
    0.00
    WHB Points
    0.00
    Thanks
    0
    Thanked 0 Times in 0 Posts

    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
    Alan B's Avatar
    Alan B is offline Super Moderator
    Join Date
    Jul 2007
    Location
    Toronto, Canada
    Posts
    1,380
    WHB Points this Month
    0.00
    WHB Points
    290.00
    Thanks
    0
    Thanked 5 Times in 5 Posts

    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
    Anna M.'s Avatar
    Anna M. is offline WeeHBie
    Join Date
    Dec 2008
    Posts
    453
    WHB Points this Month
    0.00
    WHB Points
    50.00
    Thanks
    2
    Thanked 6 Times in 3 Posts

    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
    Wayne R.'s Avatar
    Wayne R. is offline WeeHBie
    Join Date
    Jul 2007
    Posts
    145
    WHB Points this Month
    0.00
    WHB Points
    0.00
    Thanks
    0
    Thanked 0 Times in 0 Posts

    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 Reavill
    WebHostingBuzz CIO

  7. #7
    Join Date
    Oct 2009
    Location
    Sydney
    Posts
    1
    WHB Points this Month
    0.00
    WHB Points
    0.00
    Thanks
    0
    Thanked 0 Times in 0 Posts

    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.

  8. #8
    Alan B's Avatar
    Alan B is offline Super Moderator
    Join Date
    Jul 2007
    Location
    Toronto, Canada
    Posts
    1,380
    WHB Points this Month
    0.00
    WHB Points
    290.00
    Thanks
    0
    Thanked 5 Times in 5 Posts

    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
    Alan B's Avatar
    Alan B is offline Super Moderator
    Join Date
    Jul 2007
    Location
    Toronto, Canada
    Posts
    1,380
    WHB Points this Month
    0.00
    WHB Points
    290.00
    Thanks
    0
    Thanked 5 Times in 5 Posts

    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
    Alan B's Avatar
    Alan B is offline Super Moderator
    Join Date
    Jul 2007
    Location
    Toronto, Canada
    Posts
    1,380
    WHB Points this Month
    0.00
    WHB Points
    290.00
    Thanks
    0
    Thanked 5 Times in 5 Posts

    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.

  11. #11
    loisal is offline New Bee
    Join Date
    May 2010
    Posts
    1
    WHB Points this Month
    0.00
    WHB Points
    0.00
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    To create a new page using the cpanel HTML editor:
    Open notepad and enter your page content. Save as page.HTML (or whatever you want the pages name to be). Pay attention to where you save your file. You can save to your c:\drive so that you'll remember where you saved the page. Log into your web sites control panel. (Get this info from your web host). Click on "File Manager". Go to the root directory (i.e. public_HTML, WWW, etc.) of where your web site is housed. Click on "Upload file(s)". Click the Browse button and locate where the new page is located on your computer. You should have saved it on your c:\drive. Click the upload button. If everything went correctly you should be back at the file manager main menu. You should be able to view your new page from your web site at http://www.yourdomain.com/page.html or whatever you named your new page.

  12. #12
    quangcao is offline New Bee
    Join Date
    Dec 2010
    Posts
    4
    WHB Points this Month
    0.00
    WHB Points
    0.00
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    thanks for the guide , i'm learning about HTML too , i love it .

  13. #13
    pragnesh is offline New Bee
    Join Date
    Jun 2011
    Location
    Indore
    Posts
    11
    WHB Points this Month
    0.00
    WHB Points
    0.00
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Nice post..thanks for posting it with us.

  14. #14
    pragnesh is offline New Bee
    Join Date
    Jun 2011
    Location
    Indore
    Posts
    11
    WHB Points this Month
    0.00
    WHB Points
    0.00
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Nice stuff..!!

  15. #15
    Josephp is offline New Bee
    Join Date
    Jan 2012
    Posts
    4
    WHB Points this Month
    0.00
    WHB Points
    0.00
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by Alan B View Post
    Use any FTP software to connect to your account, and upload the new page to the public_html directory.
    Yes, Create an html file & upload in the root folder as a inner page

  16. #16
    jacob001 is offline New Bee
    Join Date
    Jan 2012
    Location
    Ahmedabad, Gujarat, India
    Posts
    1
    WHB Points this Month
    0.00
    WHB Points
    0.00
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hello,

    You can add a new page to your website navigation menu by simply creating a new page, either from the dashboard or from within your website editor. This will automatically add a new page to the menu.

    I hope this will help you.

    Thanks & Regards,
    Jacob
    Web Development Company
    http://www.esparkinfo.com/

+ Reply to Thread

Posting Permissions

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