[Solved] Site Page

Support for IntegraMOD 141

Moderator: Integra Moderator

[Solved] Site Page

PostAuthor: .QUACK.Major.Pain » Sat May 19, 2007 1:26 pm

Your phpBB Version: 2.0.
phpBB Type: Integramod 141
MODs: No
Your knowledge: Beginner
Board URL: http://www.aaquacks.com

PHP Version:
MySQL Version:


What was done before the problem appeared?



What was done to try to solve the problem?




De.scription and Message

I am trying to create a page that opens before entering the website.

Here's my results so far: http://www.aaquacks.com/quackpage.html

I'm a beginner at alot of this so I'm not sure how to fix my problem

I want to get the picture to fit exactly inside the screen with no scrolling.

Here's what I have so far:

<table>
<tr>
<a>
<img></a>
</td>
</table>


Can some help me with this or tell me if I'm approaching this wrong.
Last edited by .QUACK.Major.Pain on Sat May 19, 2007 8:20 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: Site Page

PostAuthor: Helter » Sat May 19, 2007 3:05 pm

your missing your open "td" and close "tr"

if you add a height and width that most users will see, you should be fine. I would use 1024x768. Not many users under that anymore

[code]<table><tr><td><a href="http]

you probably should not make the entire page an single image as resizing on the fly is more difficult
Last edited by Helter on Sat May 19, 2007 3:10 pm, edited 1 time in total.
"Success is getting what you want. Happiness is wanting what you get." - Dale Carnegie
User avatar
Helter
Administrator
Administrator
 
Posts: 4554
Likes: 40 posts
Liked in: 116 posts
Images: 0
Joined: Sat Mar 11, 2006 4:46 pm
Cash on hand: 1,959.15
Location: Seattle Wa
IntegraMOD version: phpBB2x

PostAuthor: monkey » Sat May 19, 2007 3:05 pm

Resize the image? Either genuinely resize it (i.e in photoshop/whatever) or resize it on the fly using HTML.

I think it'd be something like
<IMG>

Google is your friend.
Last edited by monkey on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

monkey
Members
Members
 
Posts: 87
Likes: 0 post
Liked in: 0 post
Joined: Thu Mar 15, 2007 1:56 am
Cash on hand: 0.00

PostAuthor: monkey » Sat May 19, 2007 3:07 pm

Helter - that would still cause scrolling would it not? As the user's screen will be 1024x768 (agreed that most users don't use less tahn this these days), but at the img will be inside a browser window, which would be slightly smaller than 1024x768, scrolling would still happen.

I'd recommend 800x600 for a better result.
Last edited by monkey on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

monkey
Members
Members
 
Posts: 87
Likes: 0 post
Liked in: 0 post
Joined: Thu Mar 15, 2007 1:56 am
Cash on hand: 0.00

Re: Site Page

PostAuthor: Helter » Sat May 19, 2007 3:11 pm

i did not realize when i first posted that the entire page was one image
Last edited by Helter on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
"Success is getting what you want. Happiness is wanting what you get." - Dale Carnegie
User avatar
Helter
Administrator
Administrator
 
Posts: 4554
Likes: 40 posts
Liked in: 116 posts
Images: 0
Joined: Sat Mar 11, 2006 4:46 pm
Cash on hand: 1,959.15
Location: Seattle Wa
IntegraMOD version: phpBB2x

PostAuthor: monkey » Sat May 19, 2007 3:13 pm

Me neither at first glance.

