email and hyper links displayed as plain text? - Joomla! Forum - community, help and support
i using jsjamba template. have altered css file menu links on left not underlined.
the problem have if insert hyperlink, or email address in article looks plain text, , not know link. blue , underlined, norm these sort of links. there anyway can make default within articles, without effecting menu links on left?
thanks
mark
the problem have if insert hyperlink, or email address in article looks plain text, , not know link. blue , underlined, norm these sort of links. there anyway can make default within articles, without effecting menu links on left?
thanks
mark
without seeing site it's impossible tell css code need alter, find div contains content , add link rules underline; eg
#content-container a:link, #content-container a:visited {text-decoration:underline;}
#content-container a:hover {a:hover:text-decoration:none;}
where content-container div contains articles
#content-container a:link, #content-container a:visited {text-decoration:underline;}
#content-container a:hover {a:hover:text-decoration:none;}
where content-container div contains articles
Comments
Post a Comment