Log In · Register

 
 
Closed TopicStart new topic
font trouble, &&arg&&
Retrogressive
post Jun 7 2004, 12:13 AM
Post #1


Don't wake ghostie.
*******

Group: Official Member
Posts: 3,546
Joined: Jan 2004
Member No: 2,405



i want my font to be arial and big and pink unfortunatly it is tiny and unreadable and has this black stuff around it look for yourself here is my code:

CODE
<center><A
HREF="http://xanga.com/profile.asp?user=loseronaisle5">[profile]</a>

<A
HREF="http://www.xanga.com/private/home.aspx">[home]</a>

<A
HREF="http://www.xanga.com/CLAF/default.asp">[claf]</a>

<A
HREF="http://www.xanga.com/private/subs.aspx">[people i stalk]</a>


<A
HREF="http://www.xanga.com/Private/SubscribeTo.aspx?user=loseronaisle5">[stalk me]</a>




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

<body><center><span><div style="height: 0px"></div><meta http-equiv="imagetoolbar" content="no">


<style type="text/css">
/*made by loseronaisle5*/
/*for createblog*/
#rblEprops, #pnlEnabled table, #pnlEprops table {width:auto; }
table.header, table.main, table.footer, table.navigation{
/* edit width */
width:370px;
}
table.blogbody, div.blogheader, .caption{
width:370px;
}
td.maincenter {
text-align:left;
}
body {
background:#000000 url() fixed;
scrollbar-Arrow-Color: #000000;
scrollbar-Track-Color: deeppink;
scrollbar-Shadow-Color: deeppink;
scrollbar-Face-Color: #000000;
scrollbar-Highlight-Color: deeppink;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-3dLight-Color: #000000;
font-family: verdana;
font-size:9px;
}
texttable.left, td.mainleft, table.left,
table.navigation, table.footer, table.search {
display: none;
}
.module, .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p, font, .content,  {
/* edits main text */
font:normal 9px arial;
color: deeppink;
text-align:justify;
}
table.blogbody tr td {
/* entry margins */
width:0px;
}
a:link{
/* edit the links */
color: deeppink;
text-decoration: none;
font:normal 9px verdana;
}
a:visited{
/* edit visited links */
color: deeppink;
text-decoration: none;
font:normal 9px verdana;
}
a:hover {
color:deeppink;
font:normal 9px verdana;
filter: none;
}


.#rblEprops{display: none;}

#pnlEnabled table, #htmleditor, #lblTimeZone, #pnlEprops, #rblEprops
{width: 360px;}

table.blogbody {
/* this edits the other the place where the  blog is */
border: 0px dashed #D4C76A;
 filter:alpha (opacity=100);
background-color: transparent;
background-image: url("");
width:370px;
border: 0px solid none;
border-width: 1px 1px 1px 1px;
}



input, select, textarea, .textfield, .button{
/* this edits buttons, drop down menus etc. */
border: 1px solid #5C2B2F;
font:normal 9px verdanal #E9D4C1;
background-color: transparent;
color:#E9D4C1;
}
form{
margin:0;
padding:0;
}
div.blogheader, .caption {
/* edit the dates */
font-family:arial;
font-size:14px;
color:#E9D4C1;
text-transform:uppercase;
background-color: transparent;
text-align: left;
font-weight:normal;
padding-left:4px;
padding-bottom:2px;
}
table.blogbody {
/* edits your blog or entry space */
border:1px;
background-color:transparent;
border-top:1px solid #43091F;
}
table.left {
/* this edits the menu module */
width:100px;
background-color: transparent;
border:0px;
}
table.left th {
/* on your menu module, this edits the title part of it */
/* like BLOGRINGS, POSTING CALENDAR, etc */
background-color: transparent;
width: 370px;
font: 18px arial;
color: #662C28;
border: 1px;
text-align: left;
font-weight:bold;
padding-top:0;
padding-bottom:0;


#rblEprops, #pnlEnabled table, #pnlEprops table { width: auto !important; }
}
table.left TD {
/* on your menu module, this edits the body part of it */
background-color: transparent;
color: deeppink;
border: 0px;
width:200px;
text-align:left;
border-top:1px solid black;
}
hr {
color: #000000;
}

.blogbody b, .standard b, p b, strong {
/* edits bolded text in your entry */
 font-weight: bold;
 color: #FCEDC4;
}
table.search td{
background-color:#FCEDC4;
}

td.banner{
text-align:center;
}
div.navigation {
margin-right:370px;
margin-top:10px;
}
td.maincenter, {width: 100%; }

</style>

<IMG SRC="http://img78.photobucket.com/albums/v243/loseronaisle4/beautiful_letdown2.jpg" BORDER=0 USEMAP="#letdown"> <MAP

NAME="letdown">


</map>
<tr>
<div id="content" style="margin-top: -422px; margin-lefT: 375px; width: 497px; height:395px;

margin-right: 0px; margin-bottom: 220px; overflow: auto; filter: none;">

</script>

<!-- end code provided by createblog.com -->
 
LatinaLady
post Jun 7 2004, 12:58 AM
Post #2


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

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



you need to change the font size from your css sheet its from
QUOTE
font-family: verdana;
font-size:9px;


also change it here
QUOTE
.module, .left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p, font, .content,  {
/* edits main text */
font:normal 9px arial;
color: deeppink;
text-align:justify;
}

look for the bolded part in the code you gave me and change that
 
Retrogressive
post Jun 7 2004, 01:18 PM
Post #3


Don't wake ghostie.
*******

Group: Official Member
Posts: 3,546
Joined: Jan 2004
Member No: 2,405



i don't understand, change it to what'?
 
DrNick311
post Jun 7 2004, 01:55 PM
Post #4


.
******

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



Also you're not supposed to use 9px, it's 9pt.
 
Retrogressive
post Jun 7 2004, 02:12 PM
Post #5


Don't wake ghostie.
*******

Group: Official Member
Posts: 3,546
Joined: Jan 2004
Member No: 2,405



thanks dr. nick you always have the right perscription!
 

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