Ad Tracking With A Link


Tracking your advertising methods is a vital a part of doing business. However, buying a commercial tracking software program is often expensive. If you are looking for an easy thanks to track your advertising, this HTML tip is also your answer.
You can track your ads employing a easy code; but, you want to have access to your net web site logs to look at your results. Once you place your ads, rather than using your regular net address, use one thing kind of like the code below:
http://www.yourdomain.com?ad_one


Change the name when the question mark for every ad you place. Once you read your logs, you'll be able to see specifically that ads are effective and that ads are not.

7pic - Free Images and VIdeos Hosting


7pic.com is one in all web sites that provide free footage on-line hosting and upload your footage instantly while not registration. Therefore you'll be able to stop wasting time on registration styles of log-in to the web site and upload your image instead. It's easy, fast and simple.

This web site support for giant image host. Not solely pictures, you furthermore might will upload massive video files and host it into this web site. But, uploading pictures and videos have a unique approach. If you'll be able to upload pictures while not registration, then you wish to make an account 1st to upload videos. Besides uploading pictures instantly, it is a higher plan if you produce an account to create certain that your pictures continuously live. 7pic solely guarantee to store your pictures forever time in case your account is active.
Take it off! Thirty fifth off .com domains at GoDaddy.com!
If you interest, you furthermore will earn cash using this web site by joining affiliate program. It's liberal to be a part of. You’ll be able to earn up to $1.37 for {every} installation or every download of 7pic uploaded that you just refer. Not solely that, you furthermore might get two hundredth from earning of your referrers that you just recruit. Once signed up as an affiliate, you'll be able to see 7PIC's statistics page. All info is clearly displayed therefore you recognize precisely how well you are doing and the way your traffic is performing. Once you meet the minimum payment worth of $50, the payments are sent inside seven days once you request it.


Partner site : online news

Javascript Hosting Using Fileave


Hosting is a crucial half when using featured template. As you recognize, several templates for currently have a special feature that use javascript to perform it like slideshow feature or else. So, you would like to use your own file hosting to form your blog perpetually safe from crash. currently i will be able to guiding you to form your own file hosting account in fileave.com.

Plan for gratis account :
* 50MB Storage
* 1GB Monthly bandwidth

Main demand for gratis Account :
*You should login into fileave once a month to stay your account perpetually active

Here all step from making account till using your files :
1. Click "Sign Up" and answer all demand required. i believe you may not have any downside with registration proccess.
2. Login into your account.
3. realize "Click here to look at your files" link and click on it.
4. Click "Upload Files" button
5. Browse your file and click on "Upload" button.
6. Back to your files

For example, you're uploading the "jdgallery.js" file for Mahusay Template. you may get an immediate link of this file like this.



Just copy the direct link and place it into your template with javascript html format [See step 1 of Mahusay Instructions].
Fileave.com just my recomendation, you can use another web file hosting like webs.com or else.

How To Remove Automatic Readmore at Static Page Blogger


Most Blogger template that I created still using recent version of "automatic readmore" feature. So, if you're using my blogger templates than you would like to edit the template manually to get rid of browse additional possibility from the static pages.

Follow the directions below to get rid of automatic browse additional from blogger static pages.


1. Go to Dashboard → Design → Edit Html → Expand Widget Templates.

2. Press Ctrl+F and search this codes.


<div class='post-body entry-content'>


Then add this code below that codes.

<b:if cond='data:blog.pageType == &quot;static_page&quot;'><br/>
<data:post.body/>
<b:else/>


Look like this

<div class='post-body entry-content'>
<b:if cond='data:blog.pageType == &quot;static_page&quot;'><br/>
<data:post.body/>
<b:else/>


3. Press Ctrl+F and search this codes.

<div style='clear: both;'/> <!-- clear for photos floats -->


Then add this code above that codes.

</b:if>


look like this

</b:if>
<div style='clear: both;'/> <!-- clear for photos floats -->


4. Save

Preventing Browser Cache


If you are looking for the simplest way to stop browser cache, this HTML tip can assist you.

Meta tags are used to grant detailed directions in regard to an online page to the Search Engines and browsers.


