Trying to (1) generate a link to PDF. Also trying to (2) generate a link to Shopping Cart. Have tried a few possibilities unsuccessfully-something I am missing with the CSS?
(1) Here is what the script looks like. Can anyone please help with how to properly link PDF?
<a href="#" class="link-style1">Text here</a>
.link-style1 {
display: block;
width: 150px;
height: 40px;
margin-top: 33px;
background: #C5586A url(images/menu-wrapper-bg.png) repeat;
border-radius: 5px;
box-shadow: 1px 1px 1px 0px rgba(0,0,0,.3);
line-height: 40px;
text-align: center;
text-decoration: none;
text-shadow: 1px 1px 0px rgba(0,0,0,.3);
font-size: 18px;
color: #FFFFFF;
}
(2) Here is the script where I am trying to link the shopping cart. Can someone please help?
<a href="#" class="link-style2">Text here</a>
.link-style2 {
display: inline-block;
width: 80px;
height: 30px;
margin-top: 10px;
background: #323232 url(images/link-style2.png) repeat;
border-radius: 5px;
box-shadow: inset 0px 1px 0px 0px rgba(0,0,0,.3);
line-height: 30px;
text-align: center;
text-decoration: none;
text-shadow: 1px 1px 0px rgba(0,0,0,.3);
font-size: 14px;
color: #FFFFFF;
}
Thank you!
Links to PDF & Shopping Cart - Post...
Here's for your PDF.
I bet you can figure out the other one now.
[[[
<style type="text/css">
<!--
.link-style1 {
display: block;
width: 150px;
height: 40px;
margin-top: 33px;
background: #C5586A url(images/menu-wrapper-bg.png) repeat;
border-radius: 5px;
box-shadow: 1px 1px 1px 0px rgba(0,0,0,.3);
line-height: 40px;
text-align: center;
text-decoration: none;
text-shadow: 1px 1px 0px rgba(0,0,0,.3);
font-size: 18px;
color: #FFFFFF;
}
-->
</style>]]]
[[[<a href="http://mysite.com/mypdf.pdf" class="link-style1">Text here</a>]]]


[[[
<style type="text/css">
<!--
.link-style1 {
display: block;
width: 150px;
height: 40px;
margin-top: 33px;
background: #C5586A url(images/menu-wrapper-bg.png) repeat;
border-radius: 5px;
box-shadow: 1px 1px 1px 0px rgba(0,0,0,.3);
line-height: 40px;
text-align: center;
text-decoration: none;
text-shadow: 1px 1px 0px rgba(0,0,0,.3);
font-size: 18px;
color: #FFFFFF;
}
-->
</style>]]]
[[[<a href="http://mysite.com/mypdf.pdf" class="link-style1">Text here</a>]]]
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.