noobtouch
02-13-2011, 02:09 PM
Hi, i need to add back and next buttons where its outlined in my screenshot. The red area. The problem is ive put in a form, and therefore it doesnt let me.
Does anyone know a way around this. I need it on the same line.
Any help is helpful :)
Cheers
Noobtouch
http://img4.uploadhouse.com/fileuploads/7998/7998704-holder-3903d4afd74053a0580ad7f162def322.jpg (http://www.uploadhouse.com/viewfile.php?id=7998704&showlnk=0)
The code is below. ive taken bits out because its too long. The relevent area should be below anyway. The div id for it is 'extra'.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Home</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="generator" content="HAPedit 3.1">
<style type="text/css">
html,body{margin:5px;padding:0px}
body{
font: 76% arial,sans-serif;
text-align:center;
background:#FFFFFF}
p{margin:0px 10px 10px}
a{display:block;color: #981793;padding:10px}
div#header{height:50px;margin:0;padding-left:10px
;background:url(images/banner.gif)}
div#container{text-align:left}
div#content p{line-height:1.4}
div#content{ background:#F0F0F0}
div#navigation{background:#FFFFFF;}
div#extra{background:#F0F0F0}
div#footer{background:#284C93;color:#F0F0F0}
div#footer p{margin:0;padding:5px 10px}
div#container{width:1024px;margin:0 auto;border-top-width:thin;border-right-width:1px;
border-bottom-width:1px;border-left-width:1px;border-top-style:none;border-right-style:solid;
border-bottom-style:none;border-left-style:solid; border-bottom-color:#b0b0b0;border-left-color:#DEDFDE;
border-right-color:#b0b0b0;}
div#content{float:left;width:845px}
div#navigation{float:right;width:160px}
div#extra{float:left;width:845px}
div#footer{clear:both;width:100%}
<div id="extra">
<form name="hop">
<p align="center">
<select name="choose">
<option selected value="#">Select a page</option>
<option value="#">Page 1</option>
<option value="#">Page 2</option>
<option value="#">Page 3</option>
</select>
<input type="button" onClick="location=document.hop.choose.options[document.hop.choose.selectedIndex].value;" value="Go"></p>
</form>
</div>
<div id="footer"><p>© 2010-2011 Ali El Waili</p></div>
</div>
Thanks again :thumbsup:
Does anyone know a way around this. I need it on the same line.
Any help is helpful :)
Cheers
Noobtouch
http://img4.uploadhouse.com/fileuploads/7998/7998704-holder-3903d4afd74053a0580ad7f162def322.jpg (http://www.uploadhouse.com/viewfile.php?id=7998704&showlnk=0)
The code is below. ive taken bits out because its too long. The relevent area should be below anyway. The div id for it is 'extra'.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Home</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="generator" content="HAPedit 3.1">
<style type="text/css">
html,body{margin:5px;padding:0px}
body{
font: 76% arial,sans-serif;
text-align:center;
background:#FFFFFF}
p{margin:0px 10px 10px}
a{display:block;color: #981793;padding:10px}
div#header{height:50px;margin:0;padding-left:10px
;background:url(images/banner.gif)}
div#container{text-align:left}
div#content p{line-height:1.4}
div#content{ background:#F0F0F0}
div#navigation{background:#FFFFFF;}
div#extra{background:#F0F0F0}
div#footer{background:#284C93;color:#F0F0F0}
div#footer p{margin:0;padding:5px 10px}
div#container{width:1024px;margin:0 auto;border-top-width:thin;border-right-width:1px;
border-bottom-width:1px;border-left-width:1px;border-top-style:none;border-right-style:solid;
border-bottom-style:none;border-left-style:solid; border-bottom-color:#b0b0b0;border-left-color:#DEDFDE;
border-right-color:#b0b0b0;}
div#content{float:left;width:845px}
div#navigation{float:right;width:160px}
div#extra{float:left;width:845px}
div#footer{clear:both;width:100%}
<div id="extra">
<form name="hop">
<p align="center">
<select name="choose">
<option selected value="#">Select a page</option>
<option value="#">Page 1</option>
<option value="#">Page 2</option>
<option value="#">Page 3</option>
</select>
<input type="button" onClick="location=document.hop.choose.options[document.hop.choose.selectedIndex].value;" value="Go"></p>
</form>
</div>
<div id="footer"><p>© 2010-2011 Ali El Waili</p></div>
</div>
Thanks again :thumbsup: