| Borders around text Button with Link Code Parties Drop Cap - Fun with 1st letter Getting Rid of the Yellow box on Eons Profile Frame a picture with CSS/HTML Iframe as menu (external HTML) Indenting with a spacer.gif |
Manager/Moderator
in sticky Marquee Code Message Post Background Music Pop up Alert Message Box Scroll box variations Text Background - Color Text Background - Image Vertical Dividing Bar |
View - Source
to see code CSS Code for your Profile Page - This code goes in the "Custom CSS" tab in the skinner. Mouseover - image or words pop-up Navigation Links Profile Banner Resize Purple Lines under Section titles Yellow Box Code |
source code:
<form><input
type="button" value="YOURTEXT"
onClick="parent.location='YOUR
URL'"></form>
Here is my text.
source code:
<div style="border-top: 20px solid red; border-bottom: 20px solid #fc0; border-left: 20px solid blue; border-right: 20px solid green;"><blockquote>Here is my text.</blockquote></div>
hint: Save youself some typing and just cut & paste the 'red' text above into your private message or posting.M ichael likes to play with little snippets of code. Here is a sample. I set the overall paragraph width to 400 pixels. Next I placed unique styles on the SPAN tag, to control the presentation of the character 'M', which is the first letter in my name. I could also do my entire name. [see below] Just a little more text here so that you can see how it wraps around the drop cap.
Michael
likes to play with little snippets of code. Here is a sample. I set the
overall paragraph width to 400 pixels. Next I placed unique styles on
the SPAN tag, to control the presentation of the characters 'Michael'.
Indent
with Image Width
Changed to 10px
Indent
with Image Width
Changed to 20px
Indent
with Image Width
Changed to 30pxPosted by: Mimi58 10/03/2008 -
Here's the code used starting in Nov, 2008 in The Studio group. Feel free to make the changes you want to make and then use it.
<p style="width:400px"><a href="http://www.eons.com/members/profile/Mimi58"><span style="width:75px;height:75px;margin-right:6px;margin-top:5px;float:left; background-image: url(http://www.eons.com/images/members/2008/1/28/6/7/6751751021295039518187_75.jpeg); border:2px solid maroon;font-family:ariel,helvetica;color:white;font-size:10px;font-weight: bold;"><br />M<br />I<br />M<br />I</span></a> <a href="http://www.eons.com/members/profile/Sylk"><span style="width:75px;height:75px;margin-right:6px;margin-top:5px;float:left;background-image: url(http://www.eons.com/images/members/2008/4/1/5/7/5718707021348473126255_75.jpeg);border:2px solid maroon;font-family:ariel,helvetica;color:maroon;font-size:10px;font-weight:bold;"><br />S<br />Y<br />L<br />K</span></a><font color="green">Click on our pictures if you want to go to our profiles. Feel free to PM either of us. This is a wonderful group of talented people and we are honored to be a part of it!</font></p><div style="border: blue double 5px"><marquee behavior="alternate">YOUR TEXT</marquee></div>
Adding a font color:
<div
style="color: blue; border: blue double 5px"><marquee
behavior="alternate">YOUR TEXT</marquee></div>
Adding a background color:
<div style="color: blue; background: #ffffcc; border: blue double 5px"><marquee
behavior="alternate">YOUR
TEXT</marquee></div>
Get more ideas from the "Styling with CSS" file, the Code Parties, and other places in The Studio
You can make a whole paragraph with a colored background. That is if you have enough to say to fill a paragraph!
<p style="background-color: yellow;">WHAT YOU WANT HIGHLIGHTED</p>M
imi58
