| Author | Message | 
| TshirtFrank Member
 
 Joined: 20 Jan 2009
 Posts: 46
 
 | # Posted: 9 Mar 2009 22:16 Reply
 
 Hi All,
 
 I really like the way that the post it notes and the large orange boarders look through out certain lenses. Does anyone know where you get those or how you put them in your lens?
 
 Thanks!
 
 TSF
 
 __________________
 
 
 | 
| samueldarwin Member
 Joined: 10 Oct 2007
 Posts: 266
 
 | # Posted: 9 Mar 2009 22:31 Reply
 
 Oops, I didn't get you. Could you be a little more clear on what you were asking.
 
 __________________
 
 | 
| Newbie Shield 
   Joined: 22 Sep 2007
 Posts: 1632
 
 | # Posted: 10 Mar 2009 11:06 Reply
 
 Hi TSF,
 
 That's just a little CSS magic mixed in with some simple HTML.
 
 You could use something like this:
 
 <p style="border: solid 10px #ff6600; padding: 10px">Your text here </p>
 
 If you wanted to add a colored background, you could just add the background command like so to add a purple background:
 
 <p style="border: solid 10px #ff6600; background: #CC66FF; padding: 10px">Your text here </p>
 
 ~Newbie Shield~
 
 
 | 
| TshirtFrank Member
 
 Joined: 20 Jan 2009
 Posts: 46
 
 | # Posted: 10 Mar 2009 22:20 · Edited by: TshirtFrank Reply
 
 Hi Newbie Shield,
 
 That is exactly what I was looking for with the border. Thank you!!
 
 TSF
 
 __________________
 
 | 
| Newbie Shield 
   Joined: 22 Sep 2007
 Posts: 1632
 
 | # Posted: 11 Mar 2009 13:13 Reply
 
 Hi TSF,
 
 You're welcome.
 
 Actually, I didn't use braces "{" so technically it is pure HTML. But you get the idea and it does work.
 
 I've been using the two in practice for so many years that I don't think of them as separate when typing them out.
 
 It should span the entire width of your module.
 
 You can also try different colors for both the border and the background by using color names. Just replace the pound/number "#" sign and hexadecimal code with a color name. Save. Publish.
 
 I used the hexadecimal because you can use a larger variety of tints and shades. It requires a little additional study but it isn't hard at all.
 
 Let me know if you have any trouble. Have fun!
 
 ~Newbie Shield~
 
 
 |