Jump to content

Sniffy

Members
  • Posts

    403
  • Joined

  • Last visited

Posts posted by Sniffy

  1. i no how t change da size but if u copy da codee into notepad n save as html file n open it ull c what i mean, its in like a pattern of big then smal,  big then small n so on av a luk lol :)

    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.
  2. no not quite but i do prefer that so thnks, the only problem ow is that the text changes size by itself
    <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> <table><tr><td class="blue">DJ Exotic Tunes</td><td>right click and 'save target as'</td></tr><tr><td>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><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>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><a href='some_file_location'>link</a></td></tr><tr><td>5. song #5</td><td class='blue'><a href='some_file_location'>link</a></td></tr></table>

    ive only got half way through then realised what is happening, how can i fix this???

    Oh, I changed the text size myself.Just tell me what size you want it to be.
  3. ok thnks, but what about the rest of the lines like to split everything up into its own induvidual cell/box?? plz, sorry t be a pain  :)

    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.

  4. 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>

  5. 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.

  6. 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.

  7. 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....

  8. My code doesn't seem to be working right no matter how I modify it. I'm trying to set up my homepage for my new "Bobville site" but, it doesn't wanna work for me.Just when my hosts server gets back up I have more problems. All my pages are made, random link page, news page, logo page, and menu , but I just can't seem to put it all on one page with the frames.Here's my code, do what you must with it.

    <html><head>   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">   <meta http-equiv="Content-Language" content="en">   <meta name="Author" content="Sniffy Gerbil">   <title>Welcome to Bobville!</title><link rel="stylesheet" type="text/css" href="stylesheet.css"></head><body><frameset cols="120,*" rows="100" border="0"><frame src="menu.html" name="navigation" scrolling=no noresize><frameset rows="100,*"> <frame src="header.html" name="logo" scrolling=no noresize><frame src="index2.html" name="main" scrolling=auto noresize><frameset "cols="120" rows="100"><frame src="link.html" name="rightside" scrolling=no noresize></frameset> </frameset></frameset></body></html>

    The site: http://bobville.1500mb.com/

  9. I have a simple question that I've been meaning to ask for a while.A variable change.Say, the variable (var1) equals 10 and (var2) equals 5, I want php to switch it to the same amount as (var1). I think it can be easily done and I might know how but I just want to be sure. I just started learning php and I'm not used to it yet.

  10. Hey everyone, I finally found a place where you can get a free domain......Actually 3 for free.http://www.dot.tkHow to set it up.Basically what you have to do is when you choose your domain name it will ask you for the exact location of your site, you have to have a host already like http://www.freewebs.com or something, then it will create an Iframe of your site but you now own that domain name and it's much easier for people to find your site, but you can also get to it by freewebs.com/your_site or what ever.

  11. This may be useless to you but I know it can be done because I've seen it before on sites, such as runescape.com. Most of the Jagex website is made up of java objects.

  12. I've read all of the html tutorials and just started getting into CSS that's why I need more help, but I just need a fully written example of a basic navigation bar that I can look at and learn off of.

×
×
  • Create New...