I am trying to align the text, to make it fit like its in a box, I think if you just used both codes I gave in the last post, it would work cause I just tried it in Dreamweaver, and it really dosent need a header image shown if you put this code in. basically I dont know how to customize it to make it fit in a box perfetcly like the text on the website i gave before, like the blogs:
CODE
<style type="text/css">
#main{
position: absolute;
top: 0px;
left: 156px;
}
#links{
position: absolute;
top: 616px;
left: 749px;
}
#webmaster{
position: absolute;
top: 475px;
left: 657px;
font-family: arial;
line-height: 9px;
font-size: 8pt;
color: #000000;
width: 210px;
height: 130px;
}
.standard b, p b, B, strong{
font-family: arial;
font-size: 8pt;
color: #d9c493;
text-transform: uppercase;
}
.i,em{
font-family: arial;
font-size: 8pt;
color: #989597
}
.u{
font-family: arial;
font-size: 8pt;
color: #e4cfbd;
}
</style>
CODE
<div id="webmaster">
<table width="208" cellpadding="0" cellspacing="0" align: justify valign="top" >
<img src="images/images/webmasterpic.png" align="left"><strong>John.</strong> tall. <em>16.</em> <u>April Fools baby.</u> skinny. black. cool. insecure. intelligent. <strong>friendly.</strong> loved. money. <em>school.</em> shopping. shoes. clothes. chains. dressing up for church. shiny things. <strong>myspace.</strong> internet. computers. life. friends. <strong>beyonce. </strong> celebrities. mtv. <em>bet.</em> vh1. cw. <u>america's next top model.</u> nikelodeon. <strong>graphic design.</strong> apple <em>laptops.</em> food.
</table></div>