Print

Author Topic: if you know HTML i wanna ask you something......  (Read 3469 times)

« on: April 29, 2002, 03:45:13 PM »
this is my first ever time using HTML, and im just doing some practice stuff, but i cant get an image to appear.If you think you can help me, read this:

<html>
<head>
<title>how does this logo look to you??</title>

<body><img src="the hydralisk den logo.doc">
why doesnt the pic show??
</body>
<body bgcolor="fceecf">
</html>

i did basically everything I know right now, but i cant get it to work. Anybody wanna help???

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Sors salutis
et virtutis
michi nunc contraria,
est affectus
et defectus
semper in angaria.
Hac in hora
sine mora
corde pulsum tangite;
quod per sortem
sternit fortem,
mecum omnes plangite!

I can get you the MARIO AND ZELDA CARTOONS!!!go to my "get the mario and zelda cartoons FREE!!!!" topic and request what episodes you want!!!

you really dont know, do you??

Black Mage

  • HP 1018 MP 685
« Reply #1 on: April 29, 2002, 05:36:42 PM »
 It wont show because you are linking to a .doc file. Maybe .docs will show, because that's not the only thing wrong with it. You can not link to images on your computer. You MUST upload them on a file server, like geocities or homestead. You'd need something like this for example:  <img src="http://www.homestead.com/someguy/files/random.gif">  Or something along those lines. It all depends on where you upload your file.

« Reply #2 on: April 29, 2002, 05:42:18 PM »
oh thanks. so your saying basically load the file to an old site i already have, then when doing the HTML, link to the url of the image??

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Sors salutis
et virtutis
michi nunc contraria,
est affectus
et defectus
semper in angaria.
Hac in hora
sine mora
corde pulsum tangite;
quod per sortem
sternit fortem,
mecum omnes plangite!

I can get you the MARIO AND ZELDA CARTOONS!!!go to my "get the mario and zelda cartoons FREE!!!!" topic and request what episodes you want!!!

you really dont know, do you??

Black Mage

  • HP 1018 MP 685
« Reply #3 on: April 30, 2002, 04:10:45 PM »
 Exactly. The reason being people don't have access to images on your computer. So, when you upload your image, people can see it. If you have anymore questions, feel free to ask them.

 I am Nobody
 Nobody is Perfect
 I am Perfect

« Reply #4 on: April 30, 2002, 05:04:54 PM »
OK, this is weird....I tried it again, this time with the image on my oldd site, but it wouldnt work!!I then uploaded the HTML file to the site, but it still doesnt work!!do you think you can help with this one??

<html>
<head>
<title>how does this logo look to you??</title>

<body><img src="www.geocities.com/taintedcolossus/hydraden_logo2.gif">
hopin this will work!
</body>
<body bgcolor="fceecf">
</html>

I appreciate whatever help you give me.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Sors salutis
et virtutis
michi nunc contraria,
est affectus
et defectus
semper in angaria.
Hac in hora
sine mora
corde pulsum tangite;
quod per sortem
sternit fortem,
mecum omnes plangite!

I can get you the MARIO AND ZELDA CARTOONS!!!go to my "get the mario and zelda cartoons FREE!!!!" topic and request what episodes you want!!!

you really dont know, do you??

« Reply #5 on: May 18, 2002, 02:13:23 AM »
Put an http:// (Or whatever) before the www.

That MAY be the problem. If that doesn't work, the file does not exist. Check the spelling.

What's with the extra <body bgcolor="fceecf">?

Kill it! It's not needed! It'll screw up unfortunate old browser users and make them hate your site with a passion to the point where they would hunt your server down and put a bullet through the Hard Drive.. Ok, maybe not. But KILL IT! It's redundand and really will screw some people up.

Sincerely, Jasoco, HTML Genius.

___________________________________
I will not rest until Mario and Luigi get a REAL 3d Mario Bros. Game.

Edited by - Jasoco on 5/18/2002 1:16:13 AM
___________________________________
I will not rest until Mario and Luigi get a REAL 3d Mario Bros. Game.

« Reply #6 on: May 20, 2002, 01:42:18 PM »
This one I would really apreciate help on:

<embed src="***THE FILE***" hidden=true autostart=true>
<noembed>
<bgsound src="***THE FILE***" loop=infinite>
</noembed>

when ever I put in the file name, it says invalid tag. Please tell me how to fix this.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Sors salutis
et virtutis
michi nunc contraria,
est affectus
et defectus
semper in angaria.
Hac in hora
sine mora
corde pulsum tangite;
quod per sortem
sternit fortem,
mecum omnes plangite!

