suicidetutorials
read my profile
sign my guestbook

Visit suicidetutorials's Xanga Site!

Name: Jasmine
Birthday: 1/20/1992
Gender: Female


Message: message me


Member Since: 3/6/2006

SubscriptionsSites I Read

Blogrings
(¯`·._.·[LAYOUT TUTORIALS]·._.·´¯)
previous - random - next


Posting Calendar

|<< oldest | newest >>|
view all weblog archives

Get Involved!

Suggest a link

Recommend to friend

Create a site


Thursday, March 09, 2006


Ah HTML, what basically everything on the internet is made of, to first understand layouts you must first be familiar with HTML wich stands for hypertext markup language.HTML codes tell a web page what to do, telling them, "make the background black" or "put this table over there!" yes, HTML is very bossy.I write my HTML in notepad, it should come with your computer. its not very fancy, but I find it the most easiest to use

use a style sheet below to get started on your layout

Now you have a page with text on it and what not, not very appealing is it? no images no color, rather blah if I say so myself.So on with the colors and backgrounds

Backgrounds


when you see background-color: #FFFFFF; you can put the hex code of a color to make the background one solid color, pretty spiffy huh? well what if you want a background image??
well first find an image hosting site like like imageshack, tinypic, or photobucket after your done uploading your image, it will give you a url for it. so when you see background-image:url(); put the url of the image between the parenthesis.
So, is your background a pattern background like this? if so, when you see background-repeat: no-repeat; change it to background-repeat:repeat;
but if you have an image like this wich is big enough to take up the whole page without repeating then leave it at no-repeat.

Colors

every color has a hex code, hex codes tells the HTML what color you want to make something, its very usefull if you want a nice layout, here is the HTML color chart



to put the layout code on your xanga, making it all pretty :D

Installing a layout

1.Copy the layout code, (higlight the code then right click then click copy/or/Ctrl and C)

2. Go to your Look and Feel

3. select the custom header, right click and click paste.

4:click preview, and if you like it then hit "yes save changes" :D

Tips for you

so you want people to come to your site? dont just sit there expecting people to find it..you have to adevertise. Join a layout blogring, or a xanga topsite, or ask to become affiliates with another layout site.eventually people will start coming in, and linking to your site and saying "hey this site is really rad". speaking of linking, you need a button so people can link to you.Plain text links are just not appealing, so make some nice pretty buttons for people to link to


No direct linking, wich is using someone elses image URLs wich is stealing there bandwith and is illegal for more info on hotlinking go here

No jocking, being original will get you way more visitors, and eventually someone will find out you've been jocking.What exactly is jocking you ask? Its stealing other peoples layout codes, and saying you made them, without even asking. most people are nice enough to let you have a stylesheet that they used to make a layout, aslong as you edit it and make it unique, but stealing it is a nasty habit.


Wednesday, March 08, 2006

Here is a style sheet for a normal layout, make sure to make it nice and pretty, and no need to credit me :D but it'd be nice if you subsrcibe¢¾
example

now for a skinny layout

wich looks like the layout I made for this site,wich is what you're looking at lol

heres another commonly used style
example

 

Another style (this style involves image mapping)
example

This one is like the one above, (but without image mapping, yet it's still slightly advanced)
example


Fun HTML

Scrolling marquee like this

Back and forth

whee look at me

Put music on your page :D

Background music


music player *a bit complicated*


Links hover glow


Scroll images (marquee)

scroll linked images


Text area select all  ( a text area is the block of text you see right below you :D)


for more scripts go to createblog.com