help with picture selection bar

liunx

Guest
hello (new to the forums and learning HTML)<br />
<br />
I have a page that i post pictures from friends. Scince i started this, my page has gotten overcrouded and i need a selection bar.<br />
<br />
i already have a nav bar for my main site that is about 175 px<br />
i am wanting to have 75x75 thumbnails on a horiziontal scrolling frame.<br />
<br />
can anyone help me?<br />
<br />
thanks<br />
<br />
PS. i included an example<!--content-->Something like this?<br />
<br />
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"><br />
<HTML> <br />
<HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8"> <br />
<TITLE></TITLE> <STYLE TYPE="text/css"><!--BODY{font-size:1.5em;}<br />
A:link{ text-decoration:none; color:#ad4234;} <br />
A:visited{ text-decoration:none; color:#ad4234;} <br />
A:active{ text-decoration:none; color:#ad4234;} <br />
A:hover{ text-decoration: underline; color:#ad4234;}<br />
.pici{margin:0px; padding:0px;}--></STYLE><br />
</HEAD> <br />
<BODY><br />
<DIV STYLE="text-align:center;"><br />
<DIV><br />
<A HREF=http://www.webdeveloper.com/forum/archive/index.php/"house2.JPG" TARGET="main">1</A>&nbsp;&nbsp;<br />
<A HREF=http://www.webdeveloper.com/forum/archive/index.php/"house2a.JPG" TARGET="main">2</A>&nbsp;&nbsp;<br />
<A HREF=http://www.webdeveloper.com/forum/archive/index.php/"house2b.JPG" TARGET="main">3</A>&nbsp;&nbsp;<br />
<A HREF=http://www.webdeveloper.com/forum/archive/index.php/"house3.JPG" TARGET="main">4</A>&nbsp;&nbsp;<br />
<A HREF=http://www.webdeveloper.com/forum/archive/index.php/"house3a.JPG" TARGET="main">5</A>&nbsp;&nbsp;<br />
<A HREF=http://www.webdeveloper.com/forum/archive/index.php/"house4.JPG" TARGET="main">6</A>&nbsp;&nbsp;<br />
<A HREF=http://www.webdeveloper.com/forum/archive/index.php/"house4a.JPG" TARGET="main">7</A>&nbsp;&nbsp;<br />
<A HREF=http://www.webdeveloper.com/forum/archive/index.php/"house4b.JPG" TARGET="main">8</A>&nbsp;&nbsp;<br />
<A HREF=http://www.webdeveloper.com/forum/archive/index.php/"house4c.JPG" TARGET="main">9</A>&nbsp;&nbsp;<br />
<A HREF=http://www.webdeveloper.com/forum/archive/index.php/"house4d.JPG" TARGET="main">10</A><br />
</DIV><IFRAME class="pici" WIDTH="380" HEIGHT="380" ALIGN="MIDDLE"<br />
SCROLLING="NO" NAME="main" SRC=http://www.webdeveloper.com/forum/archive/index.php/"house2.JPG"></IFRAME> </DIV></BODY><br />
</HTML><br />
<br />
<br />
See it in action here:<br />
<!-- m --><a class="postlink" href="http://www.emdevelopments.co.uk/demo/iframe/">http://www.emdevelopments.co.uk/demo/iframe/</a><!-- m --><!--content-->You could take the numbers out and replace them with thumbnails if you so wished.<!--content-->thanks, ill give it a try<!--content-->
 
Back
Top