 |
Category: Web, HTML, Tech
here's the basics
If you get a code from a site that doesnt have instructions for how to use their codes in Profile 2.0, then read this very carefully:
Step 1: Understanding the difference between CSS and HTML
You need to understand what HTML is and what CSS/STYLES are
they are two very different things
here's an example of HTML
<font color="red"> text here </font>
here's an example of CSS
.a {hide 2.0 comments} div.friendSpaceComments {display:none;}
see how HTML has the < and > things in them, and CSS has the { and } things in them? that's very important to notice, and it's fairly simple to notice
Step 2: Using codes that mix HTML with CSS
You need to learn how to separate them
Let's say you found a code on a site that had this structure
<style> body {background-image:url(URL);} </style> <a href="LINK_TO_THEIR_SITE"> click here </a>
Let's break it down into its components:
<style> <----- that's an opening style tag that profile 2.0 doesnt use
body {background-image:url(URL);} <----- that's a CSS code
</style> <----- that's a closing style tag that profile 2.0 doesnt use
<a href="LINK_TO_THEIR_SITE"> click here </a> <----- that's HTML
Step 3: Learning Where to Put Which Codes
This part is simple
You remove the <style> tag and the </style> tag to get your CSS code
You put the CSS Code into the CSS BOX under Customize Profile
And then put any remaining HTML into the section which you want it to display in
1:38 AM
Powered by  | | English | | Albanian | | Arabic | | Bulgarian | | Catalan | | Chinese | | Croatian | | Czech | | Danish | | Dutch | | Estonian | | Filipino | | Finnish | | French | | Galician | | German | | Greek | | Hebrew | | Hindi | | Hungarian | | Indonesian | | Italian | | Japanese | | Korean | | Latvian | | Lithuanian | | Maltese | | Norwegian | | Polish | | Portuguese | | Romanian | | Russian | | Serbian | | Slovak | | Slovenian | | Spanish | | Swedish | | Thai | | Turkish | | Ukrainian | | Vietnamese |
|