Opacity

Posted in HTML, Tutorials - [26/5/2008]

There is a way to make things have a lower opacity than normal. It’s very simple so just follow these steps. :D

Image Opacity

Art By Jasmin

The code is:
<img src="pig.jpg" style="opacity: 0.6; filter: alpha(opacity=60); width:250px; height:250px;” />

filter: alpha(opacity=n); is used for IE and opacity: x; is used for Firefox.
n can either be from 10 to 100 and x can be from 0.1 to 1.0.

I will finish this later :D


Posted in Uncategorized - [22/4/2008]

just testing the lightbox Gem installed for me… Thank you so much!rdyrsy


Horah!

Posted in Uncategorized - [2/3/2008]

Horay! The site is working now! And it’s all thanks to Gem! So thank you very very much!

There’s not much on the site right now  but I shall add to the site!


Argh

Posted in Uncategorized - [23/1/2008]

I am getting annoyed with Wordpress! I just can’t figure it out and how to make it actually look good!

Firstly I want to a category bit near the date. And I also want to add other stuff.

I am also having trouble trying figure out how to code a layout I made.


Still Alive

Posted in Site, Uncategorized - [15/12/2007]

Ah, to anyone who still visits my site I’m still trying to figure ut some things, meanwhile I’ll try add some more content. I’m not so good at tutorials so don’t expect very many XD.


CSS

Posted in CSS - [10/11/2007]

A CSS is a stylesheet which customises the appearance of your web page. There are loads of selectors to use so I can list every single one but I will list the most common ones later on (Well, the ones I use them alot anyway).

Where to put it

Wondering where to put it? You Stylesheet should go in between your <head></head> tags.
e.g.

<html>
<head>

<style>
/*Your stylesheet goes here*/
</style>

</head>
<body>
My content in here.
</body>
</html>

Right now we are putting the stylesheet in the page code.

External Stylesheet

If you don’t want it to be like this and have a seperate stylesheet, use this tag and put it in between the <head> and </head>.

<link rel=”stylesheet” type=”text/css” href=”stylesheet.css“>


Ah..

Posted in Site - [24/10/2007]

I think the site is complete! The content needs to be added but I will deal with that later. At least the site is up and working! If you find any problems please tell me! I would like to make this site peerfect! Thank you!


A problem

Posted in Site - [9/10/2007]

Ah there is a problem with the sidebar as it floats away with small screens XD I never thought about it. I will try and fix it right away!


Basic HTML

Posted in HTML - [16/9/2007]

Basic Page

If you want to make a basic HTML page you need to use these codes.

<html><head>
<title>Your Site Title here</title>
</head>
<body>
Put your content in here!
</body>
</html>

You need that code to make a page. This is only a very basic page so you will need a CSS to custiomize it.

There is a thing called Doctypes but I don’t really know much about it. XD You will need to check on another site like Pootato.org if you want to know. more…


Success!

Posted in Site - [16/9/2007]

Finally! I’ve finished! I have finished the layout and all I got to do now is add content! ^^ I’m using wordpress now since my old method was very manual, and since everybody is using wordpress i thought i’d have a try.

Please comment on what you think!

P.S. I haven’t got any pages up so please wait!

edit: The website has now got a valid XHTML!


Apple Temple © 2007-2008 Jasmin.
| Sitemap | XHTML | CSS | Feed | Host |