+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: Having problems starting my site...

  1. #1
    aodarmy2417 is offline x10Hosting Member aodarmy2417 is an unknown quantity at this point
    Join Date
    Mar 2011
    Posts
    7

    Question Having problems starting my site...

    Hello, I am trying to figure out how to use the cPanel on here. It's a little confusing and I'd like to do HTML, CSS, etc. How am I supposed to do this?

  2. #2
    vv.bbcc19's Avatar
    vv.bbcc19 is offline Community Advocate vv.bbcc19 is just really nice
    Join Date
    Jun 2010
    Location
    India
    Posts
    1,505

    Re: Having problems starting my site...

    Hi Brother..
    This is the best place to start with.
    You can still to css and html straight away from cpanel by clicking " New File".cPanel is just an interface between you and the backend core functions of the server.It is not a develpment environment.Hence study things in the following Url.

    http://www.1sthostweb.com/tutorials/howtousecpanel.htm

    if you Need further help,reply here.
    X10 community is quite warm and people are really cool.
    Regards,
    VVBB
    BCV | Community Support Representative
    █ x10Hosting - Giving Away Hosting Since 2004
    Premium Hosting | VPS Services

  3. #3
    MaestroFX1's Avatar
    MaestroFX1 is offline Community Advocate MaestroFX1 has a spectacular aura about
    Join Date
    Feb 2008
    Location
    Area 51
    Posts
    1,577

    Re: Having problems starting my site...

    Hey Hey!

    Whatever you do or want to do, do it in public_html or www folder.
    These folders(linked together) are the folders used for displaying your website.

    Create a new file - my1stfile.htm with some html tags like
    <html><body>
    <h1>Hey</h1>
    </body></html>

    And save it and browse/view it using your domain name.

    Check w3,etc for more help!

    A word of caution though, if you are using "cpanel's file manger" then use www folder instead of public_html for creating new files/folder.

    Also, you could use(locally) some IDE (integrated development environment) like gedit(linux) or npp(windows) if you want to.

    Write back if you face any difficulty !

  4. #4
    aodarmy2417 is offline x10Hosting Member aodarmy2417 is an unknown quantity at this point
    Join Date
    Mar 2011
    Posts
    7

    Re: Having problems starting my site...

    Hi, I went in and tried to do an h1 tag for an experiment and it didn't work. It had a link thingy on the site when I looked. I don't seem to be able to do any HTML in my website.

  5. #5
    paint2010's Avatar
    paint2010 is offline x10Hosting Member paint2010 is an unknown quantity at this point
    Join Date
    Jan 2010
    Location
    NY
    Posts
    78

    Re: Having problems starting my site...

    Uh, correct me if I'm wrong, but isn't the file extension supposed to be .html, not .htm?


    Was my post helpful? Then please consider adding to my reputation. Thanks!
    Do you have Firefox 4 yet? What are you waiting for? Check it out by clicking the button above!

  6. #6
    Livewire's Avatar
    Livewire is offline Abuse Compliance Officer Livewire is a glorious beacon of lightLivewire is a glorious beacon of light
    Join Date
    Jun 2005
    Location
    Behind a keyboard.
    Posts
    8,998

    Re: Having problems starting my site...

    Quote Originally Posted by paint2010 View Post
    Uh, correct me if I'm wrong, but isn't the file extension supposed to be .html, not .htm?
    Both work, just personal preference and sometimes the configuration of the system you're using. In x10's case, both are set up to tell the browser to prepare for HTML content, so it works just fine


    TOS breakers will be suspended regardless of race, creed, national origin, hair color, or favorite food. Thanks for your understanding!

  7. #7
    MaestroFX1's Avatar
    MaestroFX1 is offline Community Advocate MaestroFX1 has a spectacular aura about
    Join Date
    Feb 2008
    Location
    Area 51
    Posts
    1,577

    Re: Having problems starting my site...

    h1 didn't work ? link thingy? like what ?

    Post your website/page address.

    And, you are supposed to write it as a plain text not as rich text(rtf, doc,docx) with ansi or unicode encoding.
    Use notepad or use "edit" of cpanel.

    Also,check these links for more information

    www w3schools com/html/default.asp
    www html net
    Google : learn html / html tutorial

  8. #8
    misson is offline x10 Spammer misson is a jewel in the rough
    Join Date
    Mar 2008
    Location
    Libertatia
    Posts
    2,506

    Re: Having problems starting my site...

    cPanel is for site administration and isn't required for web site creation. You can use it to upload and edit files, but there are other tools for that.

    If you're having problems, describe what you expect and what you get (including any error messages), and include sample code. When asking about problems in web development, include a link to a live page.

    As for W3Schools, it's often referred to but of poor quality. Better are "Semantic Content Markup", "Semantics, HTML, XHTML, and Structure", "How To Create" and "HTML Dog".

    Quote Originally Posted by MaestroFX1 View Post
    Create a new file - my1stfile.htm with some html tags like
    <html><body>
    If you use [code], [html] or [php] tags (as appropriate), it will preserve your sample code, including formatting, and provide some hilighting.
    HTML Code:
    <html><body>
    <script type="text/javascript"><!--
    var _gaq = _gaq || [];
    _gaq.push(
    ['_setAccount', 'UA-1806325-2'],
    ['_trackPageview']
    );
    (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
    })();
    //-->
    </script>
    
    <h1>Hey</h1>
    </body></html>
    Quote Originally Posted by MaestroFX1 View Post
    Also, you could use(locally) some IDE (integrated development environment) like gedit(linux) or npp(windows) if you want to.
    gedit doesn't count as an IDE. It may be a featureful editor, but that's about it without a debugger. Notepad++ does have some debugging and compilation plug-ins, but seems to be missing more extensive project build functionality.
    Last edited by misson; 03-31-2011 at 05:27 AM.
    Be sure to read all pages linked in this post; they have further information that should prove useful. When asking for help, make sure you follow Eric Raymond's and Jon Skeet's guidelines for prompt, accurate responses. Please answer any questions I ask; they're not rhetorical (probably). Any posted code is intended as illustrative example, rather than a solution to your problem to be copied without alteration. Study it to learn how to write your own solution.
    Misson, not Mission.

  9. #9
    aodarmy2417 is offline x10Hosting Member aodarmy2417 is an unknown quantity at this point
    Join Date
    Mar 2011
    Posts
    7

    Re: Having problems starting my site...

    http://sketchbook.x10.mx/ is the address for my site. To put in coding do I need to save a project from notepad and attach that?

  10. #10
    paint2010's Avatar
    paint2010 is offline x10Hosting Member paint2010 is an unknown quantity at this point
    Join Date
    Jan 2010
    Location
    NY
    Posts
    78

    Re: Having problems starting my site...

    Change the name "test" to "index.htm" to get rid of the directory listing and to load that page as the default page. That isn't a .htm or a .html file. You need to make sure the extension is included with the name. Rename the file via cPanel's file manager.

    Test.html (.htm files are not accepted when uploading attachments).
    Last edited by paint2010; 03-31-2011 at 06:44 PM.


    Was my post helpful? Then please consider adding to my reputation. Thanks!
    Do you have Firefox 4 yet? What are you waiting for? Check it out by clicking the button above!

+ Reply to Thread
Page 1 of 2 12 LastLast

Similar Threads

  1. Replies: 2
    Last Post: 04-06-2010, 01:51 PM
  2. Starting New Site, Need Ideas and Staff
    By cooljais7 in forum Ads & Offers
    Replies: 0
    Last Post: 10-18-2008, 01:18 PM
  3. Starting Problems - Need Help
    By skyfall in forum Free Hosting
    Replies: 3
    Last Post: 01-28-2008, 02:31 AM
  4. Starting my site
    By yaxiiah in forum Scripts & 3rd Party Apps
    Replies: 2
    Last Post: 11-14-2006, 04:31 AM
  5. Starting my site...
    By mpeak-design in forum Free Hosting
    Replies: 10
    Last Post: 05-11-2005, 11:10 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
x10hosting free hosting for the masses
dedicated servers