Jun
20th

How To Embed Web Page within Web Page?

Files under HTML & CSS | Leave a Comment | 2,183 views

If you feel struggle on displaying a web page within another web page, then this HTML code may help to solve the problem.

How can i do that? There’s no need long list of code, or complex JavaScript code, but it just use pure simple HTML tags.

Copy and paste the code below into your web page where you would like to embed the web page that you like.

<object data=http://www.imdavidlee.com width=”600″ height=”400″> <embed src=http://www.imdavidlee.com width=”600″ height=”400″> </embed> </object>

See the preview:

Jun
8th

BrowserShots: Check Cross Browser Compatibility

Files under Basic Web Knowledge | Leave a Comment | 1,406 views

BrowserShots.org is a web-based browser combatibility check tool that lets you preview how your website looks in all kind of browsers at one time. Just submit your website URL and wait few minutes for BrowserShots.org to generate screenshots for each browser.

browsershot

browsershot

It’s really FREE! It helps you to test your web design in different kind of browsers so you don’t really have to install them on your computer.

(more…)