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:
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)
Find the end of your css style section ( you are looking for </style> ) Znajdź końca swojego stylu css sekcji (szukające </ style>)
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>
Place our code directly before the </style> code. Miejsce naszego kodu bezpośrednio przed </ style> kod.
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!
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:
Know what the code is! Wiedzieć, co jest kod!
Know exactly what you want to make transparent Wiedzieli dokładnie, co chcesz uczynić przejrzystymi
Know how transparent you want to make it Wiedzieć, w jaki sposób przejrzysty chcesz uczynić go
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 is1 - 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
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 transparent2 - 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
3 - Know how transparent to make this3 - 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 browsers4 - 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ć!
<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.
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>
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 andUstawianie tła tabeli i bordergranicy
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.
Did you know that our graphics and codes work on all of these sites and online services:Czy wiesz, że nasze grafiki i kodeksów pracy na wszystkich tych witryn i usług internetowych:
Myspace
Friendster
Facebook
Orkut
Tagged Oznaczone
Blogger
Hi-5
Live Spaces Live Spaces
Piczo
Freewebs
Live Journal Live Journal
Black Planet Black Planet
My Yearbook Mój rocznik
Wordpress
Type Pad Typ Pad
Xanga
Multiply Pomnóż
iGoogle
Netvibes NetVibes
Pageflakes
Geocities GeoCities
Yahoo 360 Yahoo 360
and many more………. i wiele innych ... ... ....
You can also use our graphics on your own personal website! Możesz również skorzystać z naszej grafiki na własną stronę internetową!Leave someone a cool comment on their guestbook. Zostaw ktoś fajny komentarz na ich księgi gości.We have tons of graphics for all sorts of sites and themes. Our graphics and codes are 100% free! Mamy ton grafiki na wszelkiego rodzaju miejsc i tematów. Nasze grafiki i kody są w 100% za darmo!Try one today.Spróbuj wykonać jedną dziś. Check these sites outSprawdź tych terenów obecnie