Welcome to Discuss Everything Forums...

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed.


 

Tags for this Thread

+ Reply to Thread
Results 1 to 4 of 4
  1. #1
    JJ1995
    JJ1995's Avatar
    Guest

    Questions about HTML?

    Right, i am designing websites to help me learn HTML, i have a few questions which i cannot find answers to online.

    1. I see many websites, where no matter what, the body centers to the center of the web browser, and when you resize the window it moves like in and out, how can i center my page?

    2. How can i learn how to allow visitors to sign in to an account, or create one? I know how to use a server and stuff, i understand it will be something to do with forms, could people explain?

    Thank You

    ps - I dont mind learning more languages such as if to create forms i have to use js or something, (i have no idea

  2. #2
    Larry's Avatar
    Senior Member

    Status
    Offline
    Join Date
    May 2009
    Posts
    466
    Downloads
    0
    Uploads
    0
    What I do to prepare stuff for FileZilla to stuff into my miniblogs, is to simply use the free OPEN OFFICE word processor to generate a WORD document which I then "save as" HTML, complete with pictures and whatever. I use left index, but I could as easily use "centered". See one of the successful efforts at http://www.handypost.info/ , where I illustrate answers for Yahoo Answers Hunting Section, this one being currently for a "use enough gun!" answer for feral hogs capable of biting off a hunter's head! The name "handypost" was already owned but unused, so I rent the use of the name for $9 a year.

  3. #3
    Larry's Avatar
    Senior Member

    Status
    Offline
    Join Date
    May 2009
    Posts
    466
    Downloads
    0
    Uploads
    0
    What I do to prepare stuff for FileZilla to stuff into my miniblogs, is to simply use the free OPEN OFFICE word processor to generate a WORD document which I then "save as" HTML, complete with pictures and whatever. I use left index, but I could as easily use "centered". See one of the successful efforts at http://www.handypost.info/ , where I illustrate answers for Yahoo Answers Hunting Section, this one being currently for a "use enough gun!" answer for feral hogs capable of biting off a hunter's head! The name "handypost" was already owned but unused, so I rent the use of the name for $9 a year.

  4. #4
    oops's Avatar
    Junior Member

    Status
    Offline
    Join Date
    Jun 2009
    Posts
    13
    Downloads
    0
    Uploads
    0
    1. Use the div tag with the align attribute

    <div align="center">
    Hello World
    </div>

    2. Forms are actually created with html. But to process those forms, you will want to learn PHP. To store accounts, you will need to learn how to use databases with an sql server, like MySQL. I would first learn PHP, by itself. Then, when you've got a good handle on it, look for tutorials on integrating MySQL with PHP.

 

 

Quick Reply Quick Reply

Click here to log in


What color is our footer?

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. I have 2 questions about HTML?
    By Violetsoul6 in forum Discuss HTML
    Replies: 0
    Last Post: 02-01-2011, 04:09 AM
  2. Replies: 0
    Last Post: 09-09-2010, 01:51 PM
  3. Html Questions... Please Help?
    By i need answers in forum Discuss HTML
    Replies: 0
    Last Post: 07-18-2010, 01:06 AM
  4. I have two questions concerning html?
    By AJAY in forum Discuss HTML
    Replies: 0
    Last Post: 10-27-2009, 04:13 PM
  5. Questions about HTML 5?
    By Angry Grandma 2.0 in forum Discuss HTML
    Replies: 0
    Last Post: 08-06-2009, 01:25 AM

Bookmarks

Posting Permissions

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