Here are some basic HTML tag you could use in the forum. With all commands, it need to start with "<TAG>" and end with "</TAG>"
For example if you wand to BOLD you would need to encapsulate the world BOLD between those two tags mentioned above. Replace the word TAG with the letter "B".
If you want insert an image you would need to have the image URL address and encapsulate it between the "IMG SRC=http://...."
For example use the "<" then add IMG SRC=http://www.mydomain.com/test.jpg and then end it with the "> will insert the image
If you want to link or create a clicky, similar to the image above you would do a "<" and add "a href=http://www.mydomain.com" (minus the "") and then close it with ">". Then type the text you want to surround the reference tag with, then close it with "< />"
Let me know if you have questions.
Updated: 03/30/2005
Found this in one of the website, helpful too.
[p][p][p][p][p][p][p][p][p][p][p][p][/p][/p][/p][/p][/p][/p][/p][/p][/p][/p][/p][/p]
[p][p][p][p][p][p][p][p][p][p][p][/p][/p][/p][/p][/p][/p][/p][/p][/p][/p][/p]
Okay, it's time to start making our text
appear in different ways. Let's start by giving you some tags to
work with:
<B></B> This is the tag for bold text.
Example:
<B>Howdy</B>
This will show up on your page like this:
Howdy
Here are a few more to start working with:
<U></U> Underline text
<U>Underline Me!</U>
Underline Me!
<I></I> Italics
<I>Isn't this fun?</I>
Isn't this fun?
<STRIKE></STRIKE>
<STRIKE>You're Out!</STRIKE>
<STRIKE>You're Out!</STRIKE><STRIKE></STRIKE>
<CENTER></CENTER>
<CENTER>This centers text on the page</CENTER>
This centers text on the page
Having fun yet? You can also use more than
one tag at a time. Let's say you wanted something in bold and italics.
To do this, just place both opening tags before the text.....and remember
to close both tags afterwards....like this:
<B><I>I am bold AND Italic, which makes me cool!</I></B>
This will show up like this:
I am bold AND Italic, which makes me cool!
Does the order of the tags make a difference?
In this case, it wouldn't matter which way you opened and closed the tags.
However, working from inside out will help you see your code better,
and will help when the order does matter! (such as placing the </HTML>
tag before the </BODY> tag). Here's another way to look at working
inside out. I could write the HTML this way:
<B>
<I>
I am bold AND Italic, which makes me cool!
</I>
</B>
This could get rather tedious. All you need
to remember is that the text you have written is affected by every tag
before it that has not been closed. The effect ends when each one
of those tags is closed by it's closing tag.
So lets try three things: Bold, Italic, and
underline!
<B><I><U>Would you stop tagging me!</B></I></U>
This will give us:
[p]
[B][I][U]Would you stop tagging me![/U][/I][/B]
[p]
But this:
[p]
<U><I><B>Would you stop</B></I>tagging me!</U>
[p]
would give us this!
[p]
[B][I][U]Would you stop[/U][/I][/B] [U]tagging me![/U]
[p]
As you can see, the bold and italics were closed
before the word "tagging"....but the underline remained open until the
end of the exclamation. This caused the "tagging me!" portion to
be underlined, while not being affected by the bold or italics tags!
[p]
Now let's use the center tag from above. Since the default
alignment of everything is to the left, it's nice to
have a way to place things in the center of the page.
So let's do just that. Use the <CENTER> tag. Anything you
place between the <CENTER> and </CENTER> tags will
be centered on the page. Here is an example:
[p]
<CENTER>I'm in the middle!</CENTER>
[p]
This will give us the following:
[p]
[div='align=center']I'm in the middle![/div]
[p]
You can also use it with one or more of the other tags
above, like this:
[p]
<CENTER><B><I>Look at me now!</I></B></CENTER>
[p]
[div='align=center'][B][I]Look at me now![/I][/B][/div][/p][/p][/p][/p][/p][/p][/p][/p][/p][/p][/p][/p][/p][p][p][p][p][p][p][p][p][p][p]
[B]Laptop:[/B] Asus Z71V From www.proportable.com
* Intel® Pentium® M 750 - 1.86GHz
* 2GB DDR2-533 Corsair
* Hitachi Travelstar 60GB 7200 RPM w/ 8MB Buffer
[B]My Website: [/B]http://www.smilepak.com
[URL=http://www.smilepak.com][IMG]http://www.knguyentu.com/images/sigbanner.jpg[/IMG][/URL]
[br][/br][/p][/p][/p][/p][/p][/p][/p][/p][/p][/p]
-
PROPortable Company Representative
Thanks for heads up..... I didn't realize I could use html in the post...... this will make some of my longer posts make more sense now. [
]
Thanks,
Justin
PROPortable
www.proportable.com
[email protected] -
Great post,
Since using dreamweaver, I have pretty much forgotten all the of the html I knew....which wasn't very much...lol
This will make it easier to remember, shall make it sticky for everyone!
a
ASUS M6Ne 15.4" WSXGA 1.7 PM ATI9700 80Gb HDD 1Gb RAM -
Nice got a sticky here to!
LoL! I have to figure out how to type those tag w/o having the system translate it through the browser.
Laptop: Asus Z71V From www.proportable.com
* Intel® Pentium® M 750 - 1.86GHz
* 2GB DDR2-533 Corsair
* Hitachi Travelstar 60GB 7200 RPM w/ 8MB Buffer
FAQ Most asked about laptops: http://notebookforums.com/showthread.php?t=61505
Last edited by a moderator: May 8, 2015 -
PROPortable Company Representative
How can I insert pictures directly into the post?
Thanks,
Justin
PROPortable
www.proportable.com
[email protected] -
<blockquote id='quote'> quote:<hr height='1' noshade id='quote'>Originally posted by PROPortable
Last edited by a moderator: May 8, 2015 -
PROPortable Company Representative
super duper
Thanks,
Justin
PROPortable
www.proportable.com
[email protected] -
PROPortable Company Representative
OK, thanks.. lets try this out...
Thanks,
Justin
PROPortable
www.proportable.com
[email protected]Last edited by a moderator: May 5, 2015
Basic HTML Tags for Forum
Discussion in 'Asus' started by smilepak, Mar 29, 2005.