972.478.7127

 

WebRev Blog

 

Basic HTML for Blogging - Embedding Media

Posted Wed, March 17, 2010 by Jennifer Pointer

 

 

As we discussed earlier this week, in Paragraph Formating and in Text Formatting, "HTML" is "hypertex markup language," and is code commonly used on websites and blogs.  Most blogging software now has a WYSIWYG ("What You See Is What You Get") editor, which means that you don't need to be an expert in HTML code to blog.  However, there are times when knowing the basics can come in very handy - especially when you're trying to fix formatting errors in a post, or adjust something minor in one of your sidebar widgets.

 

Today, let's talk about embedding videos and photos, and how to do that in a way that won't get you in trouble legally, or with the other bloggers in your network.

 

Videos

 

To embed a video in your post, you will first need to upload it to someplace online that has a url.  Your blogging or website software might allow you to upload the video to the servers your blog or website is hosted on.  If not, use a video-sharing site online.  YouTube is the most popular, and is the most widely-accepted by blogging and website software.  Then, once your video is online, find the "embed code,"  (it's usually in a "share menu) and copy and paste that into your blog post in HTML view.  

Note, this will not work in some blogging and website software  If it does not, you will need to use your WYSIWYG view, and follow the instructions for embedding video.

 

Photos

 

Photos are a little more flexible than videos.  To embed a photo in your post, just like with videos, you will first need to upload it to someplace online that has a url.  Your blogging or website software might allow you to upload the photo to the servers your blog or website is hosted on.  If not, there are any number of photo-sharing sites that you can use.  Once you have your photo's url (usually called a "direct link" which will look something like this: http://photobucket.com/myphoto.jpg), you can embed it in your post, using the following code: 

 

HTML Photo Plain

 

Now, let's say you want to align it with your text on the right side.  You would add: class="alignright"  as shown below. (If you want to align in on the left, you would replace "right" with "left," or if you want to center it, you would replace "right" with "center...see how that works?)

 

Maybe it's too large, and you want to resize it from its current dimensions to 150x360.  To this, add: height="360" width="150" as shown below.

 

Maybe it's too close to your text on the right, and you want to give it some space. I usually give mine a 10-pixel space all around.  This is done by adding: hspace="10" vspace="10" as shown below.

 

HTML Photo Formatted

 

Now, let's say you want people to be able to click on your photo, and be taken to another site, or another place on your site.  Turn your photo into a hyperlink by inserting it the way you did your text, in text formatting earlier this week: 

 

HTML Photo Hyperlink

 

Etiquette

 

If you are using photos or videos that you did not create, there are some rules of etiquette to follow, to avoid plagiarism complaints. 

 

  • Always link to the source of your photo or video, if known.  Most video-sharing sites (including YouTube) include these links in the embed code, so this will be done automatically on videos.  For photos, you will need to inlclude a hyperlink to the source of the photo.  If you're not sure of the original source, linking to the site you got the photo from (thanking them by mentioning their name) is an optional courtesy, and can be a good way to build a network.
  • Never not "hotlink," without permission.  Hot linking is copying and pasting the photo directly from one website to another (rather than saving the photo to your own photo-sharing account, then embedding it from there).  If you do this without the permission of the webmaster on the site where the photo is stored, you are stealing that blogger's or site-owner's bandwidth, and this is considered very inappropriate.  In addition to being poor etiquette, you run the risk that the original blog or website might delete or change the photo, which will delete or change the photo on your website.

 

So that's basic HTML for blogging.  Do you have any questions, or additional tips you'd like to share?  We'd love to hear them!

 

Also see:  Setting Yourself Up for Copyright Infringement

 


 

 

Jennifer PointerJennifer Pointer (e-mail) is a trainer and tech writer in Tulsa, OK. She promotes a simple, a low-tech approach to effective online profile management, search engine optimization and social networking. Her weakness is the mocha frappuccino.

Posted in : Blogging | 
Tags : HTML , Blogging


Basic HTML for Blogging - Text Formatting

Posted Tue, March 16, 2010 by Jennifer Pointer

 

 

As we discussed yesterday, in Paragraph Formating, "HTML" is "hypertex markup language," and is code commonly used on websites and blogs.  Most blogging software now has a WYSIWYG ("What You See Is What You Get") editor, which means that you don't need to be an expert in HTML code to blog.  However, there are times when knowing the basics can come in very handy - especially when you're trying to fix formatting errors in a post, or adjust something minor in one of your sidebar widgets.

 

Today, let's talk about text formating.

 

Text Formatting

 

Following is an example of the code that can be used to make your text Bold, Italicized, or Underlined.  This code is courtesy of TXPoet, of Ft. Hard Knox, who inspired this series. This graphic also shows an alternate code for centering text to that we showed yesterday.

 

HTML Text Formatting

Strike, Superscript, Subscript

The following is an example of code that can be used to strike text, or to create superscript and subscript.

 

HTMLSubSupStrike

Color

 

To add COLOR to your text, following is an example of code that will work.  To get your color code, just Google HTML Color Codes, and look on one of any number of color charts.

 

HTML Color

Links

 

The following is example of code that can be used to insert a simple hyperlink (link embedded in text, rather than displayed as a url), or a hyperlink that opens in a new window (usually preferred, because this keeps your readers on the original page while the 'visit" the link).

 

HTMLLinks

 

Tomorrow, we'll talk about embedded media (photos, videos), and some blogger protocol and etiquette for doing this properly.

 

 


 

 

Jennifer PointerJennifer Pointer (e-mail) is a trainer and tech writer in Tulsa, OK. She promotes a simple, a low-tech approach to effective online profile management, search engine optimization and social networking. Her weakness is the mocha frappuccino.

Posted in : Blogging | 
Tags : HTML , Blogging


Basic HTML for Blogging - Paragraph Formatting

Posted Mon, March 15, 2010 by Jennifer Pointer

 

 

"HTML," is "hypertex markup language," and is code commonly used on websites and blogs.  Most blogging software now has a WYSIWYG ("What You See Is What You Get") editor, which means that you don't need to be an expert in HTML code to blog.  However, there are times when knowing the basics can come in very handy - especially when you're trying to fix formatting errors in a post, or adjust something minor in one of your sidebar widgets.

 

So, for the next few days we're going to discuss some very basic HTML code that every blogger should know.  Today, let's talk about paragraph formatting.  Notice that every example below has a beginning tag, which begins with a "<" and ends with a ">", and an ending tag, which begins with "<", then "/" and ends with ">".

 

Paragraphs

 

Following is an example of the code that is placed at the beginning and end of a paragraph.  This code will automatically put a space between paragraphs in most blogging software.

 

HTML Paragraphs

Offset Quotes (Indented Paragraphs)

The following is an example of code that can be used to offset quotes, or indent paragraphs.

 

HTMLBlockquotes

Lists

 

The fist set of code below ("ul") is an example of a bulleted list (the style and format of the bullet point is usually already set in your blogging software), and the second ("ol") is for a numbered list.

 

HTMLLists

Alignment

 

The following is example of code that can be used to align your paragraphs, text, and photos to the right, left, center, or justified.

 

HTMLAlignment

Headings

Headings formats are numbered in descending order, from largest to smallest. Therefore, this:

 

HTMLHeaders

 Would look like this:

 

Heading 1

Heading 2

Heading 3

 

That's basic paragraph formatting.  Tomorrow, we'll talk about text formatting.

 

 


 

 

Jennifer PointerJennifer Pointer (e-mail) is a trainer and tech writer in Tulsa, OK. She promotes a simple, a low-tech approach to effective online profile management, search engine optimization and social networking. Her weakness is the mocha frappuccino.

Posted in : Blogging | 
Tags : HTML , blogging


Blog Categories
RSS All Posts
RSS Announcements
RSS Blogging
RSS Online Profile Management
RSS SEO/SMO/SMM
RSS Tips and Tricks

GoogleRSS
YahooRSS
MSNRSS
Tags
humor satire facebook online security jobs maps e-mail paywalls feeds feed reader job search google search sort social networking online resources google +1 software twitter email pop imap blogging law comments cache online profile management digital provile mangement games ddos seo smo digital profile management social media security technology page rank writing publishing online reputation management video education polls questions linkedin design funny pages gmail canned responses keywords search engines content cms internet jargon seo/smo nofollow military tagging second life taxes digital reputation management stumbleupon domain name url news blogs freebies seo blogging bit.ly location mobile foursquare traffic links profile management reviews lists urban slang myspace medicine hyperlinks internal links photos angry birds seo smo mobile social marketing advertising the daily online research stats statistics about.me veterans day startups group blogging online safety online profiles employment job hunting #hashtags quick traffic online tv youtube online translation website features headers google voice voip marketing tutorials wireless itunes beatles online shopping citizen journalism downtime page 404 christmas research storify html easter comments. just for fun movies tv poetry feed subscriptions qr codes internet copyright linked-in business owners scams hack attack hackers viruses php google plus privace music essay essays mobile technology annoucement webrevelation central united states hardware script kiddies hacking amber alerts logout screen audio photography gimp internet dialers rockmelt digital art crm cms mobile privacy online online etiquette spyware academics servers pci compliant creative commons cad groups profiles places online education training facebook. security phishing smishing backlinks tools basics flickr pinterest weather digital reputation management. bing kickstarter craigslist bullying stuxnet rpg proxy servers klout etiquette open graph irs videos cartoons art podcasting blogrolls lazyweb crowdsourcing hashtags skype flash pages shopping ebooks press alexa theme themes alternatives to blogging micro blogging texting google docs social news fiction photo editing yahoo buzz aol smm virtual reality memorial day wifi web 2.0 titles child safety parental rights fair use halloween home improvement japan google buzz plagiarism geocaching steve jobs independence day internet explorer firefox blog wiki wikis internet acronyms internet slang text shorthand technology news personalized web chrome browsers nonfiction elections networking censorship addiction wallpapers critiques debates opinion op-ed
Quicksearch
<< May 2012
Sun Mon Tue Wed Thu Fri Sat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Email Signup  



   Contact Us

Web Design in Oklahoma

Call  405.607.0349

Web Design in Texas

Call  972.478.7127


  Web Design Network
Facebook  Twitter  WebRev Blog
  Click to verify BBB accreditation and to see a BBB report.
      Web Design Blog
Wed, Apr 18, 2012
Mon, Apr 16, 2012
Fri, Apr 13, 2012
read more