Page 1 of 2 12 LastLast
Results 1 to 15 of 18

Thread: Html

  1. #1
    Join Date
    Aug 2004
    Posts
    6,802
    Thanks
    30
    Thanked 98 Times in 49 Posts
    EP Points
    205

    Default Html

    After doing a quick tutorial, I want to try this out, I downloaded the Wesker report from the Ysi links thread, and am tempted to make a page by page thingy, where you click on the page to go to the next page (with the next picture) I'll probably try this, this evening. I just wonder how I am supposed to get it on the internet

  2. #2
    Join Date
    Aug 2005
    Posts
    17
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    You need to upload your pages to a server, or set up your own, to view it online. There are lots of free hosts around.

    I'm not sure what tutorial or whatever you're reading, but I suggest you learn to code XHTML. It's basically like HTML, but is stricter and therefore compatible with more user agents. Plus you get to learn to use CSS to style pages, rather than font, b, i, and u tags.

    If you have trouble with anything you can PM me at timmybiotch on AIM or [email protected] on MSN.

  3. #3
    Join Date
    Mar 2004
    Location
    in the mind of the strongest being
    Posts
    3,385
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    you can use kd3sign.co.uk to host your pages
    <img src="http://img.photobucket.com/albums/v211/Valholy/newsiggy.jpg">
    <a href="http://gamerparadiso.forumup.org/">
    <font size="+1" face="Chiller" color="#000000">Tired of rules? join us.</font></a><font color="#000000"> | </font><a href="http://forums.emuparadise.org/showthread.php?t=28072&page=1"><font face="Chiller" size="+1.5" color="#000000">Softmod tutorial for the xbox</font></a><font color="#000000"> | </font><a href="http://valholy.topfreewebhosting.com/"><font color="#000000" face="Chiller" size="+1">My game list</font></a>

  4. #4
    Join Date
    May 2002
    Location
    BC, Canada
    Posts
    18,582
    Thanks
    43
    Thanked 91 Times in 61 Posts
    Blog Entries
    5
    EP Points
    140

    Default

    There are lots of places you can host your pages. It really depends on what you need. If you're looking for a good pay site, I would recommend http://www.newwebsite.com

    Since you're just starting out, a free server is the best idea for you. So you might want to try something like http://www.hostultra.com

    I'm not sure which freepages are still up and running anymore...

  5. #5
    Join Date
    Aug 2004
    Posts
    6,802
    Thanks
    30
    Thanked 98 Times in 49 Posts
    EP Points
    205

    Default

    Thanks for the links guys.

    Moz, I used this page to get myself started so I really only know the basics.

    http://archive.ncsa.uiuc.edu/General...TMLPrimer.html

  6. #6
    Join Date
    Mar 2004
    Posts
    4,029
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    www.htmlgoodies.com
    Great place to learn.

  7. #7
    Join Date
    Aug 2004
    Posts
    6,802
    Thanks
    30
    Thanked 98 Times in 49 Posts
    EP Points
    205

    Default

    Well in the end I used Tripod, cos I know that place so its not as hard to set up.

    Edit: I'll pass a link once I have it set up

  8. #8
    Join Date
    Apr 2005
    Location
    Pennsylvania, USA
    Posts
    520
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    http://www.networkactiv.com for quicker editing. But you need to find some one to run it.

  9. #9
    Join Date
    Aug 2004
    Posts
    6,802
    Thanks
    30
    Thanked 98 Times in 49 Posts
    EP Points
    205

    Default

    Okies, well have a look at this and tell me your thoughts. Hope yuo can get in

    http://theepitomeofpain.tripod.com/Main/index.html

  10. #10
    Join Date
    Jun 2004
    Posts
    10,584
    Thanks
    0
    Thanked 4 Times in 4 Posts
    EP Points
    5

    Default

    Not bad. I suggest you get good coding habits right now, like when you insert a P (paragraph) you pass 2 lines and such. This will help you troubleshoot future more complex webpage.
    You can also add comments in your code that won't be seen by doing that
    Download Links:
    Links are hidden from guests. Please register to be able to view these links. This way it'll be all clean and when you'll need to fix a page with styles or stuff it will be cake.

  11. #11
    Join Date
    Aug 2004
    Posts
    6,802
    Thanks
    30
    Thanked 98 Times in 49 Posts
    EP Points
    205

    Default

    Quote Originally Posted by polobunny
    Not bad. I suggest you get good coding habits right now, like when you insert a P (paragraph) you pass 2 lines and such. This will help you troubleshoot future more complex webpage.
    You can also add comments in your code that won't be seen by doing that
    Download Links:
    Links are hidden from guests. Please register to be able to view these links. This way it'll be all clean and when you'll need to fix a page with styles or stuff it will be cake.
    ta, I will note that.

  12. #12
    Join Date
    Jul 2004
    Location
    Ste-Foy, Qu�bec, Canada
    Posts
    115
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Maybe use frames instead of loading a new page everytime?

  13. #13
    Join Date
    Aug 2004
    Posts
    6,802
    Thanks
    30
    Thanked 98 Times in 49 Posts
    EP Points
    205

    Default

    Quote Originally Posted by Unforgiven
    Maybe use frames instead of loading a new page everytime?
    Sounds like an idea, I just did a basic one anyway, I can improve on it now.

  14. #14
    Join Date
    Apr 2005
    Location
    Pennsylvania, USA
    Posts
    520
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I found the best way to learn HTML is to take certain parts of codes out to see what happens. Quite simple, actually. lol It's java script that's tough and i'm not even gonna look into that. I heard there might be a way to use C++ in web pages... Sounds nice, i might look into it. I heard it has to do with CGI. If you look into C++, you might wanna check into that, Christopher.

  15. #15
    Join Date
    Feb 2005
    Location
    Limbo
    Posts
    3,706
    Thanks
    0
    Thanked 2 Times in 2 Posts
    EP Points
    10

    Default

    Well, JavaScript, PHP, and the like use nearly identical syntax to C or C++, so if you can use either, it won't take much time to learn JS. You just have to know how a HTML works, afterwards it's easy. Instead of a file or the screen, you write stuff to a HTML document.

Similar Threads

  1. HTML Help
    By SegNin in forum Computer Corner
    Replies: 2
    Last Post: 18th-May-2005, 00:42
  2. Embedded LogIn
    By pbjorge12 in forum Coders and Webmasters Corner
    Replies: 3
    Last Post: 11th-February-2004, 22:18
  3. Please help -- HTML error but I can't find where/what it is
    By Henry_n in forum Coders and Webmasters Corner
    Replies: 0
    Last Post: 4th-February-2004, 04:50
  4. HTML help
    By gannondorf in forum Coders and Webmasters Corner
    Replies: 0
    Last Post: 22nd-September-2001, 08:51

Posting Permissions

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

We are the oldest retro gaming forum on the internet. The goal of our community is the complete preservation of all retro video games. Started in 2001 as EmuParadise Forums, our community has grown over the past 18 years into one of the biggest gaming platforms on the internet.

Social