✔ Pg3 - Projects - 'Quote' grid widget needs direct link to Project pages (???)
(Completed by Taylor Bernard on July 21, 2015)
Comments
Taylor Bernard on July 20, 2015:
hey whats best way to do this.
need to link the whole widget to mouseover and popup new page. but its not playing nice if i just put all the widget content in an 'a href'. works fine if i do them seperate. but im sure we dont want to make duplicate ahref links for the copy and the sig.
Comments
Taylor Bernard on July 20, 2015:
need to link the whole widget to mouseover and popup new page.
but its not playing nice if i just put all the widget content in an 'a href'.
works fine if i do them seperate. but im sure we dont want to make duplicate ahref links for the copy and the sig.
Justin Bernard on July 21, 2015:
on css, you may can just leave current text formatting as is
then add something like this:
. project_quote a {
text-decoration: none;
color: ###;
}
. project_quote a:hover {
color: ###;
}
also change _blank to _self so it goes to link in same window