No replies
akaktsn
Offline
newbie
Last seen: 14 years 44 weeks ago
Joined: 2008-07-22
Posts: 1
Points: 0

I have just began learning CSS and HTML. My first project was my myspace page. After navigating through all of the horrible nested tables I finally got the page the way I wanted it to look. The address is "[URL="http://myspace.com/G__Rad"]Myspace.com/G__rad[/URL]" btw. It looked perfect on my computer but when I checked it on my laptop. The footer at the bottom is off. As is a few other things. I was wondering what the problem was and how to fix this. Here is my current myspace code. Thank you for your time.

MYSPACE CODE ( Is this what you meant by code tags.)

Mod edit: No, it means using the button with code written on it

<style>
table tr td table tr td table tr td div strong {
	display: inline;
	width: auto;
}
 .friendsComments td {
background-color:FFFFFF;
border-left:10px;
border-right: 10px;
border-bottom: 10px;
border-top:10px;
border-color:342815
border-style:double;
}
 
body {margin-left: 105px; margin-right: 102px;}
table table table table {padding:0px;margin:0px; background-image: none;}
table table table table td {padding:0px;margin:0px;}
 
body {background-color: 3F5F48;}
img {border:none;}
td {background-color: E7D3B0 ;}
.text{color: 000000;}
.orangetext15 {color: 174A12;}
.btext {color: 174A12;}
.nametext{color: 174A12;}
.whitetext12{color: 174A12;}
.redbtext{color:000000;}
.blacktext12:before {content: "OMFG! ";}
.redbtext:after {content: " billion";}
a:link {color:000000}
a:hover{color:27B42A}
a.friendlink:link {color: 000000;}
a.friendlink:hover {color:27B42A;}
 
.blurbs td,  .friendspace td, .latestblogentry td {
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
background-color: FFFFFF;
}
 
table .blurbs ,  table .friendspace , table .latestblogentry  {
border-top-width: 10px;
border-right-width: 10px;
border-bottom-width: 10px;
border-left-width: 10px;
border-style: double;
border-color:342815;
}
 
 
table table table table td{text-align:center; }
table table table td {text-align:center;}
</style>