Log In · Register

 
 
Closed TopicStart new topic
Multiple Backgrounds
Rudolphski
post Jun 6 2007, 04:08 PM
Post #1


Senior Member
***

Group: Member
Posts: 40
Joined: Jan 2007
Member No: 497,172



So i have a background on going horizontally using the repeat-x, how do I add another background finishing the bottom?
While Im here, how do edit text in a div table so it wouldn't be messy. I want to end a line of text and continue on another line. For me it continues on the 1st line no matter what I do.
 
Rudolphski
post Jun 6 2007, 07:52 PM
Post #2


Senior Member
***

Group: Member
Posts: 40
Joined: Jan 2007
Member No: 497,172



its a tile background that repeats horizontally

and then i want to follow it with a block pattern

and by attributes, i dont know what you mean
 
Rudolphski
post Jun 7 2007, 11:37 PM
Post #3


Senior Member
***

Group: Member
Posts: 40
Joined: Jan 2007
Member No: 497,172



Do you mean this:

<style type=text/css>

body {
background-color: 000000;
background-image: url("http://i60.photobucket.com/albums/h35/rudesan/z.gif");
background-position: top left;
background-repeat: repeat;
background-attachment: scroll;
scrollbar-arrow-color:######;
scrollbar-track-color: ######;
scrollbar-shadow-color: ######;
scrollbar-face-color:######;
scrollbar-highlight-color:######;
scrollbar-darkshadow-color:######;
scrollbar-3dlight-color:######;}

table, tr, td {background-color: transparent; border: 0px; padding:2;}
table table {border: 0px;}
table table table table{border: 0px;}

{The actual modules}
table table table {border: 1px solid; border-color: 000000; background-color: 000000; }

{sets the default style for the body, table data, list data, divisions and text areas}
body,table, td, li, p, div, textarea
{font:normal 9px arial; color:000000; font-weight:none; border:0px; text-transform: none; line-height:12px;}

{class for the basic font for the page}
.text {font:normal 9px arial; color:000000; font-weight:none; border:0px; text-transform: none; line-height:12px;}

{style for the number of comments you have. The actual ..}
.redtext{font-family:arial; font-size:9px; color:000000; font-weight:none;border:0px; text-transform: uppercase; }

{style for the number of friends you have.}
.redbtext{font-family:arial; font-size:9px; color:000000; font-weight:none;border:0px; text-transform: uppercase; }

{”Blurbs”, “About Me”, “Who I’d like to Meet”, “Friend Space”, and “Friend’s Comments” style}
.orangetext15{font-family: arial; color: 000000; font-weight: bold; font-size: 20px; letter-spacing: -2px;}

{”General”, “Music”, “Movies”, “Television”, “Books”, “Heros”, “Status”, “Here for”, “Hometown”, “Body Type”, “Ethnicity”, “Religion”, “Sign”, “Smoke/Drink”, “Children”, “Education”, “Occupation”, and “Income” title style}
.lightbluetext8{font-family:arial; font-size:9px; color:000000; font-weight:none;border:0px; text-transform: uppercase; }

{”Contacting”, “Interests”, “Details”, and “Schools” title styling}
.whitetext12{font-family:arial; font-size:9px; color:000000; font-weight:none;border:0px; text-transform: uppercase;}

{”In your extended network” style}
.blacktext12{font-family: arial; color: 000000; font-weight: bold; font-size: 20px; letter-spacing: -2px; }

{Stylizing of your name above your picture }
.nametext{font-family: arial; color: 000000; font-weight: bold; font-size: 30px; letter-spacing: -3px; line-height: 35px;}

{date stamp on comments}
.blacktext10{font-family:arial; font-size:9px; color:000000; font-weight:none;border:0px; text-transform: uppercase;}

{This is how all anchor points will be displayed; anchor points appear before all links.}
a{font-family:arial; font-size:9px; color:dddddd; font-weight:none;border:0px; text-transform: uppercase; }
a:link{font-family:arial; font-size:9px; color:dddddd; font-weight:none;border:0px; text-transform: uppercase;}
a:active{font-family:arial; font-size:9px; color:dddddd; font-weight:none;border:0px; text-transform: uppercase;}
a:visited{font-family:arial; font-size:9px; color:dddddd; font-weight:none;border:0px; text-transform: uppercase;}
a:hover{font-family:arial; font-size:9px; color:dddddd; font-weight:none;border:0px; text-transform: uppercase;}

{”View all friends” and “invite more” link style}
a.redlink{font-family:arial; font-size:9px; color:000000; font-weight:none;border:0px; text-transform: uppercase;}
a.redlink:link{font-family:arial; font-size:9px; color:000000; font-weight:none;border:0px; text-transform: uppercase;}
a.redlink:active{font-family:arial; font-size:9px; color:000000; font-weight:none;border:0px; text-transform: uppercase;}
a.redlink:visited{font-family:arial; font-size:9px; color:000000; font-weight:none;border:0px; text-transform: uppercase; }
a.redlink:hover{font-family:arial; font-size:9px; color:000000; font-weight:none;border:0px; text-transform: uppercase;}

{2 links in very top on the left, and the 13 links above your picture with make the navigation bar}
a.navbar{font-family:arial; font-size:9px; color:000000; font-weight:none;border:0px; text-transform: uppercase;}
a.navbar:link{font-family:arial; font-size:9px; color:ffffff; font-weight:none;border:0px; text-transform: uppercase;}
a.navbar:active{font-family:arial; font-size:9px; color:ffffff; font-weight:none;border:0px; text-transform: uppercase;}
a.navbar:visited{font-family:arial; font-size:9px; color:ffffff; font-weight:none;border:0px; text-transform: uppercase;}
a.navbar:hover{font-family:arial; font-size:9px; color:ffffff; font-weight:none;border:0px; text-transform: uppercase;}

{Default Links}
a:link, a.man{font-family:arial; font-size:9px; color:ffffff; font-weight:none;border:0px; text-transform: uppercase; letter-spacing: 0px;}
a:active{font-family:arial; font-size:9px; color:ffffff; font-weight:none;border:0px; text-transform: uppercase;}
a:visited{font-family:arial; font-size:9px; color:ffffff; font-weight:none;border:0px; text-transform: uppercase;}
a:hover{font-family:arial; font-size:9px; color:ffffff; font-weight:none;border:0px; text-transform: uppercase;}

{bolded words}
.standard b, p b, B, strong {
font-family:arial; font-size:9px; color:000000; font-weight:none;border:0px; text-transform: uppercase; }


</style>
 
Rudolphski
post Jun 8 2007, 04:18 PM
Post #4


Senior Member
***

Group: Member
Posts: 40
Joined: Jan 2007
Member No: 497,172



you means this -- anyways, these are the tables im having text problems with

<div class="content" style="position: absolute; left:574px; top:793px; width:344px; height:246px; overflow: auto;"><center>
Well, what can I say.... My name is Rudy, but my friends call me Rudolphsky. I got to Barbara Goleman Senior High and hopefully plan to go to UF. I have the Spike/Mugen/Ash Ketchum look going on. I look high but i'm not..... I'm just looking for someone to be with that share the same interest of anime, Stephen Colbert, comedy, and academia. My relationship with Stephen Colbert is totally platonic.... CAW!!!!!!!!!!!!My idol...<img src="http://i60.photobucket.com/albums/h35/rudesan/Picture0112-1.jpg"</a>
and his protege Professor Jimmy Fingers <img src="http://i60.photobucket.com/albums/h35/rudesan/JimmyFingers-1.jpg"</a>
And everyone knows about Beppo!!!!!!And The Lord said unto Moses,"Go in unto Pharaoh for I have hardened his heart that I may show these my signs before him." And then did Beppo knock over the jar of locusts. And The Lord did cry, "Beppo!!" And Beppodid eat his top-hat in shame.
Exodus 11:1
<img src="http://i60.photobucket.com/albums/h35/rudesan/sds.jpg" </a>
</div>

<div class="content" style="position: absolute; left:376px; top:781px; width:140px; height:97px; overflow: auto;"><left>
Age: 17-years-old Sex:Male
Location: Village Hidden in the Mist, Fl
Body Type: 5'11"/Average Status: Single/Straight
School: Barbara Goleman Senior High Occupation: Shinigami
</div>
 
Rudolphski
post Jun 15 2007, 12:05 AM
Post #5


Senior Member
***

Group: Member
Posts: 40
Joined: Jan 2007
Member No: 497,172



so can anyone help me clean up my text in my div tables?
 
Rudolphski
post Jun 15 2007, 01:12 AM
Post #6


Senior Member
***

Group: Member
Posts: 40
Joined: Jan 2007
Member No: 497,172



nvm i found out that its <br> to end a line
 
*alovesopure*
post Jun 15 2007, 01:38 AM
Post #7





Guest






Wait, so.. is your problem solved?
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: