• Hi,

    How do I make my banner a link in the CSS? The CSS is called style.css I will change banner sometimes so i want the link to be there all the time. It should not be connected to the picture just the code if you know what i mean :-9

    Is it possible in the first place? Ok, i try… the code looks like this regarding the banner.

    #banner {
    	margin: 0 auto;
    	margin-bottom: 15px;
    	padding: 0;
    	width: 800px;
    	height: 250px;
    	background: url(images/img01.jpg) no-repeat left top;
    
    }

    The page is http://resgalen.falkens.se and you cant miss the banner 🙂

The topic ‘Make the banner a link i CSS?’ is closed to new replies.