I am using FreewayPro 4.3.2 to prepare a “prototype” website, and I am having a couple of problems. I would be grateful if anyone could help me solve them.
This page has one paragraph which I am styling with inline CSS, which is the way I need to do it because I am going to generate each of a number of such paragraphs out of a FileMakerPro database, where I can easily add these CSS tags. (SEO and google-awareness are not needed at this stage!)
This page contains a single Markup Item containing the following:
(1) All the text is a hypertext link, which is what I want, but it is all underlined WHICH I DO NOT WANT! Could somebody kindly tell me how to amend the above to “turn off” the underlining of the linked text. (I know it’s to do with a:linked but I can’t find where or how to put the right text in the above to make it work).
(2) The link “http:www.awin1.com/awclick.php?mid=1019&id=000000” doesn’t quite work!! It adds the URL of my site before it, so it doesn’t work!
<a href="http://www.awin1.com/awclick.php?mid=1019&id=101561"
style="text-decoration:none"><span style="text-align: left; line-
height:90%;font-size: 14px; font-weight: bold; font-family: tahoma;
color: blue;">KeyCamp Holidays</span><span style="font-size:10px; font-
style: italic; font-family: verdana; color: black;"> — Discover
why Keycamp are officially the UK and Ireland's Number 1 mobile home
holiday company. Enjoy a relaxed, easy-going atmosphere for people who
don't want to be packaged.</a>
Regards,
Tim.
On 1 Mar 2010, at 23:38, philipcaplan wrote:
(1) All the text is a hypertext link, which is what I want, but it
is all underlined WHICH I DO NOT WANT! Could somebody kindly tell
me how to amend the above to “turn off” the underlining of the
linked text. (I know it’s to do with a:linked but I can’t find where
or how to put the right text in the above to make it work).