• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

HTML questions

  • 3,549
    Posts
    20
    Years
    sorry

    i have nooooo idea sorry
    also about your forum can i be a mod or something?
     
    Last edited:
  • 50
    Posts
    20
    Years
    Shinin, Expage i believe does not support XHTML. I would try some of the other hosting sites. Like Angelfire, Tripod Etc Etc. Im not sure what they support but im sure they support more than expage!
     

    Kairi

    The Original $staff_title
  • 10,285
    Posts
    20
    Years
    • Seen Feb 3, 2021
    If you want to talk about his forum, please use PMs to discuss the matter.

    As for HTML, ask one of the smart people here, I?m too dumb for that stuff. ._.;
     
  • 3,549
    Posts
    20
    Years
    it should.... i dont use it but um i thinkso why dont u use html kit best of all its free
     
    Last edited:

    aki1

    forget your fears
  • 24
    Posts
    20
    Years
    • Seen Aug 16, 2006
    I've never heard of Expage, but 99.9% of the time, webhosts always support normal HTML. Its required. Its basic. If it didnt, it wouldn't be a webhost. ~_~

    And XML is, for now, mainly used for programming. (Its very veristale) I wouldn't use it for actual websites unless you have an XML-supported browser and have a reason to use it. Its also used for RSS/RSD feeds.

    Edit: there is no such thing as 'basic html' and 'advanced html'. Its just... HTML. o_O
     
    Last edited:

    Haruka

    Pokémon Coordinator
  • 3,877
    Posts
    20
    Years
    or code it for youself

    All you need is notepad! The user friendly tool for HTML creating and editing.

    Code:
    <html>
     <head>
     <title>Your Title here</title>
     </head>
     <body>
     </body>
     </html>

    to insert picture, use this code:
    Code:
    <img src="URL" boder="0" Alt="">

    To make a text formated, use this:
    Code:
    <b> text</b>
     <i>text</i>
     <u>text</u>
     <strike>text</strike>
     <font face="font" size="size">text</font>

    To do a line break just use <br>
     

    Shining Arcanine

    Senior Super Moderator
  • 721
    Posts
    20
    Years
    Shinin4000 said:
    Does Expage support normal HTML?
    and join my forum 2 be a mod!

    Normal HTML? What is the difference between it and XHTML at your host's point of view? There is no difference besides slight changes to that tags.
     
    Back
    Top