The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Universal Boxes/Modules for HTML Pages

4 posters

Go down

Solved Universal Boxes/Modules for HTML Pages

Post by AdmiralJuicy 5/7/2011, 21:07

Hello, I would like to know if there's a way to create a module for an HTML page that if you change it, all of the other pages would change.

For example, I want to change the information on a box that I have on various HTML pages, and if I change this information, the other pages would change this information as well, removing the need of copy/pasting the whole information throughout more than 100 HTML pages.

I wanted to this because the Portal has a maximum number of pages I can create while the HTML pages are unlimited.

Can anyone help me with this issue?
AdmiralJuicy
AdmiralJuicy
Forumember

Male Posts : 125
Reputation : 0
Language : English

http://sonicfamily.forumotion.com/

Back to top Go down

Solved Re: Universal Boxes/Modules for HTML Pages

Post by Vlajki 5/7/2011, 21:40

Static HTML pages have that problem. That's why PHP and CMSes are invented. Other thing that is similar to PHP is SHTML (Goolge it). But you can't use SHTML on Forumotion, so I guess you have to copy-past the code. Or use the Iframes (worst option, because of the Search Engines).
Vlajki
Vlajki
Forumember

Male Posts : 724
Reputation : 359
Language : Serbian & English
Location : Serbia

Back to top Go down

Solved Re: Universal Boxes/Modules for HTML Pages

Post by AdmiralJuicy 5/7/2011, 22:46

Hmm...

Can you tell me more about IFrames? I think I have a general idea of what they are, but I'm not sure...
AdmiralJuicy
AdmiralJuicy
Forumember

Male Posts : 125
Reputation : 0
Language : English

http://sonicfamily.forumotion.com/

Back to top Go down

Solved Re: Universal Boxes/Modules for HTML Pages

Post by hoodedwarbler12 5/7/2011, 22:55

IFrames allow you to bring a script or a page from another page onto the page where you're putting the IFrame.

The syntax is:
Code:
<iframe src="PAGE OR SCRIPT LINK" width="WIDTH" height="HEIGHT"/>
hoodedwarbler12
hoodedwarbler12
Forumember

Male Posts : 521
Reputation : 117
Language : English, Latin, HTML, JavaScript
Location : Tennessee, USA

http://www.webkinznation.com

Back to top Go down

Solved Re: Universal Boxes/Modules for HTML Pages

Post by AdmiralJuicy 5/7/2011, 23:47

hoodedwarbler12 wrote:IFrames allow you to bring a script or a page from another page onto the page where you're putting the IFrame.

The syntax is:
Code:
<iframe src="PAGE OR SCRIPT LINK" width="WIDTH" height="HEIGHT"/>

Oh, nice, thanks! You can close this topic now.
AdmiralJuicy
AdmiralJuicy
Forumember

Male Posts : 125
Reputation : 0
Language : English

http://sonicfamily.forumotion.com/

Back to top Go down

Solved Re: Universal Boxes/Modules for HTML Pages

Post by Nera. 5/7/2011, 23:52

Solved ~ Locked
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum