Log In · Register

 
 
Closed TopicStart new topic
why did my font code stop working?, please help!
babytseng
post Jun 6 2004, 05:39 PM
Post #1


Senior Member
***

Group: Member
Posts: 30
Joined: May 2004
Member No: 17,447



my xanga was workin fine up till a few days ago when my font code gave out. for some reason the font changed from 11pt to what looks like 14pt font? i don't understand what happened? can someone please help me? this is what my code looks like:

<!-- begin code provided by createblog.com -->
<style type="text/css">
body {
background-color: #E0D3FF;
scrollbar-arrow-color: #EEE7FF;
scrollbar-track-color: #E0D3FF;
scrollbar-shadow-color: #EEE7FF;
scrollbar-face-color: #EEE7FF;
scrollbar-highlight-color: #EEE7FF;
scrollbar-darkshadow-color: #E0D3FF;
scrollbar-3dlight-color: #E0D3FF;

font-family:arial;
color: #FFFFFF;
font-size: 8pt;
font-weight: normal;
td {color:"#000000"; font-size:8pt; font-family:arial;
text-align=justify; line-height:8pt;
div {color:"#000000"; font-size:8pt; font-family:arial;

table {font-family:"arial"; font-size:8pt; font-color:#000000}
textarea, input {font-family:"arial"; font-size:8pt; color:"#000000"; border-color:"#000000";
border:solid; border-top-width:1px; border-right-width:1px; border-bottom-width:1px; border-left-width:1px; background:clear}

}
table.footer TD {
/* this makes the footer at the bottom centered */
/* leave it alone unless you know what to do*/
text-align: center;
}

a:link, .footernav.link, a.footernav:link, a.footernav:active {
/* edits all links */
color:#FFAEE9;
font:normal 11px arial;line-height:10px;
text-decoration: none;
}


a:visited, a.footernav:visited, {
/* edits the links that the user has visited */
color:#FFAEE9;
font:normal 11px arial;
line-height:10px;
text-decoration: none;
}

a:hover {
/* edits when user mouseovers the links */
color:#FFFFFF;
font:normal 11px arial;
line-height:10px;
cursor: ne-resize;
text-decoration: none;
}

input, select, textarea, .textfield, .button {
/* this edits the buttons, dropdowns, etc. */
border: 1px solid #c0c0c0;
font:normal 11px arial;
background-color: #EEE7FF;
letter-spacing:0px;
}

table.left {
/* this edits the menu module */
border: 1px solid #c0c0c0;
width:160px;
background-color: #FCEBFF;
}

table.blogbody {
/* this edits the other the place where the blog is */
border: 0px solid c0c0c0;
background-color: #EEE7FF;
width:400px;
}

table.left th {
/* on your menu module, this edits the title part of it */
/* like BLOGRINGS, POSTING CALENDAR, etc */
background-image: url(http://url.com/to/the/site/image.gif);
background-color: #FCEBFF;
font: bold 11px arial;
text-transform: uppercase;
color: #C991AE;
border: none;
}
table.left TD {
/* on your menu module, this edits the body part of it */
background-image: url(http://url.com/to/the/site/image.gif);
background-color: #FFFFFF;
border: none;
}

table.search TD, table.search, table.announcements {
/* border of search bar (if you have it) */
background-color: #FCEBFF;
border: 1px solid #c0c0c0;
}
table.search TD, table.announcements TH {
/* this should be left alone */
/* unless you know what to do */
border: 0px solid #c0c0c0;
}
table.navigation, table.main, table.footer {
/* the width of your blog with modules */
width: 400px;
}
hr {
/* horizontal divider */
border: 1px solid #FCEBFF;
}
</style>
<!-- end code provided by createblog.com -->


THANKS GUYS ;)
 
babytseng
post Jun 6 2004, 05:40 PM
Post #2


Senior Member
***

Group: Member
Posts: 30
Joined: May 2004
Member No: 17,447



ohh btw, my xangas www.xanga.com/babytseng if you wanna see what im talkin about
 
LatinaLady
post Jun 6 2004, 05:57 PM
Post #3


Look its...
*******

Group: Official Member
Posts: 5,817
Joined: Feb 2004
Member No: 4,767



did you add another code after you did tha at first?
 
silver-rain
post Jun 6 2004, 06:25 PM
Post #4


hi. call me linda.
*******

Group: Official Member
Posts: 8,187
Joined: Feb 2004
Member No: 3,475



hmm, it doesnt' look different to me.
 
lookitskim
post Jun 6 2004, 07:29 PM
Post #5


I HEART NICHOLAS TSE
******

Group: Official Member
Posts: 2,726
Joined: Apr 2004
Member No: 14,116



hmm the font looks small to me... maybe it's the computer resolution.. iono.. were u on a different computer? _unsure.gif
 
bored2death08
post Jun 6 2004, 07:39 PM
Post #6


hi-diddily-ho neighbor
****

Group: Member
Posts: 107
Joined: Jan 2004
Member No: 457



differnet computers make fonts look differnt. if you got a new computer or are on a different one then that could be it.the same thing happened to me and it confused me for awhile. also, apple&windows computers make stuff look differnet too.
 
DrNick311
post Jun 6 2004, 07:54 PM
Post #7


.
******

Group: Member
Posts: 1,488
Joined: Feb 2004
Member No: 3,625



You forgot two closing brackets:

CODE
<!-- begin code provided by createblog.com -->

td {color:"#000000"; font-size:8pt; font-family:arial;
text-align=justify; line-height:8pt;
div {color:"#000000"; font-size:8pt; font-family:arial;

<!-- end code provided by createblog.com -->


This should be
CODE
<!-- begin code provided by createblog.com -->

td {color:"#000000"; font-size:8pt; font-family:arial;
text-align=justify; line-height:8pt;}
div {color:"#000000"; font-size:8pt; font-family:arial;}

<!-- end code provided by createblog.com -->
 
waccoon
post Jun 6 2004, 07:56 PM
Post #8


We are the cure.
*******

Group: Staff Alumni
Posts: 4,936
Joined: Jan 2004
Member No: 1,456



go to View > Text Size > Normal
in your IE
 
babytseng
post Jun 6 2004, 08:08 PM
Post #9


Senior Member
***

Group: Member
Posts: 30
Joined: May 2004
Member No: 17,447



hmm i tried puttin the two brackets on but it doesnt change anything? i didnt change computers and for the longest time it was arial 11pt but now it looks like verdana 14pt to me? i didnt change the code at all and for some reason it looks really really different.. im so confused
 

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