html help

Computer builds, hardware and software discussion or troubleshooting, including peripherals. Essentially a general place to talk about desktop computers.
Locked
User avatar
MikeDB
Posts: 1224
Joined: Fri May 13, 2005 3:09 pm

html help

Post by MikeDB »

ok I have a forum that I have started up on invision free its called Gunz Online HQ, Gunz is a online game were you fight other users with weapons from daggers to rocket launchers. anyway I have made a php file that has a Iframe in it (yes insted of doing the <? ?> tages I just put html) but it has a type or "boarder" in it, the url is mike-db.com/gunz I was wondering if there was someway I could fis the board but also only have one slider insted of two.

Archived topic from Iceteks, old topic ID:4244, old post ID:34327
User avatar
MikeDB
Posts: 1224
Joined: Fri May 13, 2005 3:09 pm

html help

Post by MikeDB »

Ok well then would this work at all?

<frameset cols="25%,75%">
<frame src="www.somesite.com">
</frameset>

Archived topic from Iceteks, old topic ID:4244, old post ID:34331
User avatar
rovingcowboy
Posts: 1504
Joined: Wed Dec 18, 2002 10:14 pm

html help

Post by rovingcowboy »

sorry i can't get iframes to work i have no idea how to do what you want.

maybe someone else does or maybe you can find a dhtml script to make it for you.

:unsure:

Archived topic from Iceteks, old topic ID:4244, old post ID:34342
roving cowboy/ keith
Chris Vogel
Posts: 5140
Joined: Fri Jan 10, 2003 1:14 am

html help

Post by Chris Vogel »

I’m not quite sure what you mean, Mikwiththestick. Anyway, you may find W3Schools helpful. There are some parts of HTML I’ve never messed with, and <iframe> is one of them.

How is your Web site coming along?

Archived topic from Iceteks, old topic ID:4244, old post ID:34349
User avatar
onykage
Posts: 838
Joined: Thu Jan 26, 2006 12:55 pm

html help

Post by onykage »

iframe is just a seperate div inside of the page. Im not exactly sure what your tring to do. Just call your iframe, then set the width and height. Then give it a file to display. something like target="content.htm"

hope that helps.

and yes.. w3schools is the shiznit. I highly recpmend it for a guide. The rest is just practice and lots of swearing at IE.

Archived topic from Iceteks, old topic ID:4244, old post ID:34394
Image
www.onykage.com | www.q3schools.com
If I shoot you in the face with a green thorn, would you spawn an attitude?
User avatar
MikeDB
Posts: 1224
Joined: Fri May 13, 2005 3:09 pm

html help

Post by MikeDB »

sorry I did not reply fast enough, its ok I figured it out, I decided to not give a damn and not do it I even forgot what I wanted.
@tak my site is coming along quite nicly for those of you who don't know im doing it all in flash.

Archived topic from Iceteks, old topic ID:4244, old post ID:34403
User avatar
MikeDB
Posts: 1224
Joined: Fri May 13, 2005 3:09 pm

html help

Post by MikeDB »

now I do need help with this, this is a template im trying to make so far im stuck and im only at the first "stage" of it. Go to this here link http://www.mike-db.com/templates/metallic/index.html now all of the underscores and periods are just ment to space out my "box" to make it look like what I want now in this box there will be contained the rest of the site but first I need this to work how could I make it so that all of the images on my box fit together perfectly?

Archived topic from Iceteks, old topic ID:4244, old post ID:34404
User avatar
MikeDB
Posts: 1224
Joined: Fri May 13, 2005 3:09 pm

html help

Post by MikeDB »

how could I make some parts of my site so that it counted how meny times a file has been downloaded from my site? Like what is the HTML?

Archived topic from Iceteks, old topic ID:4244, old post ID:34421
Locked