PDA

View Full Version : HTML questions


Shinin
February 7th, 2004, 06:47 PM
Hey does HTML code work on Expage Basic? And when do u use XHTML?

Imakuni?
February 8th, 2004, 03:04 PM
i have nooooo idea sorry
also about your forum can i be a mod or something?

PoKeMaNiAc
February 8th, 2004, 03:31 PM
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!

Shinin
February 9th, 2004, 09:56 PM
Does Expage support normal HTML?
and join my forum 2 be a mod!

Kairi
February 9th, 2004, 09:57 PM
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. ._.;

Imakuni?
February 9th, 2004, 10:16 PM
sorry kairi i make too many mistakes.. im too dum for my own good >_<

Rajin
February 9th, 2004, 10:33 PM
If you have any questions about HTML, some javascript or a little PHP, just ask, and I'll see if I can help.

Shinin
February 12th, 2004, 01:29 AM
ok does Expage Basic support plain HTML?

Imakuni?
February 12th, 2004, 01:34 AM
it should.... i dont use it but um i thinkso why dont u use html kit best of all its free

aki
February 13th, 2004, 05:31 PM
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

PichuSecretBase
February 13th, 2004, 08:54 PM
Expage: Supports HTML but not images. Expage is the very basic host that you can get and its the worst. -.-

Haruka
February 13th, 2004, 09:32 PM
or code it for youself

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

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


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


To make a text formated, use this:
<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>

PichuSecretBase
February 13th, 2004, 10:15 PM
See the HTML Tutorial in the Techinical Institute for ore codes

Haruka
February 13th, 2004, 10:31 PM
Yup, I use dreamweaver... I might make a FAQ for that...

Shining Arcanine
February 13th, 2004, 10:34 PM
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.

ChoasTheory
February 15th, 2004, 01:12 AM
can somone give me a link to a faq on html codes? thnks in advance

Shining Arcanine
February 15th, 2004, 01:41 AM
Try my introduction to XHTML:

http://www.pokecommunity.com/showthread.php?t=4603