PDA

View Full Version : HTML in forums



redeemus
09-11-2008, 09:54 AM
Can someone tell me how to turn on the HTML option so i can post html text?

redeemus
09-11-2008, 10:30 AM
Bump.

Jebra
09-11-2008, 11:35 AM
It might not be enabled. Most admins don't allow it because of the potential for misuse.
________
Crosman pro77 2 extra clips (http://airsoft-shop.info/p/crosman-pro77-2-extra-clips/)

Andaas
09-11-2008, 01:06 PM
If you want people to look over your HTML project; ZIP the entire project up and just upload the ZIP as an attachment to a post.

Doritos
09-11-2008, 02:59 PM
Ide be up for helping you to the most of my abilities...Im fluent with Dreamweaver and pretty good with raw editing of HTML with notepad...

redeemus
09-11-2008, 04:09 PM
Ide be up for helping you to the most of my abilities...Im fluent with Dreamweaver and pretty good with raw editing of HTML with notepad...

Awesome thank you mate :D

Andaas
09-11-2008, 04:17 PM
Click where it shows below to attach a file...

redeemus
09-11-2008, 04:24 PM
ok i tihnk i got it. Let me know what you all think!

ok when opening zipped folder:

1. Go to Tutorial 3
after opening Tutorial 3 click on *Tutorial*

2. Then click on .htm files to see the pages

3 to see final product click on index.htm or maybe index.htm.htm it was late last night when doinfg this.

redeemus
09-11-2008, 05:01 PM
bump.

Skaara
09-11-2008, 05:06 PM
looks like a fun little site, not bad.

Doritos
09-12-2008, 12:38 AM
Great site,nice layout...You seem to be missing a DTD though...thus making it not W3C Valid..

this should be at the top of each and every webpage




<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- BEGIN TEMPLATE: SHOWTHREAD -->

<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en">
<head>


basically the shell of a webpage with NO content on it,what so ever should look like this..


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>
<body>



</body>
</html>


http://validator.w3.org/ is an essential tool in website design,since it will tell you if your site's coding is to the W3C standard.
meaing that it will function properly..

</pre>

Doritos
09-12-2008, 12:40 AM
EDIT..RAWR...Forum just got rid of everyitnh i put in the code tags..Ill redo this post tomorrow and just make screenshots of everything..

http://validator.w3.org/

Use that to check your pages..Most of the errors can be fixed by adding the DTD To the html file...

Berae
09-12-2008, 02:21 AM
W3C checking doesn't mean working code, just checks for valid tags, not that the site works as he it intending.

Andaas
09-12-2008, 11:53 AM
!@*&$!@$ Aero.. you're post killed the thread.

Please don't use iFrame's in the forums. :)

vegu
09-12-2008, 11:58 AM
lol

Berae
09-12-2008, 02:00 PM
!@*&$!@$ Aero.. you're post killed the thread.

Please don't use iFrame's in the forums. :)
And...never use frames in HTML :)

Nexten
09-13-2008, 11:47 AM
html =o