You are welcome to comment on NLIR posts or pages and by doing so you agree to the NLIR comment policy.
Welcome to my comments reference page. I hope to give you a quick tutorial in basic HTML to make commenting on the site easier. (You can of course comment without using HTML, just type and press submit)
The < and > symbols are known as ‘lesser than’ and ‘greater than’ symbols, respectively. In HTML, we call them “tags.” Tags tell the computer how you want the information between the opening tag and the closing tag displayed on-screen. When you open a tag, you MUST close the tag or your formatting will apply to everything beyond the opening tag. Tags, in use, look like this (note–you won’t see them displayed in your posted message, but they must be typed in when you write your post.):
<b> tells the computer to display text between the tags in bold. <b> is the bold tag, and </b> closes the bold tag. You must use the ‘ / ‘ symbol before the letter in the closing tag. Anything else won’t format correctly.
Some common codes for you to use, remember to put < and > around the letter to begin that command, and </> around the letter to tell the HTML to stop applying the command.
<b> This would appear in bold type. </b>
<i> This would appear in italic type. </i>
<u> This would appear underlined. </u>
<quoteblock> This would create a quote box in case you wish to quote a line of text from a post or from a comment. </quoteblock>
To post a link, use this code: <A HREF=”http://the.webpage.com”>Name of webpage here</A> ‘A’ means ‘anchor’ and HREF is the URL reference. Make sure you put http:// in front of the webpage address. If you put in “arsenal.com” it’ll try to find a file named “arsenal.com” on our domain. And </A> is the close tag.
To post an image, use this code: <IMG SRC=”http://the.webpage.com/picture.jpg”> To find the full URL of a photo already posted to the web if you’re using a PC, right-click on the photo, select “Properties,” and then copy the entire URL, including the http:// part. To find the full URL of a photo already posted to the web if you’re using a Mac, left click and you’ll get a pull-down menu. Click on page info and you’ll get a new window that includes photo information. Copy the entire URL, including the http:// part. IMG means image, SRC means source. And make sure you put the full address (URL) including http:// for the picture, otherwise it won’t display correctly. You don’t need to close this tag with ” / “.
I hope that this helps and encourages you to write more comments. I read every single comment that is posted to my site and try my best to respond to each one.
Advertise your business here! Click here for details .