Joomla!

Headline
  • Pause
  • Previous
  • Next
1/1
 

Internet Marketing

Affiliate Marketing

  • Commission Junction
  • Click Bank
  • Google Ad Sense
  • Yahoo Marketing 

Pay Per Click

  • Amazon.com
  • Ebay

Other

  • Blast Off
  • TVI International
  • Message Magic 

Needs

  • PayPal
  • CJ.com Account
  • Ebay Account 
  • ClickBank Publisher Account

 

 

Read more...

CSS Introduction

CSS Introduction

What is a rule or "rule set"?

Introduction

A rule or "rule set" is a statement that tells browsers how to render particular elements on an HTML page. A rule set consists of a selector followed by a declaration block.

Rule structure

Selector

The selector "selects" the elements on an HTML page that are affected by the rule set. The selector consists of everything up to (but not including) the first left curly bracket. For example:

h1 { color: blue; margin-top: 1em; }
p { padding: 5px; }
td { background-color: #ddd; }

Declaration block

The declaration block is a container that consists of anything between (and including) the curly brackets. Whitespace inside a declaration block is ignored - so it can be used to lay out rules in any way you want. For example:

h1 { color: blue; }
p { padding: 5px; }
td { background-color: #ddd; }

Or, with whitespace added to aid readability:

h1
{
color: blue;
}

Declaration

The declaration tells a browser how to draw any element on a page that is selected. A declaration consists of a property and a value, separated by a colon ":". Although it is not essential to add a semicolon after a single declaration, it is recommended that you finish the last declaration in a block with a semicolon. For example:

h1 { color: blue; }

Property

The property is the aspect of that element that you are choosing to style. There can only be one property within each declaration. For example:

p { padding: 5px; }

Value

The value is the exact style you wish to set for the property. For example:

p { padding:5px; }

Further information

Grouping declarations »

Other Max Design articles and presentations
Associated with webstandardsgroup.org
Read more...

First Dreamweaver Lesson

I want to thank you all for coming to class this week. The files for this weeks class are here both as downloads and as step by step webpages

In class Wednesday evening we were able to define ourt first Dreamweaver site and to do a small case study for creating a websites parent directories with its child folders and files. 

"Here" you can view the my simple introductory Internet Over View presentation. Click here to download the pdf file "Here"

"Here" you can view the case study of creating a new site and a keyword correct file structure. Click here to download the pdf file "Here"

Read more...

Second Dreamweaver Class

Today we are looking at HTML. so the following links will take you to my presentation for that lesson.

"Here" you can view the my simple introductory HTML presentation. Click here to download the .pdf file "Here"

"Here" you can view the case study of creating a new site and a keyword correct file structure. Click here to download the pdf file "Here"

Read more...
More:

Pears

Pears

Nice California Pears 

Read more...

Photohshop Selection Tools

Photohshop Selection Tools

Creating selections with the Selection Tools

Click on the thumbnail below to download a file that you can use to test your Photoshop Selection Tool skills on. I made these files with stock images some images from the web.
Create selections, layer the selected images, transform them go nuts.
Play nice you cant get hurt.

 

Read more...

Blog Latest Posts

Community Login


Who's Online

We have 3 guests online