why did my font code stop working?, please help! |
why did my font code stop working?, please help! |
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 why did my font code stop working? Jun 6 2004, 05:39 PM
babytseng ohh btw, my xangas www.xanga.com/babytseng if you... Jun 6 2004, 05:40 PM
LatinaLady did you add another code after you did tha at firs... Jun 6 2004, 05:57 PM
silver rain hmm, it doesnt' look different to me. Jun 6 2004, 06:25 PM
lookitskim hmm the font looks small to me... maybe it's t... Jun 6 2004, 07:29 PM
bored2death08 differnet computers make fonts look differnt. if y... Jun 6 2004, 07:39 PM
DrNick311 You forgot two closing brackets:
CODE<!--... Jun 6 2004, 07:54 PM
waccoon go to View > Text Size > Normal
in your IE Jun 6 2004, 07:56 PM
babytseng hmm i tried puttin the two brackets on but it does... Jun 6 2004, 08:08 PM![]() ![]() |