Forum index / Computers / Website

Website

23 posts · page 1 of 1

post #1
02 July 2005, 09:05 UTC#1
Yer well im testing out a few idears for a new website layout...and well I have sliced it and stuff...and its all going well..but how the hell do I put in an I frame blink.gif

Also it doesent actuly fit the screen...I made the site about 800X600 like the tutorial said, But it doesent fit

External image not preserved — inspect source: http://img261.imageshack.us/img261/6346/web2qk.th.jpg

So here are my quistions

1) How do I insert an I frame

2) How can I make the website open in a diffrent box like the hunt site....how do I also do this with pics and videos

Heres how I sliced it....Would I have to slice it diffrently to insert an I frame?

External image not preserved — inspect source: http://img261.imageshack.us/img261/7302/slice2df.th.jpg
post #2
02 July 2005, 09:08 UTC#2
I like it man really well done. I have no idea about the Iframe thing though. Hmm at first I couldnt tell that it said dvd and pics on the side I think it would look better if they were like the rest.
post #3
02 July 2005, 09:10 UTC#3
You need to add the following code, aligned with where you want the iframe;

<iframe src="http://pagesourcehere.com/bla" name="Iframe1" width="500px" height="500px" align="left" scrolling="no" frameborder="no"></iframe>

Scrolling can be changed to "yes" as can frameborder. You can also edit the height and width, I just gave 500px as an example. Edit the ifrace src link to the page you want to show up in the iframe.

Looking good so far Image file not present in the recovered backup
post #4
02 July 2005, 09:10 UTC#4
QUOTE(Chicken_Nuggeto @ Jul 2 2005, 10:08 AM)
I like it man really well done. I have no idea about the Iframe thing though. Hmm at first I couldnt tell that it said dvd and pics on the side I think it would look better if they were verticle like the rest.
[right][snapback]113334[/snapback][/right]



Yer..but I kinda wanted it to be like all jumbled up if you know what I mean

Thanks gazaa ill try that now
post #5
02 July 2005, 09:12 UTC#5
Its cool the way it is. It just confused me biggrin.gif
post #7
02 July 2005, 09:26 UTC#7
I'm not sure, I don't use WYSIWYG editors, neither do I do it directly in PS. Have a play, maybe you forgot to select something biggrin.gif
post #8
02 July 2005, 09:43 UTC#8
Does anyone know how to make the site pop up in a new window? like the hunt 3 site and how I could also do it with pics and videos
post #9
02 July 2005, 09:45 UTC#9
where did you get the tutorial from????
post #10
02 July 2005, 09:46 UTC#10
QUOTE(DUMInc-Jon @ Jul 2 2005, 10:45 AM)
where did you get the tutorial from????
[right][snapback]113350[/snapback][/right]



http://www.pslover.com/
post #11
02 July 2005, 10:02 UTC#11
QUOTE(urban_ben @ Jul 2 2005, 11:43 AM)
Does anyone know how to make the site pop up in a new window? like the hunt 3 site and how I could also do it with pics and videos
[right][snapback]113346[/snapback][/right]


Place the following inside the head tags of your page;

CODE
<script language="JavaScript">
 function popup_window() {
   window.open('http://urltowindowhere.com/bla', 'popup', 'width=800, height=600, menubar=no, scrollbars=no, toolbar=no, location=no, resizable=no, top=, left=');
 }
</script>


Then, wherever you want your button to be, put the following in;

CODE
<input type="button" onclick="popup_window(''); return false;" value="Click Here" />


Obviously you can change the variables. Pretty self explanatory :)
post #12
02 July 2005, 10:24 UTC#12
gazaa I love you! Image file not present in the recovered backup
post #13
02 July 2005, 10:42 UTC#13
That's looking pretty sexy, how long did it take to make?
post #14
02 July 2005, 10:43 UTC#14
QUOTE(itsallinthehips @ Jul 2 2005, 11:42 AM)
That's looking pretty sexy, how long did it take to make?
[right][snapback]113394[/snapback][/right]



20 mins..its the 1st time I have ever done somthine like this...all the other times the website was made by some one else#


If I wanted a video to be in a pop up like this website Then would it have to be a .MOV yeah?
post #15
02 July 2005, 11:01 UTC#15
yeah, I like it looks good, you have a new writiing :O
post #16
02 July 2005, 11:44 UTC#16
Yes yes . Angry blue again . Tut tut .

^^ I beet Mono to it.

Oh and as for the iframe problem. Do it in notepad man. Not an editor. That is if you know html?
post #17
02 July 2005, 16:46 UTC#17
QUOTE(Tomm @ Jul 2 2005, 12:44 PM)
Yes yes . Angry blue again . Tut tut .

^^ I beet Mono to it.

Oh and as for the iframe problem. Do it in notepad man. Not an editor. That is if you know html?
[right][snapback]113435[/snapback][/right]



Nope theres no angry blue...there all new brushes

And no ....I dont know any html...apart from <Marquee> Image file not present in the recovered backup
post #18
02 July 2005, 16:54 UTC#18
<iframe width "??" height "??" name "??" src "???" frameborder "??"></iframe>

Or something like that
post #19
02 July 2005, 17:05 UTC#19
If you want the iframe in the number 10 slice then just make that image a background image and make the iframe the same size as the image and make the background n scrollbars transparent. Thats how I'd do it anyway.
post #20
02 July 2005, 18:13 UTC#20
biggrin.gif yay new site
post #21
03 July 2005, 09:21 UTC#21
Did you manage to work out the pop-up solution yet ben?
post #22
03 July 2005, 10:13 UTC#22
QUOTE(gIp @ Jul 3 2005, 10:21 AM)
Did you manage to work out the pop-up solution yet ben?
[right][snapback]114122[/snapback][/right]



yeah..I did it when you were there lol...im stuck with the I frame...I need some one to do it for me lol
post #23
03 July 2005, 14:24 UTC#23
QUOTE(urban_ben @ Jul 3 2005, 10:13 AM)
im stuck with the I frame...I need some one to do it for me lol


After slicing, open in notepad and search the image you want iframe to be at:

QUOTE
<IMG SRC="images/content.gif" WIDTH=600 HEIGHT=400 ALT=""></TD>


and replace it with something like:

QUOTE
<iframe src="content.html" width="600" height="400" name="Content" frameborder="no"></iframe></TD>