digitalMedia,
Thank you a second time, now I believe I need you once more.
**Below Is How I Added The Code**
<style type="text/css">
.div1{
position:absolute;
top:170px;
left:50%;
margin-left:-400px;
width:800px;
height:600px;
z-index:3;
padding:0px;
border:7px solid blue;
border-style:none;
background-color:F7E0FF;
}
.div2{
position:absolute;
top:173px;
left:40%;
margin-left:-100px;
width:300px;
height:300px;
z-index:3;
padding:0px;
border:15px solid yellow;
background-color:4a4a4a;
background-color:4a4a4a;
<h2>This is a test</h2>
}
.v3{
position:absolute;
top:125px;
left:50%;
margin-left:-400px;
width:293px;
height:400px;
z-index:3;
padding:0px;
border:10px solid red;
background-color:4a4a4a;
}
.v4{
position:absolute;
top:243px;
left:78%;
margin-left:-100px;
width:200px;
height:500px;
z-index:3;
padding:0px;
border:5px solid green;
background-color:3a3a3a;
}
.contactTable{display:none;}
table table embed{position:absolute; top:148px; left:50%; margin-left:-400px;}
.blankslate{
position:absolute;
top:173px;
left:50%;
margin-left:-400px;
width:800px;
height:660px;
z-index:2;
padding:0px;
border:0px solid black;
background-color:F7E0FF;
}
.comments{
position:absolute;
top:833px;
left:50%;
margin-left:-400px;
width:800px;
z-index:3;
padding:0px;
border:0px solid black;
background-color:F7E0FF;
}
td.text td.text table .orangetext15{display:none;}
td.text td.text table table table{width:3px;}
td.text td.text table br{display:none}
td.text td.text .redlink,
td.text td.text span.btext {width:auto;}
td.text td.text table {background-color:transparent;}
td.text td.text table td,
td.text td.text table {width:700px;padding:0;border:0;}
td.text td.text table table td {padding:3;background-color:F7E0FF; border:0px solid black;}
td.text td.text table table br {display:inline;}
.redtext{color:ghostwhite;}
.blacktext10{color:solid red;}
.x{This defines the background of the entire page.}
body {
background-color:9900CC;
background-image:url('If you want a background behind your tables, place the url here!');
background-position:bottom left;
background-repeat:repeat; background-attachment:fixed;
border-width:0px;
border-color:black;
border-style:solid;
}
.x{This defines the tables.}
table table table {
background-image:url('If you put an image here, it will appear in all of your tables.');
background-color:F7E0FF;
border:2px solid black;
}
.x{This section defines the text.}
td,
.whitetext12,
.lightbluetext8,
.blacktext12,
.btext,
.text,
.orangetext15,
.nametext,
.redbtext,
.redtext,
A:link,
A:visited,
A:active,
a.redlink:link,
a.redlink:active,
a.redlink:visited,
a.searchlinksmall:link,
a.searchlinksmall:active,
a.searchlinksmall:visited,
a.searchlinksmall:hover,
a.font,
table td div div font,
div table tr td font
{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:8pt;
color:FF9900;
}
a.navbar,
a.navbar:link,
a.navbar:active,
a.navbar:visited{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:8.5pt;
color:FF9900;
}
a.navbar:hover{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:9pt;
font-weight: bolder;
color:FFCA7A;
}
a.redlink:hover,
A:hover{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:8pt; text-decoration:none;
color:88bbff;
}
.x{Comment Text; makes it look neater.}
.blacktext10 {
color:F7E0FF;
font-size:8pt;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
border:3px;
border-style: double;
border-top:2px 9900FF;
display:block;
width:500px;
background-color:F7E0FF;
}
.x{You shouldn't change anything past here unless you know what you're doing.}
input {background-color:white;}
img{border:0px}
table, tr, td {background:F7E0FF;border:0px;}
table table table table {border:0px;}
table table td.text table, table table td.text table td {width:100%;}
table table table table div {width:298px;}
td.text td.text table table table td a img {width:100px;}
td.text td.text table table table td div img {width:80px;}
td.text td.text table table td img {width:260px; max-width:260px; width:auto;}
td.text td.text table table td div img {width:80px;}
* html td.text td.text table table td img {width:100px;}
* html td.text td.text table table td a img {width:80px;}
* html td.text td.text table table td div img {width:80px;}
</style>
<div class="div2"><a href="http://www.dianeandtroy.com" target="_blank"><img src="http://dianeandtroy.com/images/diane_troy_DC.jpg"></a></div>
As you see, I added your code below the style sheet code, also I added above the style sheet and inside the style sheet in many spots, and nothing worked for me. All of that is in the "About Me" box on MySpace.
In the "I'd Like to Meet" box, I have the below code.
<div class="blankslate"></div>
<div class="div1"></div>
<div class="div2"></div>
<div class="div3"></div>
<div class="div4"></div>
<div class="comments" align="center"><table><tr><td><table><tr><td>
Where I'm I going wrong?
Thanks again,
cgfX