1 Star2 Stars3 Stars4 Stars5 Stars ( 1 votes, average: 5 out of 5) (1 ääntä, keskiarvo: 5 / 5)
Loading ... Loading ... Ladataan ...

How to use our background codes in your personal website Kuinka käyttää tausta-koodeihin omat verkkosivut

We also provide the CSS codes to use some of our Myspace backgrounds as backgrounds for personal websites. Tarjoamme myös CSS koodit käyttää joitakin meidän Myspace tausta taustana henkilökohtaiset sivustot. You need to be a bit comfortable with HTML to use the codes. Sinun täytyy olla hieman mukava HTML käyttää koodeja.

There are a few easy steps : On olemassa muutamia helppoja ohjeita:

  1. Find the css style section of your web page ( you are looking for <style> or something similar) Etsi css tyyli osa Web-sivu (etsimäsi <style> tai jotain vastaavaa)
  2. Find the end of your css style section ( you are looking for </style> ) Etsi päättymisestä on css tyyli osa (etsimäsi </ style>)
  3. If you can’t find the <style> or </style> code - then go to the head section of your HTML and add <style> </style> Jos et löydä <style> tai </ style> koodi - sitten mennä päällikön osiossa HTML-muotoon ja lisätä <style> </ style>
  4. Place our code directly before the </style> code. Paikka meidän koodi suoraan ennen </ style>-koodia.
  5. Save your file! Tallenna tiedosto!

It’s as easy as that! Se on niin helppoa se on!

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet) (Ei vielä luokitusta)
Loading ... Loading ... Ladataan ...

How to install a myspace layout Kuinka asentaa MySpace layout

Need Help ? Tarvitsetko apua?

How to install a layout on your myspace : Asenna ulkoasu on MySpace:

The first thing that you need to do is pick the myspace layout that you Ensimmäinen asia, joka sinun tarvitsee vain valita MySpace layout, että olet
like. pitää.

Once you have picked a layout that you like, highlight the code. Kun olet valinnut asettelun haluat, korosta koodi.

Once you have highlighted the code,copy ( pressing ctrl C ) the code Kun olet korostanut koodi, kopioi (painamalla ctrl C) koodi
to your clipboard. omalle leikepöydälle.

Now that you have copied the HTML that you need, log into your Myspace.com Nyt kun olet kopioinut HTML, että tarvitset, kirjaudu Myspace.com
account. tili. You will want to Edit your profile Haluttavia Muokkaa profiilia

After you click on the option to edit your profile, go to the “About Kun olet napsauttanut mahdollisuus muokata profiilia, valitse "Tietoja
Me” section. Me "-osassa. You need to paste the code in the very top Sinun on liimaa erittäin alkuun
of this section. Tässä jaksossa. Do not place any text before this code. Älä aseta mitään tekstiä ennen tämän koodin. Any text in your Teksti-in your
about me area that you would like to add should be added after Tietoa ME-alue, jonka haluat lisätä, olisi lisättävä jälkeen
the HTML code. HTML-koodia. To paste the code - either right click and choose paste Voit liittää koodi - joko klikkaa oikealla napilla ja valitse liitä
or press ctrl V to paste the text. tai paina ctrl V liittää tekstin.

You are almost done! Olet melkein valmis! Scroll to the very bottom of your page. Selaa hyvin alhaalta sivusi. You will Te
see an option to save all changes. nähdä mahdollisuus tallentaa kaikki muutokset. Click on Save all changes Valitse Tallenna kaikki muutokset

Once you do this - you are done! Kun teet tämän - olet valmis! It’s that easy! Niin helppoa se on! We hope you enjoy! Toivomme, että nautitte!

1 Star2 Stars3 Stars4 Stars5 Stars ( 1 votes, average: 4 out of 5) (1 ääntä, keskiarvo: 4 out of 5)
Loading ... Loading ... Ladataan ...

Setting transparency on a myspace layout. Asettaminen avoimuus on MySpace layout.

Need help understanding how transparency is done? Tarvitsetko apua ymmärtääkseen, miten avoimuus on tehnyt?

This lesson assumes that you already have a CSS layout for your myspace Tämä opetus lähtee siitä, että sinulla on jo CSS ulkoasun MySpace
page and need to change the transparency of a section. sivulle ja tarvetta muuttaa avoimuutta a §. This lesson also assumes that you have at least introductory experience with Cascading Style Sheets Tämä opetus myös olettaa, että sinulla on ainakin johdanto kokemusta Cascading Style Sheets

Transparency is a popular way to decorate a page, both in myspace and with other popular services. Avoimuus on suosittu tapa koristella sivun, sekä myspacessa ja muita suosittuja palveluita. It is fairly easy to do as long as you keep a few details in mind : Se on melko helppo tehdä niin kauan kuin pidät muutamia yksityiskohtia mielessä:

  1. Know what the code is! Tiedän, mitä koodi on!
  2. Know exactly what you want to make transparent Tiedän tarkalleen, mitä haluat tehdä läpinäkyvä
  3. Know how transparent you want to make it Tiedän, kuinka avoimia haluat tehdä sen
  4. Remember to set code for both internet explorer and mozilla type browsers Muista asettaa koodin sekä Internet Explorer ja Mozilla tyyppi selaimet

1 - Know what the code is 1 - Tiedätkö mitä koodi on

There are 4 lines to this. On 4 riviä tähän. The first is the placement. Ensimmäinen on tuotesijoittelua. You have to set a placement for this transparency / opacity change to work. Sinun täytyy asettaa Sijoitus tämän avoimuuden / sameuden muutos töihin.

We used float:left; This works for IE and Mozilla / Firefox. Käytimme float: left; Tämä toimii IE ja Mozilla / Firefox.

Because you want your code to work on multiple browsers - use all 3 versions of this code Koska haluat koodi toimimaan useita selaimia - käyttää kaikkia 3-versioita tämän koodin

float:left; float: left;

filter:alpha(opacity=80); filter: alpha (opasiteetti = 80);

-moz-opacity:.80; -moz-opasiteetti: ,80;

opacity:.80; opasiteetti: ,80;

You can tweak those numbers to get different effects. Voit nykäistä nämä luvut saada erilaisia vaikutuksia. Just note that opacity =100 means it’s opaque. Vain todeta, että samentuma = 100 tarkoittaa, että se on vaikeaselkoinen.

2 - Knowing what to make transparent 2 - tietämättä, mitä tehdä läpinäkyvä

This code goes within the { } for your CSS definition. Tämä koodi menee kanssa () sinun CSS määritelmää. You most likely won’t want to make your entire layout transparent - although there are some cases where this might be appealing. Olet mitä todennäköisimmin ei halua tehdä koko layout avoin - vaikka on joitakin tapauksia, joissa tämä voi olla houkutteleva. For example : Esimerkiksi:

To make a specific table content transparent place your code within the CSS definition for those tables. Jotta tietyn taulukon sisällön avoin laitat koodi CSS määritelmä niille taulukoissa.

eg for your myspace tables esim. MySpace-taulukot

table table table { taulukko taulukon table (

float:left; float: left;

filter:alpha(opacity=80); filter: alpha (opasiteetti = 80);

-moz-opacity:.80; -moz-opasiteetti: ,80;

opacity:.80; opasiteetti: ,80;

} )

3 - Know how transparent to make this 3 - Tiedätkö, miten avoimesti, jotta

This is entirely subjective. Tämä on täysin subjektiivinen. You simply need to tinker with the numbers to figure out how transparent to make it. Sinun tarvitsee vain korjailla määrä selvittää, miten avoimen tehdä sitä. Just remember that # opacity = 100 - opacity transparency. On muistettava, että # opasiteetti = 100 - opasiteetti avoimuutta. Therefore 30 % opacity = 70 % transparent Näin ollen 30% opasiteetti = 70% avoin

4 - Remember to set code for both internet explorer and mozilla type browsers 4 - Muista asettaa koodin sekä Internet Explorer ja Mozilla tyyppi selaimet

The code listed above covers both IE and Mozilla Firefox. Koodi edellä lueteltujen kattaa sekä IE ja Mozilla Firefox. It is somewhat redundant but it is worth keeping. Se on jokseenkin tarpeeton, mutta se on säilyttämisen arvoinen.

Here’s an example of a table which has been set to be at 50 % opacity. Do not forget to assign the class to your element or this won’t work! Seuraavassa on esimerkki taulukosta, jonka on määrä olla 50% opasiteetti. Älä unohda antaa luokan oma osa tai se ei toimi!

css code: css-koodi:

<style type=”text/css”> <style type="text/css">

.testtable { . testtable (

float:left; float: left;

filter:alpha(opacity=50); filter: alpha (opasiteetti = 50);

-moz-opacity:.50; -moz-opasiteetti: .50;

opacity:.50; opasiteetti: .50;

} )

</style> </ style>

HTML CODE : HTML code:

<table width=”50%” border=”0″ class=”testtable” > <table WIDTH="50%" border="0" class="testtable">

<tr>

<td><strong>This is the text in this table </strong></td> <td> <strong> Tämä on teksti tässä taulukossa </ strong> </ td>

</tr> </ tr>

<tr>

<td><img src=”/images/scrollingimage.jpg” width=”466″ height=”206″></td> <td> <img src="/images/scrollingimage.jpg" width="466" height="206"> </ td>

</tr> </ tr>

<tr>

<td>This is at 50 % opacity </td> <td> Tämä on 50% opasiteetti </ td>

</tr> </ tr>

</table> </ table>

We hope you will find this useful. Toivomme, että löydät tästä hyötyä. This is another example of how versatile CSS can be for designing your page layouts. Tämä on jälleen esimerkki siitä, miten monipuolinen CSS voidaan suunnitella sivun kaavoista.
1 Star2 Stars3 Stars4 Stars5 Stars ( 2 votes, average: 3 out of 5) (2 ääntä, keskiarvo: 3 out of 5)
Loading ... Loading ... Ladataan ...

How to change the color of text in a myspace layout Kuinka muuttaa tekstin väri on MySpace layout

Need Help changing text color ? Tarvitsetko apua muuttuviin tekstin väriä?

This lesson assumes that you already have a CSS layout for your myspace Tämä opetus lähtee siitä, että sinulla on jo CSS ulkoasun MySpace
page and need to change the color of just a small amount of text. sivulle ja tarvetta muuttaa väriä vain pieni määrä tekstiä.

Below is the CSS code for making these changes. Alla on CSS-koodi näiden muutosten tekemiseen. It will be broken into Se on jaettu
several sections. useissa kohdissa. First you will see the code and then the explanation Ensimmäinen näet koodin ja sitten selitys
for how to manipulate the code as well as an explanation of what the code miten manipuloida koodi sekä selvitys siitä, mitä koodi
does. tekee.


YOUR TEXT <span style=”color:#FF0000;”> COLOR Teksti <span style="color:#FF0000;"> COLOR
TEXT </span> TEKSTI </ span>

1 Star2 Stars3 Stars4 Stars5 Stars ( 1 votes, average: 5 out of 5) (1 ääntä, keskiarvo: 5 / 5)
Loading ... Loading ... Ladataan ...

Changing Tables in your Myspace Layout Tutorial Muuttaminen taulukoita MySpace layout: n opetusohjelma

So you are ready to start changing your myspace layout. Niin olet valmis aloittamaan muuttuviin MySpace layout.

This article covers how to change the table background on your myspace Tämä artikkeli kattaa miten muutat taulukon taustaa MySpace
page. sivulla.

Changes to your tables, text colors, links, etc are all done with css. Muokata taulukot, tekstin väriä, linkkejä jne. ovat kaikki tehneet css.
They can be done with div tags but you should consider the CSS option Ne voidaan tehdä div-tagit, mutta sinun kannattaa harkita CSS vaihtoehto
much easier. paljon helpompaa. The first thing to do is to consider what color you want Ensimmäinen asia, joka voidaan tehdä, on harkittava, mitä väriä haluat
the tables to be and if you want to have a border on them. taulukoita ja jos haluat olla raja niistä.

Below is the CSS code for making these changes. Alla on CSS-koodi näiden muutosten tekemiseen. It will be broken into Se on jaettu
several sections. useissa kohdissa. First you will see the code and then the explanation Ensimmäinen näet koodin ja sitten selitys
for how to manipulate the code as well as an explanation of what the code miten manipuloida koodi sekä selvitys siitä, mitä koodi
does. tekee.


Setting a table background and Asettaminen taulukon taustan ja
border raja
<style type=”text/css”> <style type="text/css">
table table { border: 0px } taulukko table (border: 0px)
table table table table{border:0px} taulukko taulukon taulukko table (border: 0px)
table table table { taulukko taulukon table (
border-style:solid; border-style: solid;
border-width:1px; border-width: 1px;
border-color:000000; border-color: 000000;
background-color:FF0000; background-color: FF0000;
}</style> ) </ style>

Green portion - This section defines Vihreä osa - Tässä kohdassa määritellään
how wide the borders will be. kuinka laaja rajat ovat. Remember that thinner borders may Muista, että ohuempi rajoilla voi olla
give a more clean effect while wider border can look more clunky. antaa enemmän puhdas vaikutus, kun taas laajempaa raja voi tarkastella clunky.
Either is fine, but you will want to consider your page layout before Kumpikin on hyvä, mutta et halua harkita sivun asettelua ennen
you make this decision. teet tämän päätöksen mukaisiksi.

Purple portion - Now that you’ve set Purple osa - Nyt kun olet
up your borders, it’s time to set the color. jopa rajansa, on aika asettaa väriä. This section simply Tämä osa yksinkertaisesti
defines the color of the border. määritellään väri rajalla. You have to use a HTML Hex color Sinun täytyy käyttää HTML-heks väri
code. koodi. You don’t need the # in front of the color. Sinun ei tarvitse # edessä väriä. For example : Esimerkiksi:
FF0000 . FF0000.

Brown portion - Finally you can set Brown osa - Lopuksi voit asettaa
up the background color of your table. asti taustavärin taulukko. This one pretty much works Tämä aika paljon teoksia
just like the border color section. aivan kuten reunuksen väri-osassa. Use a HTML Hex color code and Käytä HTML-heks värikoodi ja
you are good to go. olet hyvä mennä.

Don’t forget that this code has to go in the top of your about Älä unohda, että tämä koodi on mennä top of your noin
me section of your myspace page. minulle osa MySpace-sivulla. Click here Klikkaa tästä
if you need an example of where that is. jos tarvitaan esimerkki, missä se on.