Jump to content

Sniffy

Members
  • Posts

    403
  • Joined

  • Last visited

Everything posted by Sniffy

  1. Your welcome.May I view your site when it's done?
  2. <html><head><style type="text/css">.myclass{color: #006600; font-family: times; font-size: 20; text-decoration: underline; text-align: center; }</style></head><body><div class="myclass">Hello World!</div></body></html> Now it is, I just didn't know you wanted it to be.
  3. Sniffy

    download links

    Yes, I can. One second. <style type="text/css">table{border: 1px solid black;}td.blue{background-color: #99FFFF; color: #000000; font-size: 13px; font-family: times;text-align: center;}td.white {background-color: #FFFFFF; color: #000000; font-size: 13px; font-family:times;text-align: center;}td.green {background-color: #66FF66; color: #000000; font-size: 13px; font-family:times; text-align: center;}</style> <table><tr><td class="green">DJ Exotic Tunes</td><td class='green'>Right Click And 'Save Target As'</td></tr><tr><td class="white">About you shinning</td><td class="blue"><a href='http://content.bolt.com/uploads3/audio/streams/8/4/9/1/2/9/849129/music/1151020308522.mp3'>download</a></td></tr><tr><td class='blue'>End of Time (remix)</td><td class='white'><a href='http://content.bolt.com/uploads3/audio/streams/8/4/9/1/2/9/849129/music/1151020665194.mp3'>download</a></td></tr><tr><td class='white'>Titanic 911</td><td class='blue'><a href='http://content.bolt.com/uploads3/audio/streams/8/4/9/1/2/9/849129/music/1151021057749.mp3'>download</a></td></tr><tr><td class='blue'>Blow my angel Away</td><td class='white'><a href='http://content.bolt.com/uploads3/audio/streams/8/4/9/1/2/9/849129/music/1151021465327.mp3'>download</a></td></tr><tr><td class='white'>Like A Prayer (Original)</td><td class='blue'><a href='http://content.bolt.com/uploads3/audio/streams/8/4/9/1/2/9/849129/music/1151021981220.mp3'>download</a></td></tr><tr><td class='blue'>Will Be Angel Eyes</td><td class='white'><a href='http://content.bolt.com/uploads3/audio/streams/8/4/9/1/2/9/849129/music/1151022422266.mp3'>download</a></td></tr><tr><td class='white'>Shootin Star 24/7 feat. DJ Stonkin</td><td class='blue'><a href='http://content.bolt.com/uploads3/audio/streams/8/4/9/1/2/9/849129/music/1151023231980.mp3'>download</a></td></tr><tr><td class='blue'>Better Off Bein Blue</td><td class='white'><a href='http://content.bolt.com/uploads3/audio/streams/8/4/9/1/2/9/849129/music/1151024046266.mp3'>download</a></td></tr><tr><td class='white'>Dancing In The Dark</td><td class='blue'><a href='http://www.merseystyle.co.uk/uploads/uploads/1151298994.mp3'>download</a></td></tr><tr><td class='blue'>Hardcore 2006 feat. Hixxy</td><td class='white'><a href='http://www.merseystyle.co.uk/uploads/uploads/1151267114.mp3'>download</a></td></tr></table>
  4. Use this I guess. <html><head><style type="text/css">.myclass{color: #006600; font-family: times; font-size: 20; }</style></head><body><div class="myclass">Hello World!</div></body></html> That's just a simple one, I can make better if you want specifics.
  5. I didn't know bravehost supported PHP and MySQL.
  6. Sniffy

    download links

    Your welcome.If you need anymore custom things just let me know.
  7. Sniffy

    download links

    Yes, but use this code if so.<html><head><style type="text/css">table{border: 1px solid black;}td.blue{background-color: #99FFFF; color: #000000; font-size: 13px; font-family: times;}td.red {background-color: #FF0000; color: #000000; font-size: 13px; font-family:times;}td.white{background-color: #FFFFFF; color: #000000; font-size: 13px; font-family:times;}</style> </head><body><table><tr><td class="blue">DJ Exotic Tunes</td><td class="white">right click and 'save target as'</td></tr><tr><td class="white">About you shinning</td><td class="blue"><a href='http://content.bolt.com/uploads3/audio/streams/8/4/9/1/2/9/849129/music/1151020308522.mp3'>download</a></td></tr><tr><td class='blue'>End of Time (remix)</td><td class="white"><a href='http://content.bolt.com/uploads3/audio/streams/8/4/9/1/2/9/849129/music/1151020665194.mp3'>download</a></td></tr><tr><td class="white">Titanic 911</td><td class='blue'><a href='http://content.bolt.com/uploads3/audio/streams/8/4/9/1/2/9/849129/music/1151021057749.mp3'>download</a></td></tr><tr><td class='blue'>4. song #4</td><td class="white"><a href='some_file_location'>link</a></td></tr><tr><td class="white">5. song #5</td><td class='blue'><a href='some_file_location'>link</a></td></tr></table></body></html>
  8. I was wondering if someone could tell me of a really good free hosting company that supports PHP and MySQL.1500mb.com is what I'm using right now, but the file manager has poor server connection and hardly works.
  9. Sniffy

    download links

    That's because you have one cell with the class of <td class="blue"> and the other one with just plain.The blue class that I've created has a smaller text size than the default.
  10. Sniffy

    download links

    Oh, I changed the text size myself.Just tell me what size you want it to be.
  11. Sniffy

    download links

    You mean like one cell red, the other blue?Well try this code then.Place in header.<style type="text/css">table{border: 1px solid black;}td.blue{background-color: #99FFFF; color: #000000; font-size: 13px; font-family: times;}td.red {background-color: #FF0000; color: #000000; font-size: 13px; font-family:times;}</style> Now where the <td> is in your table, either put <td class="blue> or <td class="red"> in stead of just <td> depending on what you want.
  12. Sniffy

    download links

    Put this in the head of your document.<style type="text/css">table {border: 1px solid black;}</style>
  13. Sniffy

    download links

    Okay, upload all the songs to your host.Then just put a normal link to them on the table.It will automatically download. It took me some time to figure that out too but I did. <a href="http://yourdownload.com/downloadlink.mp3/">Song1</a>
  14. Sniffy

    Welcome

    Hello, have a nice day.
  15. Maybe it's because I have list-style image and not list-style-image.My hosts server is funny so I can't do updates right now.
  16. News: list-style imageI just discovered something.A list-style image only works on IE.When you go on Mozilla Firefox, it's the default.Just thought I'd mention that.
  17. Maybe he means that he needs to register a domain name and host his site because it's on his drive. If so, here are some great webhosts.1. http://www.1500mb.com Free MySQL and supports PHP + 1500mbs!2. http://www.freeservers.com Okay webhost, 10mbs of space.3. http://www.freewebs.com Popular, easyt to use, but not enough space. No Php support either.4. http://www.domaindlx.com Supports ASP and gives 100mbs of space.
  18. Sniffy

    Google.com

    I've seen google.com on here before too, and many other forums as well, and I always questioned it. Now I know what it is...
  19. Go to the html forum, click on the link to the html tutorial.If you want to start using communication and server stuff, where users log-in and edit settings, you have to use, MySQL, PHP and or ASP.
  20. Html and CSS are only used for visuals and layouts of a site, if you want to start messing with browser properties you have to get into JavaScript.
  21. Thanks, makes sense.I knew it was only something little. I figured something was in the wrong place, and I guess it was.My host server is still having log-in errors, so I'll have to wait to activate it.
  22. Yeah, I think you need a MySQL database.
  23. Hello, my name is Sniffy Gerbil, I choose not to give out my real name, age, address, um, I like to make flash games using basic actionscript, I like designing web pages as a hobby, I'm taking home a puppy in the next couple of days, his name is Alfie, and yeah....
×
×
  • Create New...