Jump to content

Devildoubt

Members
  • Posts

    19
  • Joined

  • Last visited

Devildoubt's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Sorry for the double post, but maybe I'm posting my questions in the wrong thread...
  2. Thanks...that gives me plenty to experiment with.But, I'm guessing that the "object" tag only applies with videos.My problem is: I experimented with BOTH "background src" and "embed" tags worked when I FIRST experimented with them by opening up the TOOLBAR "file" and "open..."--It worked.Pardon me for sounding redundant, but what caused it to not work any more when I test my code in action?Is it because I updated the WMP program? Here's a link to my website.As mentioned, I would prefer to NOT to go through iWebMusic, but since the codes don't work anymore this is what I have to do.Can ANYONE relate to this oddity of "broken codes"?
  3. Look: Just because music is annoying doesn't mean it shouldn't be learned. I don't like music in backgrounds either...BUT--I need help to know how to do it properly, at least.Besides I haven't marketed myself enough to have visitors yet. I'm still experimenting. Please be reasonable with people who want to learn, fellow andersmoen. iWebMusic does NOT give the user option to control the sound with a "start and stop button"--that's why I tried the "embed" tags...but something happened to where it doesn't work. I did that too...I've experimented with various codes but I still can't get the sound when I go though "file" and "open" on the toolbar.Like I said it worked before, and I would like to know whether it's a file problem, a code problem, or a program problem (i.e., updating Windows Media Player).Why doesn't the "embed" tags work anymore?Btw, how do I convert MP3 files to MIDI?
  4. Just for sake of learning how, I recently put background music tags to my html code for my website on Awardspace like this: <bgsound src=Trio_Con_Brio-Bach_Double_Violin_Concerto_1st_mvt.mp3 loop=1> (I found out mp3 files are banned items so it didn't work. No problem there. )However, it worked when I viewed my page from my PC via "file" and "open", that is, not through Awardspace. But now it I can't even hear the music. I don't know whether it's a code problem, a file problem, or a program problem. I updated my Windows Media Player during all of this, but I don't know whether or not this is relevent to my problem.I joined a "music host" (iWebMusic) similar to Photobucket.com; they give me the tags to paste into my htmllike this: <!--Begin iWebMusic.com Code --><script language="javascript">var nid = "39406"; var dj = "1";</script><script src="http://www.iwebmusic.com/s/1.js"></script><!--End iWebMusic.com Code --> But I would perferably like to use the "bgsound src" or "embed" tags.How can I fix it so that I can hear the music again when I test my code in action via "file" and "open"?
  5. Oh! Tah-dah! I finally got it! My brother came by for Christmas and when I told him about my "picture problems", he said I needed to first upload my images into a image/video host like Photobucket.com to make it easier on the website to load the pictures.Thanks for all you're help, though. It was hard to describe to you guys what the problem was since I didn't really know what the problem was...Oh well.Now I think I could go over the w3schools HTML image tutorials properly.Thank you once again! Couldn't do it with out you! My First Webpage
  6. I noticed you have a GIF file in the list of uploads...Instead of uploading the pictures as HTML files, I've tried what you've done by uploading my pictures into the "file upload" section like this:C:\Documents and Settings\HP_Owner\Desktop\html stuff\night_fight.gifAm I doing this right? Because when I try uploading the GIF file I get a message that says "[Error 0x04001]: Some file(s) was not uploaded!"
  7. Sorry, but the URL automatically changes to "http://www.awardspace.com/about_us.html." Why does it change? What does it mean?(Maybe I should check out the webhost features on Yahoo! or MYspace...)Btw, my problems with uploading images aren't new; I couldn't get images when doing the w3schools tutorials as mentioned in this thread. (Also, this may seem basic, but how do I post pictures into threads from my home computer? I know it's not: "http://C:\Documents and Settings\HP_Owner\Desktop\html stuff\night_fight.jpeg".)
  8. Thanks for finding the typo...I uploaded the correct code onto my awardspace file maganer, but still can't get any images. And to top it off, awardspace's "Assistance Section" is down for an "unknown amount of time."(This is really atarting to be a bugger! )W3schools is my only way of getting help right now...Thanks guys!
  9. Thanks guys...I clicked on the link in RahXephon's post but couldn't see my picture I uploaded.
  10. I've "successfully uploaded" a similar html file on my Awardspace "file manager" section into a folder called "/home/www/leemariegriswold.awardspace.com":<html><head><title>Title of page</title></head><body><img src="night_fight.jpeg" width="731" height="541"</body>So now it's: "/home/www/leemariegriswold.awardspace.com/page.htm". I type this into the URL, but I get a "page error".I emailed one of the Awardspace administrators and this was his reply:"Make sure the index file you uploaded was uploaded to home/www/leemariegriswold.awardspace.com. Try going into your CP and editing the index file from there if your upload doesn't seem to be working."I'm sure I've done everything that he suggested but nothing's changed...
  11. Sorry... It seems trouble follows me where ever I go. I'm having trouble registering at Awardspace...so it's going to be a while before I'll get a website up and running for you all to look at it.
  12. Thanks, I'll try that as soon as possible...I'll let you know when I have it ready.
  13. I came across it on the forums at Newgrounds. Someone posted a reply to another member that simply said something like: "Go to W3Schools and learn up."--So I did.
  14. I have the GIF image in the same folder as the HTML and have used the code you have given me, and I've quadruple checked for any mistakes in my markup. But I'm still not getting anything.I'm beginning to wonder if there's a bug or program interferring with my machine. Is this possible even if I have my machine checked and cleaned almost everyday? (Btw, thanks for putting up with me. You guys are awesome!)
  15. Thanks for all your help and support...but I'm still not getting any images inserted. Here's the code I have so far:<html><head><title>Title of page</title></head><body><img src="file:///dex_litho.gif" width="103" height="91"</body>
×
×
  • Create New...