Okay I am designer and kind of new to both HTML and CSS. I have been learning both and I am now taking the plunge to build my site.
This is a style sheet for a box I am using:
<style type="text/css">
<!--
.emma {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: bold;
font-variant: small-caps;
color: #000000;
background-color: #FFFFFF;
border: thin dotted #000000;
position: relative;
width: 800px;
}
-->
</style>
Its just a box to go around the title of my site, however I want another box that looks the same, but for the main content of my site (i.e. the body text and stuff). How is this done, as I am not sure I can have two CSS鎶
This is a style sheet for a box I am using:
<style type="text/css">
<!--
.emma {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: bold;
font-variant: small-caps;
color: #000000;
background-color: #FFFFFF;
border: thin dotted #000000;
position: relative;
width: 800px;
}
-->
</style>
Its just a box to go around the title of my site, however I want another box that looks the same, but for the main content of my site (i.e. the body text and stuff). How is this done, as I am not sure I can have two CSS鎶