Lyfa The Lonely Man
Reputation: 12 Joined: 02 Nov 2008 Posts: 743
|
Posted: Mon Aug 02, 2010 12:02 pm Post subject: |
|
|
You shouldn't change complete tags. Instead, create some classes/IDs:
Code: | <style type="text/css">
/* # is for ID <div id="whatever"> and . is for class <div class="whatever"> */
#para1 {
background-color: #959595;
}
</style> | but for your predicament you'd probably want to use the width tag:
Code: | <style>
#para1 {
background-color: #959595;
width: 500px;
}
</style> |
_________________
|
|