A bit poor really Mjr Pain (and I'm sure I know your name from somewhere - MPD or BYGames maybe??). It'd be better if they were different images as it'd surely reduce the filesize and overall loadtimes.

Although, again,most people are on broadband these days so it doesn't really matter I guess, but it's a little poor nonetheless.
Last edited by monkey on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

monkey
Members
Members
 
Posts: 87
Likes: 0 post
Liked in: 0 post
Joined: Thu Mar 15, 2007 1:56 am
Cash on hand: 0.00

Re: Site Page

PostAuthor: .QUACK.Major.Pain » Sat May 19, 2007 3:42 pm

I'm new on photoshop so I'm just playing around with it.
I created it for webpage size 1280x1024
Doesn't matter what you change the setting to in the .script, result is always the same.

Trying to have a page similiar to this: http://www.aaoicon.com/

All 1 page with no scrolling.
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: monkey » Sat May 19, 2007 3:56 pm

Right:

Make the yellow bit's all on one line

same for the green "click here to enter" - make it all on one line
Last edited by monkey on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

monkey
Members
Members
 
Posts: 87
Likes: 0 post
Liked in: 0 post
Joined: Thu Mar 15, 2007 1:56 am
Cash on hand: 0.00

PostAuthor: monkey » Sat May 19, 2007 3:57 pm

...(oops clicked submit before I'd finished)


...doing that MAY solve your problem.
Last edited by monkey on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

monkey
Members
Members
 
Posts: 87
Likes: 0 post
Liked in: 0 post
Joined: Thu Mar 15, 2007 1:56 am
Cash on hand: 0.00

PostAuthor: monkey » Sat May 19, 2007 3:58 pm

...**SHOULD solve your problem!
Last edited by monkey on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

monkey
Members
Members
 
Posts: 87
Likes: 0 post
Liked in: 0 post
Joined: Thu Mar 15, 2007 1:56 am
Cash on hand: 0.00

Re: Site Page

PostAuthor: .QUACK.Major.Pain » Sat May 19, 2007 4:25 pm

it won't - the background is still to big

I could reduce the size, but when displayed on other resolution, it's either to small or to big.

If I create a smaller one, is there a way to get rid of the white around the edge.
Settings width and height maybe?
Or can the page be displayed on black background?

When I look at the ICON site, it looks like a smaller pic on black background.

Try playing with it and see.
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: Site Page

PostAuthor: .QUACK.Major.Pain » Sat May 19, 2007 5:15 pm

Well I am getting closer - had to set bgcolor="black"

<table>
<tr>
<body>
<td>
<a><img></a>
</td>
</tr>
</table>


Now I need to figure out how to center the img on the page and have it stay centered for any resolution.
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: Site Page

PostAuthor: Helter » Sat May 19, 2007 6:40 pm

<td align="center" valign="middle"
Last edited by Helter on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
"Success is getting what you want. Happiness is wanting what you get." - Dale Carnegie
User avatar
Helter
Administrator
Administrator
 
Posts: 4554
Likes: 40 posts
Liked in: 116 posts
Images: 0
Joined: Sat Mar 11, 2006 4:46 pm
Cash on hand: 1,959.15
Location: Seattle Wa
IntegraMOD version: phpBB2x

PostAuthor: nGAGE » Sat May 19, 2007 7:01 pm

This should work as well... and if they don't click within 5 seconds it will be redirecting automatically!
Also made the pure black a little liter to roughly match the image's black <img>
[code]  <html>     <head>         <meta http-equiv="Refresh" content="5; url=http]

NOTE: Might have to change some urls.
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: Site Page

PostAuthor: .QUACK.Major.Pain » Sat May 19, 2007 8:19 pm

got someone to help me with it.

<center>
<div>
<a><img></a>
</div>
</center>
<style>
body { background-color: #000000;
}
.main { background-image url("http://www.aaquacks.com/quackpage3.jpg");
border: none;}
A:link { none; }
}
</style>
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: 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.
"Success is getting what you want. Happiness is wanting what you get." - Dale Carnegie
User avatar
Helter
Administrator
Administrator
 
Posts: 4554
Likes: 40 posts
Liked in: 116 posts
Images: 0
Joined: Sat Mar 11, 2006 4:46 pm
Cash on hand: 1,959.15
Location: Seattle Wa
IntegraMOD version: phpBB2x

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

PostAuthor: nGAGE » Mon May 21, 2007 11:06 am

Hehe... i'll upload another, just incase... a different type of music (my type)... and leave it on for you for a few days :D[/spoil:2tbdw82g]
Last edited by nGAGE on Mon May 21, 2007 12:01 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 11:14 am

Argh... Damn media player has messed up my file names again :P

[spoil:10h7ur3l]Decadance.mp3
BlindedInChains.mp3
BurnBurn.mp3
GiveItAll.mp3
MyOwnSummer.mp3
Skinnyman.mp3
WakeUp.mp3[/spoil:10h7ur3l]

Bet it'll shake'm up! <img>
Last edited by nGAGE on Mon May 21, 2007 11:53 am, 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: CaNNon » Mon May 21, 2007 11:37 am

I'll second that! <img>
Last edited by CaNNon on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
Image
Image
User avatar
CaNNon
Sr Integra Member
Sr Integra Member
 
Posts: 750
Likes: 0 post
Liked in: 0 post
Joined: Thu Apr 19, 2007 12:15 pm
Cash on hand: 0.00


Return to IntegraMOD 141

Who is online

Registered users: App360MonitorBot, Bing [Bot], Google [Bot]