Subscribe to Feed

Posts Tagged ‘HTML

25 Unique uses of WordPress as CMS WordPress is often thought of as little more than a blogging platform. But it’s capable of so much more. Through a little customization and the use of plugins, WordPress can easily be transformed into a full-featured content management system. This article demos [...]

This article explains how to implement Google Adsense search in your ASP.Net master page. One of the problems with using Google Adsense search in ASP.NET pages is that Google Adsense for search is implemented in it own form and ASP.Net only allows you to have one server side form per page and does not allow [...]

Crucial Concepts Behind Advanced Regular Expressions Regular exp    ressions (or regex) are a powerful way to traverse large strings in order to find information. They rely on underlying patterns in a string’s structure to work their magic. Unfortunately, simple regular expressions are unable to cope with complex patterns and symbols. To deal [...]

30Apr

How to Align <HR> Element?

Posted by admin as Asp.Net, HTML, Technology, Web

<HR> is block element in XHTML. So if you try control the alignment of <HR> by using something like below code, it will not have any affect on the block element’s alignment.
<hr style="text-align: left" />
To control the alignment of <HR> or for that matter any block elements, you have to use margin. For example lets [...]


 

 

Subscribe to Feed

Categories

Links

Dev Jobs