Showing posts with label html. Show all posts
Showing posts with label html. Show all posts

Friday, April 24, 2009

HTML Tricks-Add a Background Music In Your Web Page

HTML is a basic language and is most commonly used to build web pages and widgeted templates.But many of us how to add a background music to a HTML web page.I got a simple HTML code that will help you in adding a background music file to your web page.

With the help of EMBED command,you can add a background music file.Just add the following code to your HTML document:-


In the above code,replace the king.wav file with your music file and enjoy adding background music to your web pages.


             ***********************
Subscribe the the Learning Scope RSS Feed

Sunday, March 29, 2009

Remove Navigation Bar from your blog

I am a blogger and i blog for passion,earn money and to give away my knowledge.Now you have seen blogs with a top navigation bar but in some blogs it looks different that doesn't matches your blog's theme.So here is a simple trick to completely remove it!!It requires only copy-paste of a javascript in your blogger template.Follow the steps below and you are done!!

1.Go to blogger.com and sign in with your google account.
2.Now go to your blog's settings.
3.Under setting,there is a "Edit HTML" tab,click on it.
4.Now put the following code in your blog template:-

#navbar-i frame {
height:0px;
visibility:hidden;
display:none;
}

5.Now save your template and open your blog in browser.
6.Now you will not see any navigation bar.So enjoy blogging!!

                                                  ***************************
                                       Liked my post!!Then subscribe to RSS Feed

                                    Subscribe to the Learning Scope RSS Feed

Thursday, March 26, 2009

Tech Fest in SUSCET

I am a web designer and i can create new templates using HTML and CSS.Since 15th March 2009,i have been working on a contest which is to be held on 27th March 2009 in Shaheed Udham Singh College of Engineering and Technology(SUSCET),Mohali.I have qualified for the semi-final the day before yesterday and today i am very happy that i am also qualified for the final competition.Now i can participate in Tech Fest tomorrow.

In this contest i need to make a high quality HTML template using any image editing tools like Dreamweaver,Adobe photoshop,etc.And the best website will be awarded with some cash prize.SO i am working harder for tomorrow's competition and i am very confident that i'll be going to win this contest.
 
                                                        ******************************
                                             Subscribe to the Learning Scope RSS Feed

Friday, March 20, 2009

Learned HTML language

Today i am very happy that i have done learning HTML at home.I was learning HTML since 10th march 2009 and i took me 10 days to learn all this stuff.Its very difficult to learn HTML language in just 10 days but w3schools has made this one easy for me.Now i can design HTML templates easily using different stylesheets.
At w3schools you can also learn other languages like PHP,HTML,XHTML,ASP,ASP.net,WAP,Javascript,CSS and much more!!

Yesterday i have designed a three column HTML template.It is a three column template in which two columns can be used for widgets while the other one is for displaying the content.If anyone is interested in buying that template,then contact me at abhishekamb2000@gmail.com.I have decided to sell that template for just $0.5,which is a very low price for a wonderful template.

                                                         *****************************
                                            Subscribe to the Learning Scope RSS Feed

Sunday, November 23, 2008