danielle2756
01-23-2004, 03:45 PM
ive pasted the code and my whole page goes blank?, im adding it after the <body> tag, does it make a different as my page is CSS?
|
View Full Version : falling hearts as background danielle2756 01-23-2004, 03:45 PM ive pasted the code and my whole page goes blank?, im adding it after the <body> tag, does it make a different as my page is CSS? Rosey 01-23-2004, 03:57 PM what's the url of your page? danielle2756 01-23-2004, 08:59 PM its not online yet with the heart code on i can paste here but will have to be on 2 pages as its long Rosey 01-23-2004, 09:11 PM It's easier to upload it somewhere and send us the url. danielle2756 01-24-2004, 01:07 PM hi the url is www.wicknwax.co.uk/spike.htm, you will see a blank red page as it had text until i added the falling heart code, if you can look on the view source for me, i must have put the code in the wrong place thanks Lissa 01-24-2004, 01:35 PM Looks like it's in the right place to me. It could be incompatible with your doctype. Go ahead and remove that to see if it works, and if it does that's your problem. You can just add the doctype back after that. Rosey 01-24-2004, 05:22 PM In your source... right after your css you have <!-- get rid of that and then get rid of the text you have about how to put the hearts there. danielle2756 01-24-2004, 07:50 PM i have removed the docotype and it still didnt work, i have also removed the script that i dont need and removed the !-- is there anything else you can see on there, oops by the way ive only removed on the page on my pc, so the one on the net will still have the !-- and script in. but it still dont work with those bits removed Rosey 01-24-2004, 08:11 PM Yes it does work. I tested it. Remove the <!-- on your current online page and upload it. If it doesn't work we'll take a lot but like I said, I tested it and it works fine. danielle2756 01-24-2004, 08:38 PM ive uploaded the page again, still not workin? Rosey 01-24-2004, 09:01 PM You removed the wrong thing. I wasn't clear enough: <style type="text/css"> <!-- A:link { text-decoration: none ; color:#800000 } A:visited { text-decoration: none ; color:#804000 } A:active { text-decoration: none ; color:#804000 } A:hover { text-decoration: none ; color:#004000 } Remove the red part |