1 Star2 Stars3 Stars4 Stars5 Stars ( 1 votes, average: 5 out of 5) (1 głosów, średnia: 5 na 5)
Loading ... Loading ... Ładowanie ...

How to use our background codes in your personal website Jak korzystać z naszych kodów w tle Twojej osobistej stronie internetowej

We also provide the CSS codes to use some of our Myspace backgrounds as backgrounds for personal websites. Zapewniamy również CSS kody do korzystania z niektórych naszych Myspace tła jako tło dla osobistych stron internetowych. You need to be a bit comfortable with HTML to use the codes. Musisz być trochę wygodny z HTML do wykorzystania kodów.

There are a few easy steps : Istnieje kilka prostych krokach:

  1. Find the css style section of your web page ( you are looking for <style> or something similar) Znajdź stylu css sekcji strony internetowej (szukające <style> lub coś podobnego)
  2. Find the end of your css style section ( you are looking for </style> ) Znajdź końca swojego stylu css sekcji (szukające </ 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> Jeśli nie możesz znaleźć <style> lub </ style> kod - a następnie przejdź do sekcji HEAD kodu HTML i dodać <style> </ style>
  4. Place our code directly before the </style> code. Miejsce naszego kodu bezpośrednio przed </ style> kod.
  5. Save your file! Zapisz plik!

It’s as easy as that! To takie proste!

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet) (Nie ma jeszcze żadnych ocen)
Loading ... Loading ... Ładowanie ...

How to install a myspace layout Jak zainstalować myspace layout

Need Help ? Potrzebujesz pomocy?

How to install a layout on your myspace : Jak zainstalować układ na swoim myspace:

The first thing that you need to do is pick the myspace layout that you Pierwszą rzeczą, którą trzeba zrobić, to wybrać myspace układ, który
like. jak.

Once you have picked a layout that you like, highlight the code. Po zbierane układ, że chcesz, zaznacz kod.

Once you have highlighted the code,copy ( pressing ctrl C ) the code Po zaznaczeniu kod, skopiować (naciskając Ctrl C) kod
to your clipboard. do swojego schowka.

Now that you have copied the HTML that you need, log into your Myspace.com Teraz, gdy już kopiowane w formacie HTML, który trzeba zalogować się na Myspace.com
account. konto. You will want to Edit your profile Będziesz chcesz edytować swój profil

After you click on the option to edit your profile, go to the “About Po kliknięciu na opcję edycji swojego profilu, przejdź do sekcji "O
Me” section. Mnie "sekcji. You need to paste the code in the very top Musisz wkleić kod w bardzo górę
of this section. niniejszej sekcji. Do not place any text before this code. Nie należy umieszczać dowolny tekst, zanim ten kod. Any text in your Dowolny tekst w
about me area that you would like to add should be added after o mnie obszar, który chcesz dodać należy dodać po
the HTML code. kod HTML. To paste the code - either right click and choose paste Aby wkleić kod - albo kliknij prawym przyciskiem myszy i wybierz wklej
or press ctrl V to paste the text. lub naciśnij Ctrl V, aby wkleić tekst.

You are almost done! Jesteś prawie gotowe! Scroll to the very bottom of your page. Przewiń do samego dołu strony. You will Będziesz
see an option to save all changes. zobacz opcję, aby zapisać wszystkie zmiany. Click on Save all changes Kliknij przycisk Zapisz wszystkie zmiany

Once you do this - you are done! Po tym - to wszystko jest gotowe! It’s that easy! To takie proste! We hope you enjoy! Mamy nadzieję, że!

1 Star2 Stars3 Stars4 Stars5 Stars ( 1 votes, average: 4 out of 5) (1 głosów, średnia: 4 na 5)
Loading ... Loading ... Ładowanie ...

Setting transparency on a myspace layout. Ustawianie przejrzystości na myspace layout.

Need help understanding how transparency is done? Potrzebujesz pomocy zrozumienia, jak przejrzystość jest zrobione?

This lesson assumes that you already have a CSS layout for your myspace Ta lekcja zakłada, że masz już za CSS MySpace układ
page and need to change the transparency of a section. strona potrzebę zmian i przejrzystość sekcji. This lesson also assumes that you have at least introductory experience with Cascading Style Sheets Ta lekcja również zakłada, że masz przynajmniej wstępne doświadczenia z Cascading Style Sheets

Transparency is a popular way to decorate a page, both in myspace and with other popular services. Przejrzystość jest popularnym sposobem na dekoracje strony, jak MySpace i innych popularnych usług. It is fairly easy to do as long as you keep a few details in mind : Jest to dość proste, tak długo, jak zachować kilka szczegółów na uwadze:

  1. Know what the code is! Wiedzieć, co jest kod!
  2. Know exactly what you want to make transparent Wiedzieli dokładnie, co chcesz uczynić przejrzystymi
  3. Know how transparent you want to make it Wiedzieć, w jaki sposób przejrzysty chcesz uczynić go
  4. Remember to set code for both internet explorer and mozilla type browsers Pamiętaj, aby ustawić kod dla obu Internet Explorer oraz Mozilla typu przeglądarek

1 - Know what the code is 1 - wiedzieć, co jest kod

There are 4 lines to this. 4 linie Są do tego. The first is the placement. Pierwszym z nich jest lokowanie. You have to set a placement for this transparency / opacity change to work. Musisz ustawić umieszczanie w tym przejrzystości / zmętnienie zmianę do pracy.

We used float:left; This works for IE and Mozilla / Firefox. Wykorzystaliśmy float: left; To działa na IE oraz Mozilla / Firefox.

Because you want your code to work on multiple browsers - use all 3 versions of this code Ponieważ chcesz kod do pracy na wielu przeglądarek - wykorzystanie wszystkich 3 wersji tego kodu

float:left; float: left;

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

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

opacity:.80; opacity: ,80;

You can tweak those numbers to get different effects. Możesz wybrać te numery, aby uzyskać różne efekty. Just note that opacity =100 means it’s opaque. Wystarczy pamiętać, że opacity = 100 oznacza, że jest nieprzejrzysty.

2 - Knowing what to make transparent 2 - wiedząc, co uczynić przejrzystymi

This code goes within the { } for your CSS definition. Ten kod idzie w () do Twojego CSS definicji. You most likely won’t want to make your entire layout transparent - although there are some cases where this might be appealing. Ci najprawdopodobniej nie chcesz, aby cały układ przejrzysty - choć istnieją niektórych przypadkach może to być pociągający. For example : Na przykład:

To make a specific table content transparent place your code within the CSS definition for those tables. Aby dokonać konkretnych treści przejrzystej tabeli miejsce w kodzie CSS definicji dla tych tabel.

eg for your myspace tables np. dla Twojego myspace tabele

table table table { tabeli tabeli tabeli (

float:left; float: left;

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

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

opacity:.80; opacity: ,80;

} )

3 - Know how transparent to make this 3 - Know how przejrzyste, aby ten

This is entirely subjective. Jest to całkowicie subiektywne. You simply need to tinker with the numbers to figure out how transparent to make it. Po prostu trzeba podłubać z numerami dowiedzieć się w jaki sposób przejrzysty, aby uczynić ją. Just remember that # opacity = 100 - opacity transparency. Wystarczy pamiętać, że opacity = 100 # - opacity przejrzystości. Therefore 30 % opacity = 70 % transparent Dlatego 30% opacity = 70% przejrzyste

4 - Remember to set code for both internet explorer and mozilla type browsers 4 - Pamiętaj, aby ustawić kod dla obu Internet Explorer oraz Mozilla typu przeglądarek

The code listed above covers both IE and Mozilla Firefox. Kod wymienionych powyżej obejmuje zarówno Internet Explorer i Mozilla Firefox. It is somewhat redundant but it is worth keeping. Jest on nieco zbędny, ale jest to warte utrzymania.

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! Oto przykład tabeli, która została ustawiona na wynosić 50% nieprzezroczystości. Nie zapomnij przypisać do swojej klasy lub tego elementu nie będzie działać!

css code: css kod:

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

.testtable { . testtable (

float:left; float: left;

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

-moz-opacity:.50; -moz-opacity: ,50;

opacity:.50; opacity: ,50;

} )

</style> </ style>

HTML CODE : Kod HTML:

<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> Jest to tekst w tabeli </ 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> to na 50% opacity </ td>

</tr> </ tr>

</table> </ table>

We hope you will find this useful. Mamy nadzieję, że znajdzie on przydatny. This is another example of how versatile CSS can be for designing your page layouts. Jest to kolejny przykład, w jaki sposób wszechstronny CSS można na stronie projektowaniu układów.
1 Star2 Stars3 Stars4 Stars5 Stars ( 2 votes, average: 3 out of 5) (2 głosów, średnia: 3 z 5)
Loading ... Loading ... Ładowanie ...

