[Solved] Site Page

Support for IntegraMOD 141

Moderator: Integra Moderator

Re: Site Page

PostAuthor: Helter » Sat May 19, 2007 9:10 pm

[code]  <style>body { background-color]
Last edited by Helter on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
Always use Protection
Image


Please do not PM for support
User avatar
Helter
Administrator
Administrator
 
Posts: 4179
Likes: 2 posts
Liked in: 3 posts
Joined: Sat Mar 11, 2006 4:46 pm
Cash on hand: 263.50
Location: Seattle Wa
IntegraMOD version: IM 3

Re: [Solved] Site Page

PostAuthor: Frost » Sun May 20, 2007 6:45 am

lol, I was about to say... slice, dice, and css <img>
Last edited by Frost on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
[size=99px]PhpBB3 Themes[/url] ]PhpBB3 Development Center[/url] [/size]

Frost
Sr Integra Member
Sr Integra Member
 
Posts: 776
Likes: 0 post
Liked in: 0 post
Joined: Wed Sep 13, 2006 2:04 am
Cash on hand: 0.00
Location: Photoshop CS3

Re: [Solved] Site Page

PostAuthor: .QUACK.Major.Pain » Sun May 20, 2007 7:06 am

Joshie created the code for me.
I noticed 2 differences from his and Helters.
Changed background color and moving <center></center> section to the top.

He was asking me, "What caused the purple border around the image"
Last edited by .QUACK.Major.Pain on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

.QUACK.Major.Pain
Sr Integra Member
Sr Integra Member
 
Posts: 986
Likes: 0 post
Liked in: 0 post
Joined: Sat Jan 27, 2007 11:15 am
Cash on hand: 0.00

PostAuthor: nGAGE » Sun May 20, 2007 8:07 am

Aw... you didn't like mine :P
Last edited by nGAGE on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
[url=http][img=left]http://www.net-clan-gaming.eu/ftp/ngage/images/nEt_v3_sig.png[/img][/url]
User avatar
nGAGE
Sr Integra Member
Sr Integra Member
 
Posts: 248
Likes: 0 post
Liked in: 0 post
Joined: Mon Mar 27, 2006 7:28 am
Cash on hand: 0.00

Re: [Solved] Site Page

PostAuthor: .QUACK.Major.Pain » Sun May 20, 2007 8:31 am

LOL - never tried it - had something that worked, so I stuck with it.
Last edited by .QUACK.Major.Pain on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

.QUACK.Major.Pain
Sr Integra Member
Sr Integra Member
 
Posts: 986
Likes: 0 post
Liked in: 0 post
Joined: Sat Jan 27, 2007 11:15 am
Cash on hand: 0.00

PostAuthor: nGAGE » Sun May 20, 2007 9:19 am

hehe... no problem... you can still try it by saving it to an html-file on your desktop if you like... i just used your links... so it should work even then <img>
Last edited by nGAGE on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
[url=http][img=left]http://www.net-clan-gaming.eu/ftp/ngage/images/nEt_v3_sig.png[/img][/url]
User avatar
nGAGE
Sr Integra Member
Sr Integra Member
 
Posts: 248
Likes: 0 post
Liked in: 0 post
Joined: Mon Mar 27, 2006 7:28 am
Cash on hand: 0.00

Re: [Solved] Site Page

PostAuthor: .QUACK.Major.Pain » Mon May 21, 2007 7:36 am

Another question to do with the same page, how would I add a music file or sound file to play when this page opens? I am using the code that Helter cleared up for me.

<style>
body { background-color: #060805;
}
.main { background-image url("http://www.aaquacks.com/quackpage3.jpg");
border: none;}
A:link { none; }
}
</style>
<center>
<div>
<a><img></a>
</div>
</center>

Last edited by .QUACK.Major.Pain on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

.QUACK.Major.Pain
Sr Integra Member
Sr Integra Member
 
Posts: 986
Likes: 0 post
Liked in: 0 post
Joined: Sat Jan 27, 2007 11:15 am
Cash on hand: 0.00

PostAuthor: nGAGE » Mon May 21, 2007 7:44 am

Here... this should help!

Just add it to your code (in the header perhaps). It's fairly self-explanatory.

Code: Select all
 <EMBED><NOEMBED><BGSOUND></NOEMBED>  


Where your_sound_file is the name of your WAV, MP3, or MIDI file.

The first line, the one that begins with EMBED, is the one that will be read by most web browsers. So in most cases, your visitors' web browser will see the EMBED line, react to it, and then ignore the NOEMBED line.

A few web browsers (very few now) do not support the EMBED command, which is why the second line is added. The second line, beginning with NOEMBED, is an optional extra that will kick in if the web site is read by a browser that does not support the EMBED feature.


