How to embed any HTML content to your website
Wednesday, 09 July 2008
by RAM5N, Inc.
Hello coders. Today I gonna show to you how to embed any HTML content to your website? It’s very easy and simple. Let’s follow the below steps.
In any HTML body of your website add following iframe code and viola it’s done and enjoy.
<div id="divpopup" style="display:none;">
<iframe src="https://ram5n.com/any-html" width="100%" height="800" scrolling="no" border="0" style="border-width: 0px;"> </iframe>
</div>
Source: weTechnology Team
For permission content from this site must be hyperlinked when used!
- Published in How-Tos, weSoftware, weTechnology
No Comments