My webpage background features an image of old Tbilisi, and here is the code I am using:
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
</head>
<style>
#links {
margin: 0 auto;
width: 4800px;
font-size:70px;
clear: both;
display: block;
}
#test a {
float: right;
}
a, a:active, a:visited {
color: red;
}
</style>
<body background="თბილისი.jpg" >
</body>
</html>
I am looking to include links for 'hotels', 'tours' and 'entertainment' on my page without them appearing on the houses in the background. Ideally, I would like them centered or positioned on the right side. Can someone provide guidance on how to achieve this?