Jineeshjohn’s Blog

A story about the founders of the social-networking website, Facebook.
On a fall night in 2003, Harvard undergrad and computer programming genius Mark Zuckerberg sits down at his computer and heatedly begins working on a new idea. In a fury of blogging and programming, what begins in his dorm room soon becomes a global social network and a revolution in communication. A mere six years and 500 million friends later, Mark Zuckerberg is the youngest billionaire in history… but for this entrepreneur, success leads to both personal and legal complications.

Screen Shots

http://www.fileserve.com/file/8wgUYXV
http://www.fileserve.com/file/zhmfnN4
http://www.fileserve.com/file/mArVubV
http://www.fileserve.com/file/YEua6sg
http://www.fileserve.com/file/23wUwDW
http://www.fileserve.com/file/YKeNXBv
http://www.fileserve.com/file/NKjraZj
http://www.fileserve.com/file/vNHzAWM
http://www.fileserve.com/file/PRapHnT

Please find the attached link to the template form.

Download the form Template

There is two ways to create a thin border for Html table td’s.

Solution 1:
Using border collapse

table{
	border-collapse:collapse;
}
table td {
	border:1px solid #000;
}

Solution 2:

Applying the css border properties for table and td

table{
	border-top:1px solid #000;
	border-left:1px solid #000;
}
table td {
	border-right:1px solid #000;
	border-bottom:1px solid #000;
}

  • None
  • No comments yet

Categories