Latest Update
Mikeplyts.net's Latest Update ™ shows the latest updates to the site. The updates are listed from the most latest (top) to the oldest (bottom). If you visit regularly, you should take a look here. Enjoy.

6/28/09: Brand new free image hosting script added under Resources section.
6/14/09: A bit of new graphics and photo captions added.
5/29/09: New DIV layouts added. (Still working on some more.)
4/7/09: Brand new website layout and javascript update.
3/21/09: Mpl.net Forums created.
2/14/09: New website layout and new div layout.
2/3/09: Major website and content update.
12/30/08: New website layout and php update.
12/28/08: Main website fully updated and running.
12/27/08: All main pages added/updated.
12/24/08: Main image(s) updated/added. Basic files and content updated/added.
12/23/08: Basic files and content updated/added.
12/22/08: Website created.

Affiliates
Free myspace layouts Disporatik

View All | Apply

Stats
eXTReMe Tracker
online
Add Mikeplyts On Myspace

TUTORIALS

• You do not have to leave credit but it would be greatly appreciated if you did.
• Make sure you have a basic understanding of HTML/CSS so that you can properly use these tutorials.

Photoshop Paint Shop Pro Photofiltre HTML/CSS PHP Javascript

CSS "ELEMENTS"

"Elements" is what I say to define the "attributes" or "properties" in CSS coding. There are many types but I'll only go over a few.

Well first of all, you'll start with <style></style> tags. If you're making a layout or a website or anything like that, you'll want to have "body" element so that you can change the main background or body.


Inside the brackets you can add minor elements like background color or even a background image. Below is a list of some minor background elements in the "body" element.


That's the basic stuff. More elements are below. WAIT!! : Before you put it any elements make sure you are a defining a section or div class and that the elements go inside brackets - { } - so change DIVNAME to the div section your defining or replace it with whatever you are defining. Also, you don't always need the period before the DIVNAME but I usually use it.


^And remember this all goes in between <style></style> tags.

FONT/TEXT "ELEMENTS"

Font color element. Change the CC0000 to whatever hex color code you want.


Font size element. Change the 25 to whatever number you want.


Font type element. Change Times New Roman to whatever font you want to be displayed.


Font weight element. Change bold to whatever weight you want your font to have.


Font style element. Change italic to whatever style you want.


Text transform element. Change lowercase to whatever transformation you want the text to have. (i.e. uppercase)


Text decoration element. Change underline to whatever decoration you want the text to have. (i.e. overline)


Text align element. Change left to either left, right, or center.



POSITIONING "ELEMENTS"

Absoulte positioning element. Uses "top", "left", "right", and/or "bottom" elements to position. Change ### to your own measurements.


Relative positioning element. Uses "left", "top", "right", and/or "bottom" elements to position. This positions the object relative to it's original/normal position. Change ### to your measurements.


Fixed positioning element. Uses "left", "top", "right", and/or "bottom" elements to position. This positions the object relative to it's browser window. Change ### to your own measurements.


Static positioning element. Does not respond to any "left", "top", "right", or "bottom" elements. This positions the object so that it is positioned to the normal flow of a page it gives.



BORDER "ELEMENTS"

Border width element. Change ### to your own measurements.


Border style element. Change solid to whatever style you want your border to have.


Border color element. Change 000000 to whatever hex code color you want.




© Mikeplyts.net 2008-2009. All Rights Reserved.