I can get you the MARIO AND ZELDA CARTOONS!!!go to my "get the mario and zelda cartoons FREE!!!!" topic and request what episodes you want!!!

you really dont know, do you??

« Reply #7 on: June 02, 2002, 05:14:53 PM »
Long time no see SMB Master.  If you remember me...from about three months ago.

Here's what I would do in your place:
1. Are you linking to a .wav, .mid, or any other sound file?  If you aren't, it ain't gonna work!
2. Make sure that yo spelling is correct.
3. ........What is your website address anyway?  Can you even upload to your website?  You don't have to upload to your old address, you can actually upload to your new and link to "hydrakillsmarine.wav" or "bloodychasm.gif" or whatever stuff you want!  It's much easier this way!
4. I know I'm not a good instructor...anyway, I know this really good book about HTML.  That's where I learned everything (or maybe not EVERYTHING).  It's called "HTML Goodies", and you can buy it at Barnes & Noble or some bookstore.  You can also go to www.htmlgoodies.com to read their primers & tutorials there.
5. A lot of my website's pages have background music on them.  Type in the below address and look at the source code.  I don't know, but it should be at least of a little help.
www.geocities.com/supermariofc/mushroomarena.html

Well, I hope I was of help!

-----------
Bowser: "Hahahahaha Bill Gates!  But today, your pathetic little attacks won''t beat me."
Bill Gates: "What do you mean by that?"
Bowser: "Look what I..ahem..''borrowed'' from Star Haven!  It''s the Star Rod!  It has the power to grant all wishes!"
Bill Gates: (gasp)
Bowser: "And I wish...that X-Box will never be sold and Nintendo will get 200 billion from sales EVERY DAY!!"
(Bowser then proceeds to flame the 55-billionaire)
LieutenantEagle
--------
Gandalf: The Eagles have come!  The Eagles have come!
LieutenantEagle: I know.  They''re in front of you.

« Reply #8 on: June 05, 2002, 09:00:21 PM »
ah, LE, where have you been for so long? Heh, dug up one of your comments from Feb...so I'm a Grimsack worshipper eh?? heh heh..newayz, yes, the file is a .mid and the spelling is correct. I'm gonna go look for that book and go to that site after this post.

Whats really strange is I went to your site and couldnt hear any music, so I checked the source and saw that you had that bgsound tag, so maybe its just my computer.

well, I still wanna know where you've been so long, and your most up-to-date Bnet record!!! heh heh heh...the more people from Feb. the better!

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Sors salutis
et virtutis
michi nunc contraria,
est affectus
et defectus
semper in angaria.
Hac in hora
sine mora
corde pulsum tangite;
quod per sortem
sternit fortem,
mecum omnes plangite!

I can get you the MARIO AND ZELDA CARTOONS!!!go to my "get the mario and zelda cartoons FREE!!!!" topic and request what episodes you want!!!

you really dont know, do you??

« Reply #9 on: June 13, 2002, 04:01:10 PM »
Don't remove the unique background color.  My site hasn't gotten any complaints about the 60 different colors I use.  61 if you'll let me use #"FCEECF"
Uh... Hi!

« Reply #10 on: July 12, 2002, 04:00:22 PM »
I thought you play StarCraft because of "hydrakillsmarine". Anyway, LE, you need to show the vote for the next fight. It's on Yarid and Morton, but that fight is over.

Mario, Mario, Mario! What happened to Mr. Andretti?
_________________
The pen is mightier than the sword, unless the sword is in the hands of Lu Bu.

« Reply #11 on: July 25, 2002, 02:44:24 PM »


<html>
<head>
<title>how does this logo look to you??</title>
</head>
<body><img src="the hydralisk den logo.doc">
</body>
<body bgcolor="fceecf">
</html>
</br>

Mario, Mario, Mario! What happened to Mr. Andretti?

Edited by - MadMario on 7/25/2002 1:47:06 PM
_________________
The pen is mightier than the sword, unless the sword is in the hands of Lu Bu.

« Reply #12 on: July 25, 2002, 09:59:39 PM »
ok ok, I got my html down now. no need to post anymore!

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Sors salutis
et virtutis
michi nunc contraria,
est affectus
et defectus
semper in angaria.
Hac in hora
sine mora
corde pulsum tangite;
quod per sortem
sternit fortem,
mecum omnes plangite!



you really dont know, do you??

Print