Skip to main content

Full Guide (How To Make A New Wesite)


how to make a new web site
http://www.make-a-web-site.com/
http://www.pagetutor.com/pagetutor/makapage/index.html
www.webmonkey.com

Colour Palletes
http://colormatch.dk

HTMLlock <---Need

http://www.devside.net
http://www.devside.net/download/crypto/disclaimer1.html

well, if you want text seperate from image, you could just do this:


<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<td><td>

your text here, it's totally fun, yeah yeah yeah

</td><td>

<img src="your picture here">

</td></tr>
</table>



if you want to have the image on the left side, and text on the right side, just reverse the code like so:


<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<td valign="bottom" align="left">

<img src="your picture here">

</td>

<td><td>

your text here, it's totally fun, yeah yeah yeah

</td></tr>
</table>

Comments

Popular posts from this blog

#2 Why Security Is so important

                     Why  Security   ?   It is  Really  a question Every Body Knows How Important Security Is Here is Some Top Reasons Why Security is Most Important     ·         Evolution Of Technologies has focused primarily on ease of use ·         Computer  infrastruture  Management is  becomming  more complex for the common Man ·         Skill Level Required For Exploiting Security  Weakness Is Constantly ·         Direct Impact Of Security Breach on corporate asset base goodwill ·          Increased Networked Environment And Network Based Application

How To Hack Wifi Passwords With Windows 100% Works

How to Crack a Wpa2-Psk Password with Windows :- It,s very common question on the internet to How to hack a Facebook account password and how to hack a WiFi password. Even if you search on YouTube you will find a lots of tutorial to How to hack a WiFi password using backtrack. However, backtrack OS is not most handy OS for normal users. Today i am going to show you how to a crack a Wp2-psk password with windows machine. Software Requirement for this lab :- 1. CommView for Wifi ( Download ) 2.  Elcomsoft Wireless Security Auditor (Download ) Presently i am connected with my own wifi network Virusfound and i want to hack the password of Ultimate that is secured with Wpa2-psk encryption. First you need to be capture the Wpa2, four-way handsake with CommView. Open commView and click on the Start option  then click on the capture option to start the capture now it will show you all available AP , Now click on the Tools > Select the Node Reassoi...

How To Install BT 5 R3 On Virtual Machine Step By Step !

In this tutorial i will show you how to install  Backtrack 5 R3  which is recently  released by offensive security team . if you’ve previously installed backtrack then you might be familiar with  backtrack installations   . its easy and simple just follow given simple steps. Stage 1  Requirements 1 : Download backtrack ISO from  here 2 :  Download  VMware Workstation  or   VMplayer 3 : Install any of above Stage 2 Installation 1 : Create A new virtual machine 2 : choose installer ISO ( choose backtrack 5 ISO )  3 : choose   Linux  as your guest operating system type and  Ubuntu   as version 4 : give a name and location of your backtrack VM 5 : Specify virtual hard drive space ( 20 GB is good enough ) then click finish from ready to create vm window hit enter to go boot screen then choose   d...