Log In · Register

 
 
Closed TopicStart new topic
code please
x0brsexiistgrl0x
post Jul 10 2005, 12:37 AM
Post #1


Senior Member
***

Group: Member
Posts: 79
Joined: Jul 2005
Member No: 169,654



2 question:

1 = wats the code to change size, color and font (at the same time...)?

2 = how do i center a list in a box on about me?

thank u soo much
x0x0 STephaNie
 
YourSuperior
post Jul 10 2005, 01:08 AM
Post #2


;)
*******

Group: Staff Alumni
Posts: 9,573
Joined: Feb 2005
Member No: 99,124



QUOTE(x0brsexiistgrl0x)
1 = wats the code to change size, color and font (at the same time...)?
You can change the font face name, the font size, and font color.
CODE
<FONT FACE="ARIAL"><FONT SIZE="10"><FONT COLOR="AACCAA">TEXT HERE TEXT HERE</FONT>


QUOTE(x0brsexiistgrl0x)
2 = how do i center a list in a box on about me?
Use this:
CODE
<CENTER>STUFF TO CENTER HERE!</CENTER>
 
*mipadi*
post Jul 10 2005, 10:24 AM
Post #3





Guest






You can also do it with stylesheets:

QUOTE(x0brsexiistgrl0x @ Jul 10 2005, 1:37 AM)
1 = wats the code to change size, color and font (at the same time...)?
*

CODE
DIV {
   font-family:Verdana; /*replace Verdana with font you want*/
   font=size:11px; /*replace 11 with size of text you want*/
   color:#000000; /*replace 000000 with hex code of color you want*/
}


QUOTE(x0brsexiistgrl0x @ Jul 10 2005, 1:37 AM)
2 =  how do i center a list in a box on about me?
*

CODE
DIV {
   text-align:center;
}
 
x0brsexiistgrl0x
post Jul 10 2005, 11:07 AM
Post #4


Senior Member
***

Group: Member
Posts: 79
Joined: Jul 2005
Member No: 169,654



wait so i add the [/CODEBOX] after im done changing the color, text and size.... but do i put in the end or is there a specifiic place to add that code?




thanx soo much
x0x0 STephanie
 
YourSuperior
post Jul 10 2005, 11:12 AM
Post #5


;)
*******

Group: Staff Alumni
Posts: 9,573
Joined: Feb 2005
Member No: 99,124



You don't even need the code box. blink.gif
Codebox is just what we use on cb to put the codes in so it won't stretch the forum
 
x0brsexiistgrl0x
post Jul 10 2005, 11:21 AM
Post #6


Senior Member
***

Group: Member
Posts: 79
Joined: Jul 2005
Member No: 169,654



my bad i meant this code:

DIV {
text-align:center;
}

...after i made my list put it in a box changed my font, text, size and color i still couldnt get it 2 be in the center lik HERS *UNDER THE OVERLAPED TORTYBUNCHES....*

.....ALSO how do i add a little box around a text like headings or random words to make the stand out.... she also has an example of what i mean...


thanx soo much
x0x0 STephaNie
 
*mipadi*
post Jul 10 2005, 11:55 AM
Post #7





Guest






QUOTE(x0brsexiistgrl0x @ Jul 10 2005, 12:21 PM)
my bad i meant this code:

DIV {
  text-align:center;
}
*

You can put it in the head of your document between STYLE tags, or you can do something like this:
CODE
<div style="text-align:center;">Content that you want centered</div>



QUOTE(x0brsexiistgrl0x @ Jul 10 2005, 12:21 PM)
.....ALSO how do i add a little box around a text like headings or random words to make the stand out.... she also has an example of what i mean...
thanx soo much
x0x0 STephaNie
*

CODE
The next <span style="border:1px dashed #000000;">words are in a border</span> and these are not.

The border property has three attributes:
  1. size: thickness of the line, expressed in pixels (such as 1px)
  2. type: type of line, which includes solid, dashed, dotted, double
  3. color: expressed as a hex code (such as #000000) or a color name (such as red, blue, etc.)
 
x0brsexiistgrl0x
post Jul 10 2005, 12:00 PM
Post #8


Senior Member
***

Group: Member
Posts: 79
Joined: Jul 2005
Member No: 169,654



thanx i got it!!!
x0x0 STephaNie
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: