Free Games Forum
Free Games Games Forums Music Forums TV Forums

  Free Games Forum Home FORUM
HOME
Search Posts SEARCH
POSTS
Who's Online WHO'S
ONLINE
Log in LOG
IN
Rules & FAQ RULES / FAQ
REPORT SPAM

Free Games Forum: Game Technology: HTML Forum:
Questions on HTML

 

 


dark guardian
Newbie

Aug 27, 2005, 4:46 PM

Post #1 of 12 (489 views)
Shortcut
Questions on HTML Can't Post

Ask me I know all there is to know about HTML...I even wrote a webpage for my schools site


Signed,
HTML Master-Dark Guardian



SMI
Senior Member


Aug 27, 2005, 5:29 PM

Post #2 of 12 (486 views)
Shortcut
Re: [dark guardian] Questions on HTML [In reply to] Can't Post

Ok, how do you make a new window open with raw HTML from left to right?


//Input


Grady
Senior Member


Aug 27, 2005, 6:41 PM

Post #3 of 12 (484 views)
Shortcut
Re: [dark guardian] Questions on HTML [In reply to] Can't Post

Wow, if I made a website for my school they'd pay me for it, my schools website is pathetic, look:

My schools crappy website HERE!




God is dead,
And noone cares,
If there is a hell,
I'll see you there.


(This post was edited by Grady on Aug 27, 2005, 6:41 PM)


dark guardian
Newbie

Aug 28, 2005, 1:25 AM

Post #4 of 12 (479 views)
Shortcut
Re: [SMI] Questions on HTML [In reply to] Can't Post

<A HREF="website address" TARGET_new>

I personally perfer TARGET_top so i can hit the back button


Signed,
HTML Master-Dark Guardian


I_N_U_Y_A_S_H_A
Newbie


Aug 29, 2005, 2:00 AM

Post #5 of 12 (470 views)
Shortcut
Re: [dark guardian] Questions on HTML [In reply to] Can't Post

how do i make codes for the pictures it so confusing







_________________________________________________

BEWARE OF MY WinDscaR
ALL SCAMMERS MUST Die!!!


Karienji Sakuta
Enthusiast


Aug 29, 2005, 7:06 AM

Post #6 of 12 (466 views)
Shortcut
Re: [I_N_U_Y_A_S_H_A] Questions on HTML [In reply to] Can't Post

<img src="image URL">


lol, athrin wuz here.


dark guardian
Newbie

Aug 29, 2005, 11:09 AM

Post #7 of 12 (457 views)
Shortcut
Re: [I_N_U_Y_A_S_H_A] Questions on HTML [In reply to] Can't Post

<IMG SRC="url" HEIGHT="#" WIDTH="#">


Signed,
HTML Master-Dark Guardian


Jackel
Newbie

Aug 31, 2005, 9:19 AM

Post #8 of 12 (448 views)
Shortcut
Re: [dark guardian] Questions on HTML [In reply to] Can't Post

Image Code:
Image with no border.

Code
<img border="0" src="url">

You can also specify if you want border or not by changing the 0 to 1 and so on. Now if you do the code like

Code
<img src="url">

it's going to give it a default border.

HyperLink:

Code
<a href="url">Text Here</a>


HyperLink In New Window:

Code
<a href="url" target="_blank">Text Here</a>


To make a hyper link but insert an image instead (eg.if you want to make a banner) it is as follows:

Code
<a href="url"><img border="0" src="url"></a>


This may be a bit more clear to most of you.


www.nsirc.com
Enter Noob,Leave Pro



Grady
Senior Member


Aug 31, 2005, 3:23 PM

Post #9 of 12 (441 views)
Shortcut
Re: [dark guardian] Questions on HTML [In reply to] Can't Post


In Reply To
<IMG SRC="url" HEIGHT="#" WIDTH="#">


Wow, i've finnaly found someone on FGF I truly dispise.
You're a showoffy little kid, you know that?

The HTML master, PFFT, answer SMI's question then little smartass.




God is dead,
And noone cares,
If there is a hell,
I'll see you there.


dark guardian
Newbie

Aug 31, 2005, 11:39 PM

Post #10 of 12 (439 views)
Shortcut
Re: [Grady] Questions on HTML [In reply to] Can't Post

hey i could have given all the options to edit the picture.

height width align...


Signed,
HTML Master-Dark Guardian


Jackel
Newbie

Sep 1, 2005, 3:36 PM

Post #11 of 12 (433 views)
Shortcut
Re: [Grady] Questions on HTML [In reply to] Can't Post

If someone really wants to know how to do what SMI asked(i think he/she is talking about frames) i can show you a sample.

Index page

Code
<frameset cols="x,x" border="0" framespacing="0" frameborder="0"> 
<frame src="navigator.html" name="left_frame" scrolling="no">
<frame src="showframe.html" name="showframe">

this shows that you want 2 frames one on the left(your navigator page) and right side(your action page)hence the "left_frame"/"showframe"

Navigator page

Code
<base target="showframe"> 
<body>
//links go here
</body>

This tells the page to open the pages in "showframe" (right side)

showframe.html

Code
//this page is just your action page. 
anything you desire you put here.


Hope that helps.


www.nsirc.com
Enter Noob,Leave Pro



(This post was edited by Jackel on Sep 1, 2005, 3:40 PM)


dark guardian
Newbie

Sep 2, 2005, 12:27 AM

Post #12 of 12 (421 views)
Shortcut
Re: [Jackel] Questions on HTML [In reply to] Can't Post

o...u want frames

x=any number

<HTML>
<FRAMESET COLS="x,*" BORDER="x" FRAMEBORDER="x" FRAMESPACING="x">
<FRAME SRC="left frame url" NAME="Nav" SCROLLING="no" NORESIZE>
<FRAME SRC="right frame url" NAME="Main" NORESIZE>
</FRAMESET>
</HTML>

This is a basic 2 frame website with a navigation bar and a main frame.


<HTML>
<FRAMESET ROWS="x,*" BORDER="x" FRAMEBORDER="x" FRAMESPACING="x">
<FRAME SRC="top url" Name="head" NORESIZE SCROLLING="no">
<FRAMESET COLS="x,*" BORDER="x" FRAMEBORDER="x" FRAMESPACING="x">
<FRAME SRC="Left url" NAME="nav" SCROLLING="no" NORESIZE>
<FRAME SRC="Right url" NAME="main" SCROLLING="no" NORESIZE>
</FRAMESET>
</FRAMESET>
</HTML>

This is your basic 3 frame website.

Don't forget to get the sizing right before publishing the site


Signed,
HTML Master-Dark Guardian

(This post was edited by dark guardian on Sep 2, 2005, 12:28 AM)

 
 
 


Search for (options) Web Design by Web Ideas - Page loaded in: 0.16 s on (CGI/1.1)