Hyperlinks: Basic information
What is a hyperlink?
A hyperlink is a clickable word, phrase or image that redirects the reader to another web page, web site, image or video.
Am I allowed to create hyperlinks?
Yes, if you are at Level 3 or higher.
What types of hyperlinks are allowed?
--In blogs and forums, users are generally free to post hyperlinks to most sites except those that promote illegal activity (including illegal file-trading sites).
--On guides, users should only create hyperlinks that lead to TV.com pages or to other CNET sites. The most likely sites to be used are the CNET Entertainment sites, including GameSpot, MP3.com and MovieTome.
Why can't I just paste in the URL instead of a hyperlink?
Pasting in lengthy URLs causes formatting problems on blogs, blog comments, submission comments, submissions and forum posts. The URL will not wrap around the end of the line so the end of the link will appear to disappear off the right side of the visible column. Even worse, all other lines in the blog posts, blog comments and submission comments (on the submissions summary page) will run off to the right of the visible column. This is why hyperlinks should be used instead.
Some basic XHTML tips
--Keep it simple. If you can accomplish something with just one set of tags, then use only one set of tags. Some people tend to add multiple sets of tags when one set is sufficient.
--Don't use the "p" tag for paragraphs. Just use the Enter button on your keyboard to add line breaks.
Creating hyperlinks
Creating a hyperlink is simple using XHTML. Just use the following code:
| Code: |
| <a href="http://www.TV.com">TV.com home page</a> |
The code results in the following link: TV.com home page
The URL should go inside the quotation marks. Be sure to add a final closing tag (the brackets with the forward slash and the letter "a"). And always remember to include the http:// part. Otherwise the link won't work.
Other XHTML and BBCode
Other XHTML and BBCode tags are mainly used for font formatting. Some examples are bold tags and italics tags.
1) BOLD TAGS
The HTML version of the bold tags (just the letter "b") is given in the examples on the submission forms, so I will display that here.
| Code: |
| <b>Phrase in bold type</b> |
appears as Phrase in bold type.
The "strong" tag is used in XHTML so the word "strong" would replace the letter "b" in the example above.
2) ITALICS TAGS
Italics tags in HTML use the letter "i":
| Code: |
| <i>Phrase in italics</i> |
appears as Phrase in italics.
The italics tag in XHTML uses "em" instead of the letter "i". Either one works on this site.
3) THE "PRE" TAG
Use the "pre" tag for lists and posts with unusual spacing. The "pre" tag (along with the closing "pre" tag) maintains the exact spacing that you enter. This can be useful if you are posting a list and you want to align columns of text. Normally all extra spaces are ignored automatically, causing lists to look messy. Here's an example of the usefulness of the "pre" tag:
Atlanta 3 Nashville 2 Buffalo 5 Ottawa 2
Detroit 4 St. Louis 1 NYR 3 NJ 2
San Jose 5 Anaheim 4 Wash. 4 Pitt. 3This is a sample list of hockey scores. All of the columns line up neatly and I only had to use one set of "pre" tags. The easiest way to type up such a list is to use the Enter button and the space bar to format the list as you want it to appear. After it is complete, insert a "pre" tag at the beginning and a closing "pre" tag at the end. It's better to add the tags afterward because the presence of the tags makes it difficult to see if you have added the correct number of spaces to keep the columns aligned.
Here is the same list without the "pre" tags:
Atlanta 3 Nashville 2 Buffalo 5 Ottawa 2
Detroit 4 St. Louis 1 NYR 3 NJ 2
San Jose 5 Anaheim 4 Wash. 4 Pitt. 3
I typed in the exact same information but the absence of the "pre" tags causes the extra spaces to be ignored.
Here's another example of a forum thread where the "pre" tag is needed to format the list: Chart of Survivors in the Fleet.
4) THE SPOILER TAG
The staff added a clickable spoiler feature last year. Using the "spoiler" tag, we can add a clickable link that hides the text of a spoiler. Other users can read the text simply by clicking on the link.
It's simple to create a clickable spoiler link. Just use the following code:
| Code: |
| [spoiler] Text of spoiler goes here. [/spoiler] |
(Don't add the extra spaces before and after the text of the spoiler. For some reason, the system is automatically adding those spaces to this example. I'm not using the WYSIWYG Editor so I don't know why those spaces get added.)
The code results in the following:
***SPOILER***
You can use this spoiler feature on blog posts or forum posts. It's probably not needed on episode discussion threads if you are posting a spoiler from that episode. However, if you post a spoiler from a future episode, you should probably use the spoiler tag. Some users have reported that the feature does not work on the guides.
5) THE "QUOTE" TAG
To quote text from another message, use the BBCode "quote" tags. With BBCode, the square brackets are used to form the tag, not the sharp angled brackets.
| Code: |
| [quote="User Name"]The quoted text should go here[/quote] |
This code results in the following:
| User Name wrote: |
| The quoted text should go here |
Make sure that the author's name of the quoted text has quotation marks before and after. Don't forget the closing "quote" tag, which contains the forward slash mark.
You can automatically quote another user in a forum thread by clicking on the Quick Quote or Quote button beneath their message. It that person's message is lengthy and you are only responding to one section of their forum post, you can safely delete the unnecessary sections. However, make sure you don't delete sections within sentences that could alter the meaning of the author's statement.
You can respond to separate paragraphs by creating a quote for each of those paragraphs. Use the quote tags for a paragraph and then type in your response. Create another set of quote tags (opening and closing) for the next paragraph, and then type in your response. You can also quote two or more people in your post. Make sure you add the proper user name for each quoted passage.
Be judicious with your use of the quote tags. Don't quote several paragraphs when a quote of one paragraph will do. You can nest quotes one inside the other, but limit your use of this. Do this only where necessary. If the multiple "quotes within a quote" get too lengthy, they take up too much screen space without adding any new statements to the thread. Try not to quote off-topic posts, and never quote messages that violate the TV.com Terms of Service. (Just report any offending messages using the reporting tool in the drop-down menu beneath the message.)
Edited on 03/30/2008 1:56pm
Edited 26 total times.
Edited 26 total times.


