I have been trying to find a solution and the closest I came across is below, but it needs a tweak and I hope someone can please guide me:
In red below are the fields that I hope to navigate to my Table_A Field:Initials
Thank you in advance for any guidance you have to offer
Cheers,
Leon
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
Leon13
Greetings friends,
I have been trying to find a solution and the closest I came across is below, but it needs a tweak and I hope someone can please guide me:
In red below are the fields that I hope to navigate to my Table_A Field:Initials
Thank you in advance for any guidance you have to offer
Cheers,
Leon
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
.fa {
padding: 20px;
font-size: 30px;
width: 30px;
text-align: center;
text-decoration: none;
margin: 5px 2px;
border-radius: 50%;
}
.fa-facebook {
background: #3B5998;
color: white;
}
</style>
</head>
<body>
<a href="#" class="fa fa-facebook"></a>
</body>
</html>
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.