Call Us: (877) 228-0901 M-F 9am-5pm US EST Bookmark and Share

FREE CONSULTATION

Fill in form below





Member Login



Joomla Article E-mail link is wrapping in IE PDF  | Print |  E-mail

If the e-mail link on your articles is wrapping in IE you can make a fix to the com_content article template.  Locate the default.php file in the components/com_content/views/article/tmpl directory.  On line 38 change the code as follows:

FROM: "right" width="100%" class="buttonheading"> 

TO: "right" width="100%" class="buttonheading" nowrap="nowrap">

Now locate the components/com_content/views/category/tmpl/blog_item.php file

Change line 35 from
"right" width="100%" class="buttonheading">
to

"right" width="100%" class="buttonheading" nowrap="nowrap">

Now locate the components/com_content/views/section/tmpl/blog_item.php file

Change line 39 from
"right" width="100%" class="buttonheading">
to

"right" width="100%" class="buttonheading" nowrap="nowrap">

Now locate the components/com_content/views/frontpage/tmpl/default_item.php file

Change line 37 from
"right" width="100%" class="buttonheading">
to

"right" width="100%" class="buttonheading" nowrap="nowrap">
Comments (1)Add Comment
0
Thank you so much
written by Nick, September 25, 2009
This has been killing me. I looked all over the CSS and HTML in the template and found nothing. Greatly appreciated.

Write comment

security code
Write the displayed characters


busy
 
© 2006-2009 Code A Site, LLC