When you get guests returning to your net website, your guests browser can cache or create a duplicate of your net website for faster viewing their next visit. this may stop your regular guests from seeing your new content unless they manually reload their browser.

 If you do not often update your net website, browser cache might not be a haul. However, if you are continuously updating your net website, {you may|you'll|you can} need to stop browser cache to make sure your regular guests will see the newest version of your net website.

You can stop browser cache just by as well as a special META tag at intervals your HTML code.

Add the following code between the <HEAD> and </HEAD> tags of your HTML.

<META http-equiv="Pragma" content="no-cache">

Partner site : online news

Preventing Search Engine Indexing


If you are looking for the way to forestall Search Engines from indexing bound websites at intervals your internet web site, this HTML tip is for you.

Meta tags are used to present detailed directions in regard to an online page to the Search Engines and browsers.

Many times, you'll have an online page that you just don't desire the Search Engines to index, like download pages or non-public membership sites. to assist with this drawback, add one among the subsequent META tag codes between the <HEAD> and </HEAD> tags of your HTML.

 The subsequent META tag tells the Search Engine robots to not index this page and to not follow any links at intervals the page:

<META NAME="ROBOTS" CONTENT="NOINDEX,NOFOLLOW">


The following META tag tells the Search Engine robots to not index this page, however follow any links at intervals the page:

<META NAME="ROBOTS" CONTENT="NOINDEX,FOLLOW">

Partner site : online news

Adding Color To Your HTML Web Page Table Background


HTML online page tables are used at intervals an online page to arrange content. they'll be displayed with background colours, with or borderless, and may contain rows and columns displayed in a limiteless range of the way.

For example, if you look toward the highest of this online page, right below the tabs, you'll see our navigational links displayed at intervals an HTML online page table with a gray background. we tend to use color table backgrounds throughout this net web site. 

Related Tags
 Website Tips and tricks Website Marketing Website HTML coding Search Engine Optimization Free SEO ToolsWebmaster

HTML Web Page Table

In this example, the HTML table below contains 2 columns and 1 row. The left column has the background color set to #72A4D2. The right column has the background color set to #EAE8E8.








This is an example of a table with background colors. This HTML table has 2 columns and 1 row.





<TABLE BORDER="0" CELLPADDING="4" ALIGN="Center" WIDTH="50%">
<TR>
<TD BGCOLOR="#72A4D2" WIDTH="10%"></TD>
<TD BGCOLOR="#EAE8E8"></TD>
</TR>
</TABLE>

Edit the text indicated in bold to suit your needs.

Using HTML online page tables with color backgrounds may be a good way to feature color to your sites while not using graphics.




Partner site : online news

Adding An Image Background To Your HTML Web Page Tables




HTML tables are displayed among an online page to neatly align content. they'll contain image backgrounds, coloured backgrounds, borders of various sizes, and a vast range of rows and columns.

In this example, the HTML table below contains a pair of columns and one row. The left column contains the image. the initial image seems below to enable you to ascertain the particular size.



This is an example of an HTML table with an image background. This HTML table has 2 columns and 1 row.




<TABLE BORDER="0" CELLPADDING="4" ALIGN="Center" WIDTH="50%">
<TR>
<TD BACKGROUND="bg.gif" WIDTH="10%"></TD>
<TD BGCOLOR="#EAE8E8"></TD>
</TR>
</TABLE>


Edit the text indicated in daring to fit your wants.

This is the particular image used among the on top of table:

Notice how the image duplicated itself to fill the table's background? Keep this in mind when making your own image.

If you would like to use the on top of image as an example to help you in making your own image, you are welcome to repeat it.

Here's how:

Place your mouse pointer over the image on top of and right click on your mouse. attend 'Save image As' - a window can load and enable you to pick the folder on your pc within which you would like to save lots of the image.




Partner site : online news

Adding Color To Your Table Borders



(Internet Explorer)

If you are using HTML tables inside your web content and would really like to feature a color border, this HTML code can assist you.



In this example, the table below contains one column and one row. The background color is ready to #EAE8E8 and the border color is set to #C6C6C6.
This is an example of an HTML table with a color border and background.


This is an example of an HTML table with the standard border.






<TABLE BORDER="2" BORDERCOLOR="#C6C6C6" CELLPADDING="4" ALIGN="Center" WIDTH="50%">
<TR>
<TD BGCOLOR="#EAE8E8">Your Text</TD>
</TR>
</TABLE>

Edit the text indicated in bold to suit your needs.

Using a color border and background together with your HTML web content tables appearance far more skilled than merely using the quality HTML table borders and backgrounds. provides it a strive, you'll presumably be more than happy with the new look.




Partner site : online news