Author |
Topic  |
|
falk3n
Starting Member
8 Posts |
Posted - 17 April 2001 : 20:06:40
|
How do you add the forum to a single existing page, and have it a small part of the page, say 500 X 400 ? Like into a cell or table.. Thanks.
|
|
falk3n
Starting Member
8 Posts |
Posted - 17 April 2001 : 20:45:41
|

Edited by - falk3n on 17 April 2001 20:45:53 |
 |
|
paco
Junior Member
 
Spain
187 Posts |
Posted - 18 April 2001 : 03:45:16
|
You can put it into a frame, maybe an iFrame.
Regards, Paco
|
 |
|
paco
Junior Member
 
Spain
187 Posts |
Posted - 18 April 2001 : 03:54:41
|
To put it inside a table cell you'll probably have to get into the forum code. I would look for HTML tags (<HTML>, <HEAD>, <BODY>) in top.inc and default.asp and use ASP includes. Maybe it's enough with that, maybe not.
Have luck, and please, if you manage to do it, tell us how you did it.
Paco
|
 |
|
falk3n
Starting Member
8 Posts |
Posted - 18 April 2001 : 07:46:53
|
Thanks, I'll try that. |
 |
|
falk3n
Starting Member
8 Posts |
Posted - 18 April 2001 : 16:28:45
|
Well That was rather easy with an Iframe, Thanks paco.
The code: Just add anywhere in your page. (html page)
<IFRAME ID=IFrame1 FRAMEBORDER=0 WIDTH=550 HEIGHT=450 SCROLLING=yes SRC="http://forum.snitz.com/forum/default.asp"></IFRAME> |
 |
|
Doug G
Support Moderator
    
USA
6493 Posts |
Posted - 18 April 2001 : 18:44:57
|
I don't think Netscape supports IFRAME.
====== Doug G ====== |
 |
|
work mule
Senior Member
   
USA
1358 Posts |
Posted - 18 April 2001 : 21:27:28
|
quote:
I don't think Netscape supports IFRAME.
It doesn't. I think that IE is the only browser that supports IFRAME's. It's a browser specific element introduced by Microsoft.
|
 |
|
Gremlin
General Help Moderator
    
New Zealand
7528 Posts |
Posted - 18 April 2001 : 23:46:03
|
Good idea to stay away from IFRAME at the moment becuase of the reasons posted above.
If this is the sort of thing your trying to do www.eq-halo.com/forums then let me know and I'll post the code I used. Basically just a few table tags added here and there to inc_top.asp and inc_footer.asp
|
 |
|
falk3n
Starting Member
8 Posts |
Posted - 20 April 2001 : 11:26:55
|
Netscape users are missing alot on the web anyway.. I think I'll keep using Iframe.. besides, the amout of netscape users in my logs don't justify any special coding on my end, they'll just have to conform, or miss out. I did. 
|
 |
|
AzJose
Starting Member
USA
1 Posts |
Posted - 10 May 2001 : 01:18:19
|
I would be interested in the code you used. I am wanting to keep in the same style with the rest of the site i am working on, using an include for top and left bars, like yours. TIA.. Joseph
quote:
Good idea to stay away from IFRAME at the moment becuase of the reasons posted above.
If this is the sort of thing your trying to do www.eq-halo.com/forums then let me know and I'll post the code I used. Basically just a few table tags added here and there to inc_top.asp and inc_footer.asp
|
 |
|
Aznknight
Senior Member
   
USA
1373 Posts |
Posted - 10 May 2001 : 01:39:23
|
quote:
Netscape users are missing alot on the web anyway.. I think I'll keep using Iframe.. besides, the amout of netscape users in my logs don't justify any special coding on my end, they'll just have to conform, or miss out. I did. 
my sentiments exactly. 
- Alan www.iamviet.com www.calvsa.net Snitz Resource |
 |
|
|
Topic  |
|