|
|
Bandwidth: hi / med / low Visit the Surf Shop! |
| Home | Register | CouchSearch! | My Profile | Messages | Groups | Events | Chat41 | Community | Info | Login |
|
|
Big Picture | Participate | Mission | Statistics | Wiki | Contact Us | Ambassadors | Donate | Collectives |
How To Customize Your ProfileThe statements and opinions on this page are solely those of its authors and do not necessarily represent the official position of CouchSurfing International.
TALK about this Page! [[1]] since it has been tweaked a bit an overview of countless vandalism!
Stand Out!Probably you've already been to someone's profile in CouchSurfing and seen some things in bold, different colors, line breaks, boxes, and asked yourself: "Gee! How did I miss those options!". But then, took a second look and discovered that they were NOT there. So here's a basic guide to make your profile shine. HTML (Hypertext Markup Language)Basically, a computer sees an "A" as simply an "A" - whether it is bold, italic, big or small. To tell the browser that an "A" should be Bold we need to put a markup in front of the A. Such a markup is called a Tag. All HTML tags are enclosed in < and >. "This is an example of <strong>bold</strong> text." As you can see, the start tag <strong> indicates that whatever follows should be written in bold. The corresponding end tag </strong> indicates that the browser should stop writing text in bold. Using / tells the browser to end the formatting. FormattingMake it Bold! <strong>CouchSurfing</strong>when using the <strong> tag, creates CouchSurfing Make it Italic! <em>CouchSurfing</em>when using the <em> tag, creates CouchSurfing External LinksTo create a link to a website without having the URL displayed http://couchsurfing.com (which automatically converts into a working URL) a useful tip is to change the link into a descriptive word. Check Out! <a href="http://en.wikipedia.org/wiki/CouchSurfing" target="_blank">CouchSurfing</a>! when using the <a> tag, creates Check Out! CouchSurfing! href: contains the full URL to which ever file, profile or site you wish the user to access. Advice: Remember to always have closing tags</tag> as well as ending the value http://example.com with speech marks (""). CSS (Cascading Style Sheets)With bringing together CSS and HTML you can really bring your profile to another level, then just Bold and Italic text, which can look boring and mundane. !!Eye Catching!! Visit my really Cool Profile where you will find more helpful examples of text boxes. Having all studied web design in it's basic form, we have to write a disclaimer here specifying that we know only the minimal features of both CSS and HTML. The reason for re designing this Wiki page was for two reasons.
Looking at that small introduction above, you can see both CSS and HTML has alot to offer for trying to stand out in the sea of CouchSurfers. With little or no knowledge of Web Designing languages, you too can create something that is eye catching to those browsing your profile. Basics<div style="background-color: rgb(255,105,180); color: rgb(0,0,0); border: 2px solid rgb(255,20,147); font-family: Verdana; font-size: 16px; "> Visit my really Cool <strong>Profile</strong> where you will find more helpful examples of <em>text boxes</em>. </div> The break down is simple. With using RGB colours, Pixels and Border styles you can customise your profile. ImagesYou can add images along with the text in your profile by using the html img tag. You must specify a src attribute that is a URL that identifies the image you want to embed in your text. For example, you could put a no smoking sign in your profile: My couch has a strict no-smoking policy ... sorry! <img border="0" src="http://www.nottokids.ca/ntkbeta/Images/Retail/No Smoking.jpg" /> This would look like:
My couch has a strict no-smoking policy ... sorry! <img style="border: 0px solid rgb(0, 0, 0); float: left; margin-right: 4px; margin-top: 4px; margin-bottom: 4px;" src="http://www.nottokids.ca/ntkbeta/Images/Retail/No%20Smoking.jpg">
My couch has a strict no-smoking policy ... sorry! <a href="http://en.wikipedia.org/wiki/Thank_You_for_Smoking" target="_blank"> <img border="0" src="http://www.nottokids.ca/ntkbeta/Images/Retail/No%20Smoking.jpg"> </a> Little IconsYou can use these icons to provide quick, visual info about your couch.
Scroll BarWith information becoming a key factor in becoming a good CouchSurfer, more detail is required in your profile. But because of this it is helpful to condense information into smaller boxes with scroll bars. Wouldn't it be great to have your life story within a small box? Like this...
As this may look complex to do, it is very easy! In its simplicity you are defining the width as being 100% across the screen, so if you re-size the browser window, so will the width of box. With the height you are specifying a length in Pixels to be whatever value you think is best suited. For this example I used 100px. <div style="width: 100%; height: 100px; overflow: auto; scrollbar-face-color: #CE7E00; scrollbar-shadow-color: #FFFFFF; scrollbar-highlight-color: #6F4709; scrollbar-3dlight-color:#000000; scrollbar-darkshadow-color: #6F4709; scrollbar-track-color: #FFE8C1; scrollbar-arrow-color: #6F4709;">Content Here...</div> Then insert what details you would like about yourself where Content Here is displayed. All of the color values for scrollbar-face-color will only render in the IE browser. If you're using Firefox or Opera for example you won't see the color changes. MapLocoDo you want to know where all your visitors to your site are coming from? Well why not try MapLoco. For example following this link Here, and you can see all the visitors to the CouchSurfing Wiki. ConclusionSo with all the knowledge we have from the tutorial, this how you put it into practice. If you Edit your profile and then Description you will see the editable boxes where you can input your personal data. By simply adding what you have learnt to the boxes you can start to make your profile look professional.
Output::1st Box:: This is an example of a 1st information box, whereby you enter information about yourself. Maybe here you could input how you are trying to improve your involvement with CouchSurfing? ::2nd Box:: This is an example of a 2nd information box, whereby you enter information about yourself. Maybe here you could input personal details such as interests or hobbies? See how I have changed some minor details to show a different output. These being the size of the border and background color. Example ProfilesHere are a few examples of profiles which have taken the time to add Content as well as Style to their profile to show their commitment to the CouchSurfing Project
Helpful SitesCascading Style Sheets: CSS |
| Help / FAQ | Terms of Use | Privacy | Contact Us |
© 1999-2008 CouchSurfing International Inc. - a Non-Profit Organization 'CouchSurfing' and 'CouchSurfer' are registered and unregistered service marks of CouchSurfing International. - CS Release: Eagle** |