[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

Question
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

8.6

making the font bigger

Asked by jhazard in Cascading Style Sheets (CSS), Adobe Type Manager, Font Creator

Hi

I've inherited some code and am not familiar with css.  I need the main bit in my document to be font size 12 and am not sure how to do it, can someone please advise.  

I need it to be that size from the bit that says 'Your advert listed here' ...

my stylesheet:
/* CSS Document */
html, body {
      /*font-family: Arial, Helvetica, sans-serif;*/
      font-family: Arial, Helvetica, sans-serif;
      font-size: 12px;
      /*font-size: 12px;*/
      background-color: #F5F8FA;
      margin: 0px;
      padding: 10px 0px 0px;
      color: #003366;

}
p,td {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 12px;
      color:#003366;
}

/* the white background colour of the main table */
.tablebg {
      background-color: #FFFFFF;
}

/* th is for the table header */
th {
      background-color:#B5C4D2;
      color:#2F567F;
      font-size:14px;
}

/* the background colour of the listings table */
.listingsTable {
      background-color:#F5F8FA;
}

/* The various border styles used throughout the site */
.leftborder {
      border-left:1px solid #B5C4D2;
}
.rightBorder {
      border-right:1px solid #B5C4D2;
}
.bottomBorder {
      border-bottom:1px solid #B5C4D2;
}

.darkTopBorder {
      border-top:1px solid #003366;
}
.darkBottomBorder {
      border-bottom:1px solid #003366;
}

/* The Style for the main content cell (applies the background image and a 10px padding) */
.mainContent {
      padding:10px;
      background-image: url(../images/bodybg.gif);
      background-repeat: no-repeat;
      background-position: center bottom;
}

/* The colours of the main links */
a{
      color: #003366;
      text-decoration: none;
}
a:visited {
      color: #003366;
      text-decoration: none;
}
a:hover {
      color: #003366;
      text-decoration: underline;
}

/* The background colour of the property form */
.propertyform-bg {
      background-color: #C3CFDA;
}

/* appearance for Heading 1 */
H1 {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 18px;
      font-weight: bold;
      color: #295383;
}
/* appearance for Heading 2 */
H2 {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 16px;
      font-weight: bold;
      color: #255180;
}
/* appearance for Heading 3 */
H3 {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 14px;
      font-weight: bold;
      color: #31587F;
}

/* Style used to display the shadow on the right hand side of the site */
.rightShadow {
      background-image: url(../images/shadow-right.gif);
      background-repeat: repeat-y;
      background-position: left;
}

/* th is for the table header */
smallfont {
      background-color:#B5C4D2;
      color:#2F567F;
      font-size:8px;
}
=============================================

my html:


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<title>Private Sales For London - Commission Free</title>
<META name="keywords" content="estate agent,estate agency,estate agents,london estate agent,london estate agents,surrey estate agents,foxtons,foxton,london property,estate agent in london,estate agents in London,estate agents in Central London,london rental properties,rental properties,properties to rent,letting,lettings,london lettings,real estate agent uk,serviced apartments uk,serviced apartments,service apartments,uk property website,property search uk,Estate Agent,Estate Agency,new homes" />
<META name="description" content="Private property sales, rentals and flatshares for London.  FREE adverts, no commission.">
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<LINK href="../stylesheets/master.css" type="text/css" rel="stylesheet">
<script language="javascript" src="../includes/misc.js"></script>
</HEAD>
<script language="javascript" src="includes/misc.js"></script>
<body>
<form name="frmMain" method="post" action="advertise.aspx?mscssid=" id="frmMain">
<input type="hidden" name="__VIEWSTATE" value="dDwtMzU3MjgxOTQyO3Q8O2w8aTwzPjs+O2w8dDw7bDxpPDM+O2k8NT47aTw3Pjs+O2w8dDxwPHA8bDxOYXZpZ2F0ZVVybDtUZXh0Oz47bDxzaG9wcGVyX2xvb2t1cC5hc3B4P21zY3NzaWQ9JmRlcHRfaWQ9MSZwZl9pZD0wMDQmbW9kZT1uZXcmdGFyZ2V0PWFkc3BlYy5hc3B4O1BsYWNlIGEgc2FsZXMgYWR2ZXJ0Oz4+Oz47Oz47dDxwPHA8bDxOYXZpZ2F0ZVVybDtUZXh0Oz47bDxzaG9wcGVyX2xvb2t1cC5hc3B4P21zY3NzaWQ9JmRlcHRfaWQ9MSZwZl9pZD0wMDImbW9kZT1uZXcmdGFyZ2V0PWFkc3BlYy5hc3B4O1BsYWNlIGEgcmVudGFsIGFkdmVydDs+Pjs+Ozs+O3Q8cDxwPGw8TmF2aWdhdGVVcmw7VGV4dDs+O2w8c2hvcHBlcl9sb29rdXAuYXNweD9tc2Nzc2lkPSZkZXB0X2lkPTEmcGZfaWQ9MDA1Jm1vZGU9bmV3JnRhcmdldD1hZHNwZWMuYXNweDtQbGFjZSBhIGZsYXRzaGFyZSBhZHZlcnQ7Pj47Pjs7Pjs+Pjs+Pjs+t2c/abdXBH6JgVt+5jUa+imV4Cc=" />

<table cellSpacing="0" cellPadding="0" width="100%" border="0">
<TBODY>
<tr>
<td>&nbsp;</td>
<td width="756">
<table class="tablebg" cellSpacing="0" cellPadding="0" width="756" border="0">
<TBODY>
<tr>
<td><IMG height="67" src="images/header.jpg" width="756"></td>
</tr>
<tr>
<td class="leftBorder rightBorder darkBottomBorder">
<!--------------------------------------------->
<!-- The table which contains the menu items -->
<!--------------------------------------------->
<P align="center"><!--horizontal menu-->
<script language="javascript">
<!--
var sMenu = "";
var qs = new Querystring();
var sShopperID = qs.get("mscssid","");
var sShopperNVP = "";

sShopperNVP = '?mscssid=' + sShopperID;

sMenu = sMenu + '<table width="754" height="30" border="0" cellpadding="0" cellspacing="0" ID="Table1">';
sMenu = sMenu + '<TR>';
sMenu = sMenu + '<TD width="79" VALIGN="center" align="middle"><A HREF="../default.aspx' + sShopperNVP + '" >Home</a></td>';
sMenu = sMenu + '<TD width="79" VALIGN="center" align="middle"><A HREF="../about.aspx' + sShopperNVP + '">About Us</a></td>';
sMenu = sMenu + '<TD width="79" VALIGN="center" align="middle"><A HREF="../faq.aspx' + sShopperNVP + '">FAQ</a></td>';
sMenu = sMenu + '<TD width="79" VALIGN="center" align="middle"><A HREF="../areainfo.aspx' + sShopperNVP + '">Area Info</a></td>';
sMenu = sMenu + '<TD width="79" VALIGN="center" align="middle"><A HREF="../propertysearch.aspx' + sShopperNVP + '&term=buy&searchmode=simple&searchpagemode=search">Search</a></td>';
sMenu = sMenu + '<TD width="79" VALIGN="center" align="middle"><A HREF="../advertise.aspx' +sShopperNVP + '">Advertise</a></td>';
sMenu = sMenu + '<TD width="122" VALIGN="center" align="middle"><A HREF="../links.aspx' + sShopperNVP + '">Links Directory</a></td>';
sMenu = sMenu + '</tr></table>';

document.write(sMenu);
//-->
</script>
</P>

<!----------------=------->
<!-- End menuItem table -->
<!------------------------></td>
</tr>
<tr>
<td class="leftBorder rightBorder mainContent">
<!----------------------------------->
<!-- MAIN CONTENT AREA STARTS HERE -->
<!-- Enter any content below       -->
<!----------------------------------->
<table cellSpacing="0" cellPadding="0" width="700" align="center" border="0">
<TBODY>
<tr>
<td vAlign="top" width="171">
<H1>&nbsp;&nbsp; <IMG id="IMG1" height="131" src="images/image-sell.jpg" width="113" border="0"></H1>
<H1>&nbsp;&nbsp; <IMG height="131" src="images/image-let.jpg" width="113" border="0"></H1>
<H1>&nbsp;&nbsp; <IMG height="131" src="images/image-ad-flat-share.jpg" width="113" border="0"><BR>
</H1>
</td>
<td vAlign="top" width="529">
<P>
<P align="center"><FONT size="4">Sell or Let Your Home Privately&nbsp;and Reach
Millions!</FONT>
</P>
<DIV>
<TABLE id="Table1" cellSpacing="2" cellPadding="0" border="0">
<TBODY>
<TR>
      <TD colSpan="2" rowSpan="1">
            <P align="center"><STRONG>So what does our&nbsp;FREE service include?</STRONG></P>
            <P align="left"><STRONG>If you're selling or letting a property:<BR>
                        <BR>
                  </STRONG>
            </P>
      </TD>
</TR>
<TR>
      <TD align="right" width="42">
            <P><IMG src="images/bullet.gif"></P>
      </TD>
      <TD>
            <P><STRONG><FONT color="#000099">Your advert listed here immediately.&nbsp; We will
                              also promote sales and rentals&nbsp;on the following great sites at no cost:</FONT></STRONG></P>
      </TD>
</TR>
<TR>
      <TD align="right" width="42">
            <P>&nbsp;</P>
      </TD>
      <TD>
            <UL>
                  <LI>
                        <STRONG><FONT color="#000099">propertyfinder</FONT></STRONG>
                  <LI>
                        <STRONG><FONT color="#000099">timesonline</FONT></STRONG>
                  <LI>
                        <STRONG><FONT color="#000099">yahoo</FONT></STRONG>
                  <LI>
                        <STRONG><FONT color="#000099">wanadoo</FONT></STRONG>
                  <LI>
                        <STRONG><FONT color="#000099">channel4.com</FONT></STRONG>
                  <LI>
                        <STRONG><FONT color="#000099">upmystreet</FONT></STRONG>
                  <LI>
                        <STRONG><FONT color="#000099">uknetguide</FONT></STRONG></LI></UL>
      </TD>
</TR>
<TR>
      <TD align="right" width="42"><STRONG><FONT color="#000099"></FONT></STRONG></TD>
      <TD><STRONG><FONT color="#000099"></FONT></STRONG></TD>
</TR>
<TR>
      <TD align="right" width="42"><STRONG><FONT color="#000099"><IMG src="images/bullet.gif"></FONT></STRONG></TD>
      <TD>
            <P><STRONG><FONT color="#000099">Your own full web page with your property details</FONT></STRONG></P>
      </TD>
</TR>
<TR>
      <TD align="right" width="42"><STRONG><FONT color="#000099"></FONT></STRONG></TD>
      <TD>
            <P>&nbsp;</P>
      </TD>
</TR>
<TR>
      <TD align="right" width="42"><STRONG><FONT color="#000099"><IMG src="images/bullet.gif"> </FONT>
            </STRONG>
      </TD>
      <TD><STRONG><FONT color="#000099">Display of up to six digital photographs of your
                        property.&nbsp; You will&nbsp;need to email these to us after your advert has
                        been created, details of how to do this will be in your confirmation email.</FONT></STRONG></TD>
</TR>
<TR>
      <TD align="right" width="42"><STRONG><FONT color="#000099"></FONT></STRONG></TD>
      <TD><STRONG><FONT color="#000099"></FONT></STRONG></TD>
</TR>
<TR>
      <TD align="right" width="42"><STRONG><FONT color="#000099"><IMG src="images/bullet.gif"> </FONT>
            </STRONG>
      </TD>
      <TD><STRONG><FONT color="#000099">Adverts are displayed for 6 months.&nbsp; These can be
                        renewed, edited or deleted&nbsp;via our advertisment maintenance facility.</FONT></STRONG></TD>
</TR>
<TR>
      <TD align="right" width="42"><STRONG><FONT color="#000099"></FONT></STRONG></TD>
      <TD><STRONG><FONT color="#000099"></FONT></STRONG></TD>
</TR>
<TR>
      <TD align="right" width="42"><STRONG><FONT color="#000099"><IMG src="images/bullet.gif"> </FONT>
            </STRONG>
      </TD>
      <TD><STRONG><FONT color="#000099">Free guide -&nbsp;</FONT></STRONG><A href="sellingprivately.pdf"><STRONG><FONT color="#006699">How
                              to sell your property privately</FONT></STRONG></A></TD>
</TR>
<TR>
      <TD align="right" width="42"><STRONG><FONT color="#000099"></FONT></STRONG></TD>
      <TD><STRONG><FONT color="#000099"></FONT></STRONG></TD>
</TR>
<TR>
      <TD align="right" width="42"><STRONG><FONT color="#000099"><IMG src="images/bullet.gif"></FONT></STRONG></TD>
      <TD>
            <P><STRONG><FONT color="#000099">The ability to sell in conjunction with an&nbsp;estate
                              agent (you will need to check your contract) For further information </FONT>
                  </STRONG><A href="http://www.oft.gov.uk/Consumer/Your+Rights+When+Shopping/Home/default.htm">
                        <STRONG><FONT color="#000099">click here</FONT></STRONG></A><STRONG><FONT color="#000099">
                              to see the 'quick guide to buying or selling your home' published by the Office
                              of Fair Trading</A>. </FONT></STRONG>
            </P>
      </TD>
</TR>
<TR>
      <TD align="right" width="42"><STRONG><FONT color="#000099"></FONT></STRONG></TD>
      <TD><STRONG>
                  <P>
            </STRONG>&nbsp;</P></TD>
</TR>
<TR>
      <TD align="right" width="42"><STRONG><FONT color="#000099"><IMG src="images/bullet.gif"></FONT></STRONG></TD>
      <TD><STRONG><FONT color="#000099">A completely free service (limited period only)</FONT></STRONG></TD>
</TR>
<TR>
      <TD align="right" width="42"></TD>
      <TD></TD>
</TR>
<TR>
      <TD width="300" colSpan="2">
      <P align="left"><STRONG><BR>
                  If you're advertising a flatshare:<BR>
                  <BR>
      </P>
      </STRONG>
</TD>
</TR>
<TR>
      <TD align="right" width="42"><IMG src="images/bullet.gif"></TD>
      <TD><STRONG><FONT color="#000099">Your advert listed here immediately.</FONT></STRONG></TD>
</TR>
<TR>
      <TD align="right" width="42"></TD>
      <TD></TD>
</TR>
<TR>
      <TD align="right" width="42"><IMG src="images/bullet.gif"></TD>
      <TD>
            <P><STRONG><FONT color="#000099"> Your own full web page with your flatshare details</FONT></STRONG></P>
      </TD>
</TR>
<TR>
      <TD align="right" width="42"></TD>
      <TD></TD>
</TR>
<TR>
      <TD align="right" width="42"><IMG src="images/bullet.gif"></TD>
      <TD><STRONG><FONT color="#000099">Adverts are displayed for 3 weeks.&nbsp; These can be
                        renewed, edited or deleted&nbsp;via our advertisment maintenance facility.</FONT></STRONG></TD>
</TR>
<TR>
      <TD width="42" align="right"><STRONG><FONT color="#000099"></FONT></STRONG></TD>
</td>
</tr>
<TR>
<TD align="right" width="42"></TD>
<TD></TD>
</TR>
<TR>
<TD align="right" width="42"><IMG src="images/bullet.gif"></TD>
<TD><STRONG><FONT color="#000099">Free adverts</FONT></STRONG></TD>
</TR>
</TBODY></table>
</DIV> <FONT color="#cc0000"><STRONG>
<BR>
Getting Started</STRONG>
<BR>
</FONT>
<a id="hlPlaceAd1" href="shopper_lookup.aspx?mscssid=&amp;dept_id=1&amp;pf_id=004&amp;mode=new&amp;target=adspec.aspx" style="font-weight:bold;">Place a sales advert</a><BR>
<a id="hlPlaceAd2" href="shopper_lookup.aspx?mscssid=&amp;dept_id=1&amp;pf_id=002&amp;mode=new&amp;target=adspec.aspx" style="font-weight:bold;">Place a rental advert</a><BR>
<a id="hlPlaceAd3" href="shopper_lookup.aspx?mscssid=&amp;dept_id=1&amp;pf_id=005&amp;mode=new&amp;target=adspec.aspx" style="font-weight:bold;">Place a flatshare advert</a></td>
</tr>
<TR>
</td>
</tr>
</TBODY></table>
</form>
</FONT>
<p>&nbsp;</p>
<p>
<!----------------------------------->
<!-- MAIN CONTENT AREA ENDS HERE -->
<!-----------------------------------></p>
</TD></TR>
<tr>
<td class="leftBorder rightBorder darkTopBorder darkBottomBorder" align="center" height="30"><A id="link1" href="../terms.aspx" name="link4">Terms
&amp; Conditions | Disclaimer</A></td>
</tr>
<tr>
</tr> </TBODY></TABLE></TD>
<td class="rightShadow" vAlign="top" align="left"><IMG height="10" src="images/shadow-topright.gif" width="4"></td>
</TR>
<tr>
<td>&nbsp;</td>
<td vAlign="top"><IMG height="4" src="images/shadow-bottom.gif" width="756"></td>
<td vAlign="top" align="left"><IMG height="4" src="images/shadow-bottomright.gif" width="4"></td>
</tr>
</TBODY></TABLE>
</body>
</HTML>
 
Related Solutions
Keywords: making the font bigger
 
Loading Advertisement...
 
[+][-]08/23/05 07:57 AM, ID: 14734151Accepted Solution

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

About this solution

Zones: Cascading Style Sheets (CSS), Adobe Type Manager, Font Creator
Sign Up Now!
Solution Provided By: klykken
Participating Experts: 1
Solution Grade: A
 
[+][-]03/03/06 05:10 PM, ID: 16100567Administrative Comment

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

Start your 30-day free trial to view this Administrative Comment or ask the Experts your question.

 
[+][-]03/08/06 06:49 AM, ID: 16133692Administrative Comment

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

Start your 30-day free trial to view this Administrative Comment or ask the Experts your question.

 
 
Loading Advertisement...
20091111-EE-VQP-89