Search found 3 matches

by dillan598
Fri Jun 25, 2010 8:41 am
Forum: Coding Help / Tips
Topic: What HTML you use?
Replies: 7
Views: 22843

Re: What HTML you use?

I use HTML-5.HTML5 is a standard for structuring and presenting content on the World Wide Web. The new standard incorporates features like video playback and drag-and-drop that have been previously dependent on third-party browser plug-ins such as Adobe Flash, Microsoft Silverlight, and Google Gears.
by dillan598
Fri Jun 25, 2010 3:14 am
Forum: General Chat
Topic: Which service you use for your Ads?
Replies: 11
Views: 12323

Re: Which service you use for your Ads?

I always use Google ad sense for my Ads,it is durable for this work.
by dillan598
Wed Jun 23, 2010 11:28 am
Forum: Coding Help / Tips
Topic: About insert link in to images ???
Replies: 10
Views: 11395

Re: About insert link in to images ???

<HTML>
<HEAD>
<TITLE>this is just a test</TITLE>
</HEAD>
<BODY>
<a href="whateverpage.htm"><img src="picturelink.gif" alt="hello" /></a>
</BODY>
</HTML>