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

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
just testing the lightbox Gem installed for me… Thank you so much!![]()
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!
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.
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.
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).
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.
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“>
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!
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!
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…
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 |