Deprecated: Creation of dynamic property WPtouchProFour::$settings_object is deprecated in /home2/learnera/public_html/tech/wp-content/plugins/wptouch/core/class-wptouch-pro.php on line 82

Deprecated: Automatic conversion of false to array is deprecated in /home2/learnera/public_html/tech/wp-content/plugins/wptouch/core/admin-load.php on line 70

Deprecated: Creation of dynamic property Advanced_Editor_Tools::$toolbar_classic_block is deprecated in /home2/learnera/public_html/tech/wp-content/plugins/tinymce-advanced/tinymce-advanced.php on line 347

Deprecated: Creation of dynamic property Advanced_Editor_Tools::$toolbar_block is deprecated in /home2/learnera/public_html/tech/wp-content/plugins/tinymce-advanced/tinymce-advanced.php on line 349

Deprecated: Creation of dynamic property Advanced_Editor_Tools::$toolbar_block_side is deprecated in /home2/learnera/public_html/tech/wp-content/plugins/tinymce-advanced/tinymce-advanced.php on line 350

Deprecated: Creation of dynamic property Advanced_Editor_Tools::$panels_block is deprecated in /home2/learnera/public_html/tech/wp-content/plugins/tinymce-advanced/tinymce-advanced.php on line 351

Deprecated: Creation of dynamic property Advanced_Editor_Tools::$used_block_buttons is deprecated in /home2/learnera/public_html/tech/wp-content/plugins/tinymce-advanced/tinymce-advanced.php on line 354

Deprecated: Creation of dynamic property YARPP::$is_custom_template is deprecated in /home2/learnera/public_html/tech/wp-content/plugins/yet-another-related-posts-plugin/classes/YARPP_Core.php on line 56

Deprecated: Creation of dynamic property YARPP::$db_options is deprecated in /home2/learnera/public_html/tech/wp-content/plugins/yet-another-related-posts-plugin/classes/YARPP_Core.php on line 69

Warning: Cannot modify header information - headers already sent by (output started at /home2/learnera/public_html/tech/wp-content/plugins/wptouch/core/class-wptouch-pro.php:82) in /home2/learnera/public_html/tech/wp-includes/feed-rss2.php on line 8
word-wrap – Rajesh https://tech.learnerandtutor.com A Developer Wed, 04 May 2016 04:36:38 +0000 en-US hourly 1 https://wordpress.org/?v=6.5.2 word-wrap not working in ie https://tech.learnerandtutor.com/word-wrap-break-word-not-working-in-ie/ https://tech.learnerandtutor.com/word-wrap-break-word-not-working-in-ie/#respond Thu, 11 Jun 2015 05:36:02 +0000 http://tech.learnerandtutor.com/?p=589 Continue reading ]]> If you are trying to apply the css property word-wrap: break-word  to an anchor tag it will not get effect in internet explorer. To overcome this apply this property to the parent tag of the anchor tag.

For example from

<p>
   <a href="#" style="word-wrap:break-word">Link Text</a>
</p>

to

<p style="word-wrap:break-word">
   <a href="#">Link Text</a>
</p>

 

]]>
https://tech.learnerandtutor.com/word-wrap-break-word-not-working-in-ie/feed/ 0