Click here to go Home

This is my 100% OFF SALE, that's right, you pay NOTHING. Everything here is FREE! No Sample, No Trial, It's FREE!
How do I Cut Copy and Paste? Click Here              Watch the Preview for Cut|Copy|Paste




PATCAM 2010

Welcome To Cut Copy Paste, a step by step guide to totally customize Blogs. Whether you're wanting to build a website or just a really cool blog, I can show you some easy ways to get started.

Feel free to leave suggestions or comments to help make this site better in the Shout Box below.



Adding Playlist Lesson:


Created By:
PATCAM
Web Designs
Oklahoma City, Ok.


Serving the State of Oklahoma and beyond. P.W.D. is dedicated to helping small businesses get their products & services on the Internet. We can custom build a website that caters to your needs and the needs of your customers.

We understand the complexities of Internet Coding and work out all the red tape, so that when you or your customers are ready, you can enjoy all the benefits of having your very own Website.


We Build:

Websites
Order Forms
Employee Applications
Photo Galleries
Video Productions


Click Here to Learn More!




PATCAM
Amanda's Magazine

Powered by Blogger





PATCAM
Recommends:



Opera Web Browser





Tuesday, October 23, 2007

Lesson 1: Starting your own web script

This is the basic layout for a page written in HTML. It is probably the most common form of web script and very simple to manipulate. You can enter this text into your Webpage Editor, but please note that this code will not work in the "About Me" section of your MySPACE Profile Editor. (We reccomend an account at http://www.blogger.com/ In your blogger account you can alter the whole HTML code in the "Template" tab.)

Every HTML page has to have the following text, it has to be exact and without error as follows:

<html>
<head>
<title>
Your Page Name Here
</title>

</head>
</body bgcolor="white">

Main Content of Page Goes Here


</body>
</html>

These tags have various functions, and there is a tag to start and end each particular area. Usually, the same tag that opened an area will close an area, the only difference is the close tag will have a backslash / in it right before the tags name.

The "HTML" open and close tags simply define what type of document you are creating, these tags will always be at the beginning and end of the script.

The "HEAD" tags are a sort of background script area. Here you will place various codes that define to the computer how the page will operate between the script and the content. We will go over more about the HEAD area and what scripts you can put there that will make your page have some pretty neat effects.

The "TITLE" area is just as it says, the Title. The name of your page that will appear in the status bar at the very top of the window.

The "BODY" tags open and close the content area that will be visible on your website. There are structural elements that you can put in the body line to define things like a standard text color.

Example:
<body bgcolor="white" text="black" link="blue" vlink="purple">

In the highlighted text there are definitions there for the pages standard text color (black), the links will are defined as blue and the visited links (links you have been to before) will be purple. These are not necessary but if you use them, they need to go in the "BODY" tag

Using an image as a background:
This is easy, all you have to do is replace bgcolor="white" with background="http://www.yourpicturesaddress.com"
You simply paste in your images URL (web address) into the parenthesis and the image will be your background. If your image is smaller than the actual screen size, it will "tile" or appear multiple times, so try to use an image that's pretty large.

Labels:


CCP - Networked Blogs on Facebook


Thank you for visiting Cut Copy Paste, I have added the iFrame for my New Facebook Page and I want YOU to Become a Fan!
It's the most recent project I have been working on. The ultimate goal is to get all of these different platforms to perform together. All the lessons are still here, and there's more Coming Soon!

Note: The Facebook iFrame is only visible on the Main Page and the Archive Page of this site. This feature will be hidden while viewing any of the lessons or posts.


* Website Construction or Building Websites Since 1998 in The Great State of Oklahoma
** Cut Copy Paste "Unblogged" is an archive of all the lessons from this blog and an example webpage.
PATCAMADEUS ORACLUS