HTML Help

Anything else. Post a funny site or tell us about yourself. Discuss current events or whatever else you want. Post off topic threads here.
Post Reply
User avatar
Verfo
Veteran Member
Posts: 3655
Joined: Thu May 01, 2008 12:21 am
Quick Reply: Yes
Location: evol efil

HTML Help

Post by Verfo »

Alright, if i have a word document, can i link it on my website without uploading it anywhere?
<< banned for proof of botting. -cin >>

User avatar
Brago
Loyal Member
Posts: 1541
Joined: Wed Mar 26, 2008 2:48 am
Quick Reply: Yes
Location: The world has an ending, now you must find this ending.

Re: HTML Help

Post by Brago »

use the Code key

Code: Select all

Hallo 

5+5 = 10 because of the scietific method.
Image


Image

User avatar
Verfo
Veteran Member
Posts: 3655
Joined: Thu May 01, 2008 12:21 am
Quick Reply: Yes
Location: evol efil

Re: HTML Help

Post by Verfo »

...What?
mind giving me the code?
<< banned for proof of botting. -cin >>

User avatar
LaloHao
Loyal Member
Posts: 1987
Joined: Thu Nov 22, 2007 10:59 pm
Quick Reply: Yes
Location: Mexico

Re: HTML Help

Post by LaloHao »

If you are hosting your website in your computer you don`t need to upload it anywhere, but if you`re not you have to upload it, and

Code: Select all

Place an Iframe inside the page, the place a tartget link to the Iframe, like the below example.

<html>
<head>
<title>Open Word in Iframe</title>
</head>
<body>
<DIV align="CENTER">
<TABLE BORDER="1" CELLSPACING="1" CELLPADDING="1" WIDTH="100%">
<TR>
<TD WIDTH="25%" ALIGN="left" VALIGN="TOP">
<a href="doc1.doc" target="awindow">Doc 1</A><br>
<a href="doc2.doc" target="awindow">Doc 2</A><br>
<a href="doc3.doc" target="awindow">Doc 3</A>
</TD>
<TD WIDTH="75%" ALIGN="CENTER" VALIGN="TOP">
<iframe name="awindow" frameborder=2 width=580 height=440 src="title.html"></iframe>
</TD></TR></TABLE></CENTER>
</DIV>
</body>
</html>

Replace the doc names with the word document names.
Replace title.html with the file you want to originally show up in the iframe when the page loads.

Jim.

User avatar
dom
Global Moderator
Global Moderator
Posts: 9962
Joined: Wed Mar 08, 2006 10:46 pm
Quick Reply: Yes
Location: västkustskt

Re: HTML Help

Post by dom »

lol iframe, welcome to 1999.

You need to upload the document for people to be able to see it; they would not be able to access it on your computer unless you set up an FTP.
Image

User avatar
NuclearSilo
Forum God
Posts: 8834
Joined: Mon Aug 21, 2006 12:00 pm
Quick Reply: Yes
Location: Age of Wushu

Re: HTML Help

Post by NuclearSilo »

I believe you have to redirect traffic from your main IP to your network IP in order make it to work.
Install Apache - XAMPP to setup a server
Playing Age of Wushu, dota IMBA

User avatar
Riptide
Common Member
Posts: 136
Joined: Tue Jul 22, 2008 11:42 am
Quick Reply: Yes
Location: NL
Contact:

Re: HTML Help

Post by Riptide »

dom wrote:lol iframe, welcome to 1999.

You need to upload the document for people to be able to see it; they would not be able to access it on your computer unless you set up an FTP.


Everybody can keep harrasing frames, there is one thing frames are damn good @ (And divs etc. not). That is partial page loading, you don't need AJAX for that.

Spoiler!
The cake is NO lie
Image

User avatar
Priam
Forum Legend
Posts: 7885
Joined: Tue Jul 11, 2006 8:38 am
Quick Reply: Yes
Location: At the apple store, Cause i'm an iAddict.

Re: HTML Help

Post by Priam »

Frames, tables to build the layout, it's all useless crap. Don't ever use them.
Image

User avatar
Crumpets
Forum Legend
Posts: 7800
Joined: Mon Aug 14, 2006 4:58 pm
Quick Reply: Yes
Location:         

Re: HTML Help

Post by Crumpets »

NuclearSilo wrote:I believe you have to redirect traffic from your main IP to your network IP in order make it to work.
Install Apache - XAMPP to setup a server




Really don't need these two, actually you don't need nothing at all. He's still only in html.

Want a document on the web, you have to upload the info. You have to upload the informtion in one way or another for people to see it.
<< banned for being a constant problem. -cin >>

User avatar
Riptide
Common Member
Posts: 136
Joined: Tue Jul 22, 2008 11:42 am
Quick Reply: Yes
Location: NL
Contact:

Re: HTML Help

Post by Riptide »

Priam wrote:Frames, tables to build the layout, it's all useless crap. Don't ever use them.


Tables are awesome to present data, they have uses (I needed to say that).

Idd for layout Divs, but seeing this its not going to be a fancy layout website. Its just showing a doc it seems, right? Then tables can be more then sufficient.
The cake is NO lie
Image

Post Reply

Return to “Off Topic Lounge”