optimizer123
11-17-2012, 12:44 PM
Hey there,
I want a picture showing left of my 'box' on my website so out of my div. How can I do this? I'm fairly new to this. here is my code i got for a part of my site including a slideshow:
<!doctype html>
<head>
<title> Like Mikes Rsgp Store </title>
<link rel="stylesheet" type="text/css" href="home.css"/>
<script type="text/javascript" src="Javascript/Slideshowvar.js">
</script>
</head>
<body>
<div id ="kader">
<div id="menu">
<a href = "home.html"><nav>Home</nav></a>
<a href = "rsgp.html"><nav> Buy Rsgp</nav></a>
<a href = "reserveren.html"><nav>About Me</nav></a>
<a href = "contact.html"><nav>Contact</nav></a>
</div> <br />
<div id = "inhoud">
<div class="slideshow">
<a href="javascript:gotoshow()"><img src="afbeeldingen/slideshow/rsgp.jpg" class="slide" name="slide" alt="slideshow"></a>
<script type="text/javascript" src="Javascript/SlideshowIF.js">
</script>
<!--Javascript Slideshow End-->
</div>
Div id "kader" is the huge box. I want a picture shown left of that in the middle. How can I do this?
I want a picture showing left of my 'box' on my website so out of my div. How can I do this? I'm fairly new to this. here is my code i got for a part of my site including a slideshow:
<!doctype html>
<head>
<title> Like Mikes Rsgp Store </title>
<link rel="stylesheet" type="text/css" href="home.css"/>
<script type="text/javascript" src="Javascript/Slideshowvar.js">
</script>
</head>
<body>
<div id ="kader">
<div id="menu">
<a href = "home.html"><nav>Home</nav></a>
<a href = "rsgp.html"><nav> Buy Rsgp</nav></a>
<a href = "reserveren.html"><nav>About Me</nav></a>
<a href = "contact.html"><nav>Contact</nav></a>
</div> <br />
<div id = "inhoud">
<div class="slideshow">
<a href="javascript:gotoshow()"><img src="afbeeldingen/slideshow/rsgp.jpg" class="slide" name="slide" alt="slideshow"></a>
<script type="text/javascript" src="Javascript/SlideshowIF.js">
</script>
<!--Javascript Slideshow End-->
</div>
Div id "kader" is the huge box. I want a picture shown left of that in the middle. How can I do this?