How Do I Make The Extended Network Bar Skinny? |
![]() ![]() |
How Do I Make The Extended Network Bar Skinny? |
Sep 11 2006, 07:11 PM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 81 Joined: Aug 2006 Member No: 457,109 |
Do you know how I could make the extended network into a skinny bar? Or a thin bar?
|
|
|
|
| *This Confession* |
Sep 11 2006, 07:16 PM
Post
#2
|
|
Guest |
you can use the code to make the site tiny.
http://www.createblog.com/forums/index.php?showtopic=132439 |
|
|
|
Sep 11 2006, 07:25 PM
Post
#3
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 81 Joined: Aug 2006 Member No: 457,109 |
Thanks, but how come there shows a little scroll box in the middle of the About Me & Who I'd Like To Meet? It's small & empty.
|
|
|
|
Sep 11 2006, 07:26 PM
Post
#4
|
|
|
SeXyLiLr3d ![]() ![]() ![]() ![]() Group: Member Posts: 171 Joined: Feb 2006 Member No: 376,102 |
take a screen shot
|
|
|
|
| *This Confession* |
Sep 11 2006, 07:32 PM
Post
#5
|
|
Guest |
-shrugs- link ?
Its not in the code I gave you so it had to be something you had in there before. |
|
|
|
Sep 11 2006, 07:43 PM
Post
#6
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 81 Joined: Aug 2006 Member No: 457,109 |
![]() How do I take those scroll box thingies out? |
|
|
|
| *This Confession* |
Sep 11 2006, 07:51 PM
Post
#7
|
|
Guest |
I need coding or something to actually see how that got in there.
|
|
|
|
Sep 11 2006, 08:04 PM
Post
#8
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 81 Joined: Aug 2006 Member No: 457,109 |
This is my whole code for my layout:
CODE <ERASE> I SOLVED IT. Wait, I solved it. Nevermind. But I have another question. How do I make my name bolded and in times new roman font? |
|
|
|
| *This Confession* |
Sep 11 2006, 08:05 PM
Post
#9
|
|
Guest |
Like the nametext? The name at the top of the picture table
Edit it : CODE {Stylizing of your name above your picture }
.nametext{font-family: times new roman; color: 000000; font-weight: bold; font-size: 30px; letter-spacing: -3px; line-height: 35px;} |
|
|
|
Sep 11 2006, 08:11 PM
Post
#10
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 81 Joined: Aug 2006 Member No: 457,109 |
Thanks. But the font family doesn't change. I think there's something wrong. How do I make JUST the body font Arial?
|
|
|
|
| *This Confession* |
Sep 11 2006, 08:15 PM
Post
#11
|
|
Guest |
^did you change the times new roman in that code to Arial?
Make sure you don't have anything with nametext in your layout codes as well, I would check but you removed all your codes. |
|
|
|
Sep 11 2006, 08:17 PM
Post
#12
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 81 Joined: Aug 2006 Member No: 457,109 |
These are all of my font codes.
CODE <style style="filter:Glow(color=blue,strength=4);height:0px;" type="text/css"> body, td, li, p, div, textarea, li, h1, h2, p, br {color:black;} .text {color:black;} .nametext{font-family: times new roman; color: 000000; font-weight: bold; font-size: 20px; letter-spacing: -2px; line-height: 25px;} .blacktext10 {color:black;} .orangetext15 {color:black;} .lightbluetext8 {color:black;} .blacktext12 {color:black;} .btext {color:black;} .whitetext12 {color:black;} .redbtext {color:black;} a:link{color:midnightblue;} a:hover{color:dimgray; font-size:13; font-family: times new roman; font-weight: bold;} a:active {color:midnightblue;} a:visited {color:midnightblue;} b {color:483D8B;} u {color: midnightblue;text-decoration:underline; border-bottom:dashed 1px black;} s {color:B0C4DE;text-decoration:strikeout;} i {color: 778899;} hr {height:3;width:200;color:000000; } </style> <style type="text/css"> body, * { font-family: Arial, Times New Roman, sans-serif ! important; } </style> Oh, and thank you for all of your help throughout that past couple of days. I appreciate it. |
|
|
|
| *This Confession* |
Sep 11 2006, 08:19 PM
Post
#13
|
|
Guest |
okay, change it in to this
CODE <style style="filter:Glow(color=blue,strength=4);height:0px;" type="text/css">
body, td, li, p, div, textarea, li, h1, h2, p, br {color:black;} .text {color:black;} .nametext{font-family: arial; color: 000000; font-weight: bold; font-size: 20px; letter-spacing: -2px; line-height: 25px;} .blacktext10 {color:black;} .orangetext15 {color:black;} .lightbluetext8 {color:black;} .blacktext12 {color:black;} .btext {color:black;} .whitetext12 {color:black;} .redbtext {color:black;} a:link{color:midnightblue;} a:hover{color:dimgray; font-size:13; font-family: times new roman; font-weight: bold;} a:active {color:midnightblue;} a:visited {color:midnightblue;} b {color:483D8B;} u {color: midnightblue;text-decoration:underline; border-bottom:dashed 1px black;} s {color:B0C4DE;text-decoration:strikeout;} i {color: 778899;} hr {height:3;width:200;color:000000; } </style> <style type="text/css"> body, * { font-family: Arial, Times New Roman, sans-serif ! important; } </style> |
|
|
|
Sep 11 2006, 08:21 PM
Post
#14
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 81 Joined: Aug 2006 Member No: 457,109 |
Hmm, the fonts didn't change at all?
It's all still Arial! Ahh, my codes are so stupid. Heh. Hmm, what should I do? The first time, the hover links wouldn't work. Now it's the name font? GAH! |
|
|
|
| *This Confession* |
Sep 11 2006, 08:21 PM
Post
#15
|
|
Guest |
Woah really? It changed on my stuff just fine. o_O
oh nevermind here: CODE <style style="filter:Glow(color=blue,strength=4);height:0px;" type="text/css">
body, td, li, p, div, textarea, li, h1, h2, p, br {color:black;} .text {color:black;} .nametext{font-family: times new roman; color: 000000; font-weight: bold; font-size: 20px; letter-spacing: -2px; line-height: 25px;} .blacktext10 {color:black;} .orangetext15 {color:black;} .lightbluetext8 {color:black;} .blacktext12 {color:black;} .btext {color:black;} .whitetext12 {color:black;} .redbtext {color:black;} a:link{color:midnightblue;} a:hover{color:dimgray; font-size:13; font-family: times new roman; font-weight: bold;} a:active {color:midnightblue;} a:visited {color:midnightblue;} b {color:483D8B;} u {color: midnightblue;text-decoration:underline; border-bottom:dashed 1px black;} s {color:B0C4DE;text-decoration:strikeout;} i {color: 778899;} hr {height:3;width:200;color:000000; } </style> |
|
|
|
Sep 11 2006, 08:26 PM
Post
#16
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 81 Joined: Aug 2006 Member No: 457,109 |
If you'd like my ENTIRE layout code...[besides my background URL for privacy]:
editted out AH! It doesn't work! I tried it on my tester profile and it works! What's wrongg with my profile... |
|
|
|
| *This Confession* |
Sep 11 2006, 08:26 PM
Post
#17
|
|
Guest |
Can I just have a link? I'll remove it once I get it. I'm not going to stalk you or something
|
|
|
|
Sep 11 2006, 08:27 PM
Post
#18
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 81 Joined: Aug 2006 Member No: 457,109 |
And don't tell anybody about it. Thanks.
link removed |
|
|
|
| *This Confession* |
Sep 11 2006, 08:34 PM
Post
#19
|
|
Guest |
^I added you so I could view your profile
|
|
|
|
Sep 11 2006, 08:37 PM
Post
#20
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 81 Joined: Aug 2006 Member No: 457,109 |
Accepted.
|
|
|
|
| *This Confession* |
Sep 11 2006, 08:42 PM
Post
#21
|
|
Guest |
editted out
|
|
|
|
Sep 11 2006, 08:44 PM
Post
#22
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 81 Joined: Aug 2006 Member No: 457,109 |
YAY! Thank you soo much. But, how do I make the main font posted to Arial?
|
|
|
|
| *This Confession* |
Sep 11 2006, 08:46 PM
Post
#23
|
|
Guest |
CODE {sets the default style for the body, table data, list data, divisions and text areas} body,table, td, li, p, div, textarea {font:normal 9px arial; color:######; font-weight:none; border:0px; text-transform: none; line-height:12px;} {class for the basic font for the page} .text {font:normal 9px arial; color:######; font-weight:none; border:0px; text-transform: none; line-height:12px;} http://www.createblog.com/forums/index.php?showtopic=84325 if you look at the third one down, it tells you what edits what. |
|
|
|
Sep 11 2006, 08:48 PM
Post
#24
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 81 Joined: Aug 2006 Member No: 457,109 |
Okay, thanks. And I have one more question to go.
How do I make the hovered links lowercase? OH! And how come the content font on my page is Verdana? How do I make it Arial...also? |
|
|
|
| *This Confession* |
Sep 11 2006, 08:50 PM
Post
#25
|
|
Guest |
Personally I use this
CODE a:link, a.man:link, a.text:link, a:visited, a.man:visited, a.text:visited, a:active, a.redlink:active, a.redlink:visited, a.redlink:link, a.navbar:link, a.navbar:visited, a.navbar:active {font-family:small fonts; font-size: 7px; color: ffffff; font-weight: normal; text-decoration: underline; letter-spacing: 0px; text-transform: uppercase; padding: 0px; line-height: 11px; background-color: transparent; border: 0px solid 000000;} a:hover, a.man:hover, a.text:hover, a.redlink:hover, a.navbar:hover {font-family:small fonts; font-size: 7px; color: ffffff; font-weight: normal; text-decoration: none; letter-spacing: 0px; text-transform: uppercase; padding: 0px; line-height: 11px; background-color: transparent;} First part is for normal links and second part is to hover over them. |
|
|
|
![]() ![]() |