HTML - obrázek na pozadí přes celou stránku
Napsal: 17 dub 2017 14:23
Dobrý den, zkoušel jsem některé rady na toto téma ve starších diskuzích, ale nějak se nemůžu chytit.
Mám následující kód a potřebuji to zajistit, tak aby to bylo přes celou stránku a to bez opakování:
<html>
<head>
<title>Vsetín</title>
<meta name = "keywords" content = "">
<meta name = "description" content = "">
</head>
<body background="obr1.jpg">
<table width="100%" border="0">
<style>
td a { width: 100%; height: 100%; text-align: center; display: block}
td a { color: white; font-size: 20px; font-weight: bold; padding-top:15px }
td a:hover { background-color: red; color: white; font-weight: bold }
a {text-decoration: none}
</style>
...
Mám následující kód a potřebuji to zajistit, tak aby to bylo přes celou stránku a to bez opakování:
<html>
<head>
<title>Vsetín</title>
<meta name = "keywords" content = "">
<meta name = "description" content = "">
</head>
<body background="obr1.jpg">
<table width="100%" border="0">
<style>
td a { width: 100%; height: 100%; text-align: center; display: block}
td a { color: white; font-size: 20px; font-weight: bold; padding-top:15px }
td a:hover { background-color: red; color: white; font-weight: bold }
a {text-decoration: none}
</style>
...