Changing font and size in a div layout? |
Changing font and size in a div layout? |
Apr 4 2007, 03:19 PM
Post
#1
|
|
|
Member ![]() ![]() Group: Validating Posts: 28 Joined: Feb 2007 Member No: 504,150 |
can someone please tell me how to do this
|
|
|
|
![]() |
Apr 4 2007, 04:08 PM
Post
#2
|
|
![]() So um yeah ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 1,632 Joined: Aug 2006 Member No: 459,873 |
Post your codes
|
|
|
|
| *WHIMSICAL 0NE* |
Apr 4 2007, 05:55 PM
Post
#3
|
|
Guest |
You can change the text the same way in a div as in a regular layout.
CODE <style>table, tr, td, li, p, div {font-family:Trebuchet MS; color:000000; font-size:11px;}</style> Edit it to your liking.
|
|
|
|
Apr 4 2007, 08:44 PM
Post
#4
|
|
|
Member ![]() ![]() Group: Validating Posts: 28 Joined: Feb 2007 Member No: 504,150 |
is there any way that i can get that to apply to one area only..cuz i onyl want to change the font on one part not all of it
|
|
|
|
Apr 4 2007, 09:00 PM
Post
#5
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 20,342 Joined: Apr 2004 Member No: 11,270 |
<font size="#px">TEXT</font>
|
|
|
|
Apr 5 2007, 10:58 AM
Post
#6
|
|
|
hardxcore. ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,248 Joined: Nov 2006 Member No: 479,494 |
change the uper-case letters to suite yourself. color CODE <font color="COLOR">TEXT</font> size CODE <font size="NUMBER">TEXT</font> font CODE <font face="NAME">TEXT</font> highlight CODE <span style="background-color: COLOR">TEXT</span>[/cod] [b]glow[/b] [code]<span style="filter:Glow(color=COLOR,strength=NUMBER);height:0px;">TEXT</span> blur CODE <span style="filter:Glow(color=RED,strength=NUMBER);height:0px;">TEXT</span> wave CODE <span style="filter:Wave(strength=NUMBER);height:0px;">TEXT</span> shadow CODE <span style="filter:Shadow(color=COLOR,strength=NUMBER);height:0px;">TEXT</span> drop shadow CODE <span style="filter:DropShadow(color=COLOR,strength=NUMBER);height:0px;">TEXT</span>
|
|
|
|
Apr 8 2007, 11:00 AM
Post
#7
|
|
|
Member ![]() ![]() Group: Validating Posts: 28 Joined: Feb 2007 Member No: 504,150 |
yeah those didnt work...all it did was make my text disappear...i out it in the div...is it in the wrong place or something
|
|
|
|
Apr 8 2007, 11:22 AM
Post
#8
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 20,342 Joined: Apr 2004 Member No: 11,270 |
Or maybe your div layout has a code hiding it. Which is why you should post your code.
|
|
|
|
Apr 10 2007, 02:07 PM
Post
#9
|
|
![]() So um yeah ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 1,632 Joined: Aug 2006 Member No: 459,873 |
I'm having the same problem with this code <font face="COLOR">TEXT</font>
It causes my words to disappear instead of changing the color... I don't want to post my code on the forum, can I send it to someone and they tell me what's causing it to disappear? |
|
|
|
Apr 10 2007, 02:16 PM
Post
#10
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 20,342 Joined: Apr 2004 Member No: 11,270 |
Send it to me. :]
|
|
|
|
Apr 10 2007, 02:28 PM
Post
#11
|
|
![]() So um yeah ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 1,632 Joined: Aug 2006 Member No: 459,873 |
Thanks!!
|
|
|
|
![]() ![]() |