[spoil]I love google! :D[/spoil:vfwqb5ab]
Last edited by nGAGE on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
[url=http][img=left]http://www.net-clan-gaming.eu/ftp/ngage/images/nEt_v3_sig.png[/img][/url]
User avatar
nGAGE
Sr Integra Member
Sr Integra Member
 
Posts: 248
Likes: 0 post
Liked in: 0 post
Joined: Mon Mar 27, 2006 7:28 am
Cash on hand: 0.00

Re: [Solved] Site Page

PostAuthor: .QUACK.Major.Pain » Mon May 21, 2007 10:17 am

<EMBED>
<NOEMBED><BGSOUND></NOEMBED>
<style>
body { background-color: #060805;
}
.main { background-image url("http://www.aaquacks.com/quackpage3.jpg");
border: none;}
A:link { none; }
}
</style>
<center>
<div>
<a><img></a>
</div>
</center>


I tried the above, but not working - no sound

Does there have to be a volume setting - maybe it's playing but can't hear it?
Last edited by .QUACK.Major.Pain on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

.QUACK.Major.Pain
Sr Integra Member
Sr Integra Member
 
Posts: 986
Likes: 0 post
Liked in: 0 post
Joined: Sat Jan 27, 2007 11:15 am
Cash on hand: 0.00

Re: [Solved] Site Page

PostAuthor: .QUACK.Major.Pain » Mon May 21, 2007 10:34 am

Actually it works with a .mid file but not .mp3

Just have to find a good .mid file copy.

Will try the .wav if I find one too.
Last edited by .QUACK.Major.Pain on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

.QUACK.Major.Pain
Sr Integra Member
Sr Integra Member
 
Posts: 986
Likes: 0 post
Liked in: 0 post
Joined: Sat Jan 27, 2007 11:15 am
Cash on hand: 0.00

PostAuthor: nGAGE » Mon May 21, 2007 10:38 am

Code: Select all
 The requested URL /paintitblack.mp3 was not found on this server.  


Might explain it!
Last edited by nGAGE on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
[url=http][img=left]http://www.net-clan-gaming.eu/ftp/ngage/images/nEt_v3_sig.png[/img][/url]
User avatar
nGAGE
Sr Integra Member
Sr Integra Member
 
Posts: 248
Likes: 0 post
Liked in: 0 post
Joined: Mon Mar 27, 2006 7:28 am
Cash on hand: 0.00

Re: [Solved] Site Page

PostAuthor: .QUACK.Major.Pain » Mon May 21, 2007 10:52 am

well apparently .mp3 says fill not found, but .MP3 is found.

Working now

thx
Last edited by .QUACK.Major.Pain on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

.QUACK.Major.Pain
Sr Integra Member
Sr Integra Member
 
Posts: 986
Likes: 0 post
Liked in: 0 post
Joined: Sat Jan 27, 2007 11:15 am
Cash on hand: 0.00

PostAuthor: nGAGE » Mon May 21, 2007 10:54 am

Just to make sure, I've tried it myself... and the exact same code you use, but replacing your mp3 with a url to one I uploaded, worked perfectly fine!
IE will first annoy you with Active-X control and Fire-Fox wants to install Quick-Time if you haven't yet. But after that it will play fine!

[code]  <html>     <head>     <!--<meta http-equiv="Refresh" content="5; url=http]
That's what I've tried it with! Just save it as TEST.html on desktop to try and open with browser.
Last edited by nGAGE on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
[url=http][img=left]http://www.net-clan-gaming.eu/ftp/ngage/images/nEt_v3_sig.png[/img][/url]
User avatar
nGAGE
Sr Integra Member
Sr Integra Member
 
Posts: 248
Likes: 0 post
Liked in: 0 post
Joined: Mon Mar 27, 2006 7:28 am
Cash on hand: 0.00

PostAuthor: nGAGE » Mon May 21, 2007 10:55 am

Ah... ok... lol... we've been posting at the same time <img>
Last edited by nGAGE on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
[url=http][img=left]http://www.net-clan-gaming.eu/ftp/ngage/images/nEt_v3_sig.png[/img][/url]
User avatar
nGAGE
Sr Integra Member
Sr Integra Member
 
Posts: 248
Likes: 0 post
Liked in: 0 post
Joined: Mon Mar 27, 2006 7:28 am
Cash on hand: 0.00

Re: [Solved] Site Page

PostAuthor: .QUACK.Major.Pain » Mon May 21, 2007 11:01 am

LOL

Catchy tune - Our gang are in the older generation. Don't think their into that type of music, but might put it on 1 day to freak them all out.

Might cause a heart attack or two LOL.
Last edited by .QUACK.Major.Pain on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

.QUACK.Major.Pain
Sr Integra Member
Sr Integra Member
 
Posts: 986
Likes: 0 post
Liked in: 0 post
Joined: Sat Jan 27, 2007 11:15 am
Cash on hand: 0.00

PreviousNext

Return to IntegraMOD 141

Who is online

Registered users: Google [Bot], Unspecified Bot