View Single Post
Old 11-17-2012, 12:44 PM   PM User | #1
optimizer123
New Coder

 
Join Date: Oct 2012
Location: Basement
Posts: 88
Thanks: 9
Thanked 0 Times in 0 Posts
optimizer123 is an unknown quantity at this point
img displaying next to div

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:

Code:
<!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?
optimizer123 is offline   Reply With Quote