Nik
04-09-2004, 04:01 AM
my background wont repeat http://www.sweet-sixteen.org/comingsoon can anyone help me? Thanks!
|
View Full Version : background Nik 04-09-2004, 04:01 AM my background wont repeat http://www.sweet-sixteen.org/comingsoon can anyone help me? Thanks! erictheman 04-09-2004, 04:04 AM are you sure your link is right. because when i go to this url http://img6.photobucket.com/albums/v20/xnikkixx/bg2.bmp i get, a page cannot be found error. Nik 04-09-2004, 04:13 AM ooo i had that bmp instead of png. But it still wont do it. erictheman 04-09-2004, 04:18 AM you have to change this line background-repeat: repeat-y; to this background-repeat: repeat; Nik 04-09-2004, 04:24 AM hmm I dont think it likes me lol it worked on this page http://www.sweet-sixteen.org/sweet-sixteen any other ideas? Rosey 04-09-2004, 05:20 AM Your code is messed up at the top of your coding: <HTML><HEAD> <title>SWEET SIXTEEN BLENDS</title> <style type="text/css"> body { background-image:url(http://gallery.cybertarp.com/albums/userpics/19944/cleanbg%7E0.png); margin: 0px; padding: 0px; scrollbar-face-color: #000000; scrollbar-highlight-color: #000000; scrollbar-3dlight-color: #FFFFFF; scrollbar-darkshadow-color: #000000; scrollbar-shadow-color: #000000; scrollbar-arrow-color: #FFFFFF; scrollbar-track-color: #000000; filter: Alpha(Opacity=60); } A{cursor:se-resize;height:1px;behavior:url(linkhilight.htc);fi lter:progid:dximagetransform.microsoft.gradientwip e(duration=1);} A:link{color:#E15CA5; text-decoration:none;cursor:nw-resize;} A:visited{color:#E15CA5;text-decoration:none;font-weight:none;} A:hover{color:#FFFFFF;text-decoration:none;background-color:none;font-weight:none;cursor:Row-Resize;} </STYLE> </HEAD> and then goes your body tag and then the actual content. Nik 04-09-2004, 04:52 PM I had it working after i tried that then it stopped. :crying: MaGiCSuN 04-09-2004, 09:43 PM i guess you fixed it, because i don't see something wrong with it :) You do really need to clean up your coding like rosey said. You have body tags on the wrong place, and everything is kinda mixed up Love, Mirna |