You may want to set your iframe up like this, but if the website you are using the iframe on is larger than your site in width or height you will need scrolling on or open the iframe just as large as the website contained in the iframe:
Blogger Tips; Trick, Adsense Tips; Trick, Youtube Tips , Trick, Crack Software, all software crack, forex indicator, forex, indicator,
Thursday, February 6, 2014
How to Install Windows 7/8 Bootable External Hard Drive
Make a Bootable External Hard Drive and Install Windows 7/8
Please be careful using the select command (so you don’t select and format your hard disk instead)
Step 1: Format the Drive
Just place the flash drive in the USB port of your computer. Open command prompt (cmd). You can do that by pressing WINKEY+R, right click on the listed file and click on “Run as administrator“.
Enter the following commands in the same order as I did here:
Just place the flash drive in the USB port of your computer. Open command prompt (cmd). You can do that by pressing WINKEY+R, right click on the listed file and click on “Run as administrator“.
Enter the following commands in the same order as I did here:
diskpart
list disk
select disk z (where z is the number corresponding for your USB disk. You have to replace it with the corresponding letter from your own system).
clean
create partition primary
active
format fs=fat32 quick
assign
exit
list disk
select disk z (where z is the number corresponding for your USB disk. You have to replace it with the corresponding letter from your own system).
clean
create partition primary
active
format fs=fat32 quick
assign
exit
Subscribe to:
Posts (Atom)