How to change the color of text in a myspace layout Jak zmienić kolor tekstu w myspace layout

Need Help changing text color ? Potrzebujesz pomocy zmianę koloru tekstu?

This lesson assumes that you already have a CSS layout for your myspace Ta lekcja zakłada, że masz już za CSS MySpace układ
page and need to change the color of just a small amount of text. strona i chcesz zmienić kolor tylko niewielką ilość tekstu.

Below is the CSS code for making these changes. Poniżej znajduje się kod CSS dokonywania tych zmian. It will be broken into Będzie on podzielony na
several sections. kilka sekcji. First you will see the code and then the explanation Pierwszy zobaczysz kod, a następnie wyjaśnienie
for how to manipulate the code as well as an explanation of what the code jak manipulować kodem, a także wyjaśnienie, co do kodu
does. robi.


YOUR TEXT <span style=”color:#FF0000;”> COLOR TWÓJ TEKST <span style="color:#FF0000;"> COLOR
TEXT </span> TEKST </ span>

1 Star2 Stars3 Stars4 Stars5 Stars ( 1 votes, average: 5 out of 5) (1 głosów, średnia: 5 na 5)
Loading ... Loading ... Ładowanie ...

Changing Tables in your Myspace Layout Tutorial Zmiana tabel w MySpace Layout Tutorial

So you are ready to start changing your myspace layout. Więc jesteś gotowy do rozpoczęcia zmieniają swój układ myspace.

This article covers how to change the table background on your myspace Ten artykuł dotyczy sposobu zmiany tła tabeli w Twoim myspace
page. strona.

Changes to your tables, text colors, links, etc are all done with css. Zmiany do swojego tabele, kolory tekstu, linków, itp., są wykonane z css.
They can be done with div tags but you should consider the CSS option Mogą być zrobione z znaczniki div, ale należy rozważyć możliwość CSS
much easier. znacznie łatwiejsze. The first thing to do is to consider what color you want Pierwszą rzeczą do zrobienia jest do rozważenia, jaki kolor chcesz
the tables to be and if you want to have a border on them. tabel, które mają być, a jeśli chcesz mieć je na granicy.

Below is the CSS code for making these changes. Poniżej znajduje się kod CSS dokonywania tych zmian. It will be broken into Będzie on podzielony na
several sections. kilka sekcji. First you will see the code and then the explanation Pierwszy zobaczysz kod, a następnie wyjaśnienie
for how to manipulate the code as well as an explanation of what the code jak manipulować kodem, a także wyjaśnienie, co do kodu
does. robi.


Setting a table background and Ustawianie tła tabeli i
border granicy
<style type=”text/css”> <style type="text/css">
table table { border: 0px } tabeli table (border: 0px)
table table table table{border:0px} tabeli tabeli tabeli table (border: 0px)
table table table { tabeli tabeli tabeli (
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 Zielona część - ta sekcja definiuje
how wide the borders will be. granic, jak szeroki będzie. Remember that thinner borders may Pamiętaj, że rozcieńczalnik granic mogą
give a more clean effect while wider border can look more clunky. dać efekt bardziej czyste, natomiast szersze granicy może wyglądać bardziej clunky.
Either is fine, but you will want to consider your page layout before Każda jest ważna, ale będziemy chcieli rozważyć układ strony przed
you make this decision. zrobienie tej decyzji.

Purple portion - Now that you’ve set Purple porcji - Po ustaw
up your borders, it’s time to set the color. swoje granice, nadszedł czas, aby ustawić kolor. This section simply Ta sekcja po prostu
defines the color of the border. Określa kolor granicy. You have to use a HTML Hex color Masz do używania kolorów Hex HTML
code. kod. You don’t need the # in front of the color. Nie potrzebujemy # przed kolor. For example : Na przykład:
FF0000 . FF0000.

Brown portion - Finally you can set Brown porcji - Wreszcie można ustawić
up the background color of your table. up kolor tła tabeli. This one pretty much works Ten dość dużo roboty
just like the border color section. podobnie jak kolor ramki sekcji. Use a HTML Hex color code and Hex używać HTML kod koloru i
you are good to go. Jesteś dobry, aby przejść.

Don’t forget that this code has to go in the top of your about Nie zapominaj, że kod ten musi iść w górę o swojej
me section of your myspace page. mnie punkt swojej stronie MySpace. Click here
if you need an example of where that is. Jeśli potrzebujesz przykład jeżeli jest to.