Tuesday, January 20, 2009

Html Tags Come In Pairs

There are too many tags to make good sense if they were all listed. Some common ones you might have a use for or that will explain the concept are listed below.

Tags come in pairs, a start tag and an end tag.

examples below:

1. bold: put in front of the text to start it and then turn it off with
2. italic: use and
3. blue text: and
4. small text: and
5. comment (hides text or code, almost any amount):
starts with

I learned lately that comment doesn't hide much in Firefox. That was a let-down.

Read More...

Monday, January 5, 2009

How To Indent

1. IN YOUR CLASSIC TEMPLATE, FIND THE FOLLOWING LINE:

<style type="text/css">

(In New Blogger's template, you may have to search for Body or some word typically found in the style sheet.)

2. BELOW THE STYLE LINE (AND PROBABLY BELOW THE "BODY" LINE, INSERT THE FOLLOWING:

#inden
{
text-indent: 25px
}

or just

#inden {text-indent: 25px }

3. SAVE THE CHANGE.
4. AFTER YOU GET IT TO WORK, YOU CAN INCREASE OR DECREASE THE 25PX ABOVE.
5. GO TO EDIT POST.
6. IN EACH POST PARAGRAPH INSERT THE FOLLOWING:

<p id="inden"> TEXT </p>

Below is an example of the indent:

This is just quick and dirty, and not quick enough for some people, since it requires that you write the code for each of your paragraphs! It would be easier to write the code only once!


So far I've been too bone-headed to figure that out.

Read More...

oxford blogger university player