Jump to content

roondog

Members
  • Posts

    212
  • Joined

  • Last visited

Everything posted by roondog

  1. Is it possible to do more than one thing with a mouseOver. I want to change a picture and display some text.
  2. I just tried this in notepad and it works.<td style="padding: 0px; background-color: #ffffff" bgColor="#ffffff" valign="top"><p>sssssss</p> </td> I think ste thought you pressed 7 instead of % or do you want it to be 1007px wide?
  3. Do you mean the ssssssss is centered vertically. If so put valign="top" or valign="bottom" in the <td> tag depending on where you want it. Also you could try using divs rather than tables for the layout not sure how you do that in dream weaver.
  4. I'm trying to get to grips with javascript and picked up a book called Javascript DeMYSTiFied by Jim Keogh. Has anybody read it and confirm/deny if its any good?
  5. Instead of margin-left: 12%;margin-right:12%; try margin: 0 auto;
  6. I actually use .container{margin-left: auto;margin-right auto;} but i've seen alot of people post the other way.
  7. There is so many threads on this and i beleive the generally accepted way is to do this.CSS: body{text-align:center}.container{position:relative;margin: 0 auto;} html: <html><head><link type="text/css" rel="stylesheet" href="stylesheet.css" /></head><body><div class="container">YOUR WEBSITE HERE</div></body></html> replace stylesheet.css with the location of your stylesheet.I beleive this is correct unless someone knows otherwise.
  8. I have a slidewhow but i want it to stop after it gets to the final image. Here is the code for the slideshow <html><head><script type="text/javascript"><!--var image1=new Image()image1.src="http://tevershamhotspurs.250free.com/stick.jpg"var image2=new Image()image2.src="http://tevershamhotspurs.250free.com/stickk2.jpg"var image3=new Image()image3.src="http://tevershamhotspurs.250free.com/stick3.JPG"var image4=new Image()image4.src="http://tevershamhotspurs.250free.com/stick4.JPG"var image5=new Image()image5.src="http://tevershamhotspurs.250free.com/stick5.JPG"var image6=new Image()image6.src="http://tevershamhotspurs.250free.com/stick.jpg"//--></script></head><body><img src="http://tevershamhotspurs.co.uk/stick.jpg" name="slide" width="150" height="100" /><script><!--//variable that will increment through the imagesvar step=1function slideit(){//if browser does not support the image object, exit.if (!document.images)returndocument.images.slide.src=eval("image"+step+".src")if (step<6)step++elsestep=1//call function "slideit()" every 2.5 secondssetTimeout("slideit()",2500)}slideit()//--></script></body></html>
  9. not totally sure but try putting height: 100%; in the css.
  10. Did you get an e-mail confirming the purchase of the domain. Maybe contact their support or ask others who use it if they have a forum.
  11. this is the css i use for a banner and is fine in ff div.banner{float: left;width: 800px;height: 100px;background: url(/headers/title.jpg);} i don't put any html in the div.
  12. Either but the banner in the div rather than as background or give that div a width and height.
  13. I belong to a gaming community that uses servage for their website. They seem to be ok. Maybe you just need to upload some pages and see what happens.
  14. i don't think that is it. I can get one to work but not both.This code allows the second one to work only. <html><head><script type="text/javascript"><!--var image1=new Image()image1.src="http://tevershamhotspurs.co.uk/pictures/logo1.jpg"var image2=new Image()image2.src="http://tevershamhotspurs.co.uk/pictures/team1.jpg"var image3=new Image()image3.src="http://tevershamhotspurs.co.uk/pictures/shield1.jpg"//--></script><script type="text/javascript"><!--var pic1=new Image()pic1.src="http://tevershamhotspurs.co.uk/pictures/elvis1.jpg"var pic2=new Image()pic2.src="http://tevershamhotspurs.co.uk/pictures/macca.jpg"var pic3=new Image()pic3.src="http://tevershamhotspurs.co.uk/pictures/player.jpg"//--></script></head><body><img src="http://tevershamhotspurs.co.uk/pictures/logo1.jpg"" name="slide" width="100" height="56" /><script><!--//variable that will increment through the imagesvar step=1function slideit(){//if browser does not support the image object, exit.if (!document.images)returndocument.images.slide.src=eval("image"+step+".src")if (step<3)step++elsestep=1//call function "slideit()" every 2.5 secondssetTimeout("slideit()",2500)}slideit()//--></script><img src="http://tevershamhotspurs.co.uk/pictures/elvis1.jpg"" name="slideb" width="100" height="56" /><script><!--//variable that will increment through the imagesvar view=1function slideit(){//if browser does not support the image object, exit.if (!document.images)returndocument.images.slideb.src=eval("pic"+view+".src")if (view<3)view++elseview=1//call function "slideit()" every 2.5 secondssetTimeout("slideit()",2500)}slideit()//--></script></body></html>
  15. i'm trying to get 2 slideshows on one page but i've only just started learning javascript. I got the first one to work but when i added the second neither work. here is the code for the whole page. <html><head><style type="text/css">body{text-align: center;font-family: arial, helvetica, sans-serif;background: url(http://draeconin.com/tiles/m-series/m-81.jpg);}div.container{margin-left: auto;margin-right: auto;width: 800px;height: 600px;background: url(http://tevershamhotspurs.250free.com/football.JPG);}div.banner{float: left;width: 800px;height: 100px;background: url(/headers/title.jpg);}div.top{float: left;width: 750px;height: 250px;margin-left: 12px;}div.bottom{float: left;width: 750px;height: 250px;margin-left: 12px;}div.link{float: left;width: 139px;height:200px;margin-top: 20px;margin-left: 5px;border: solid black 1px;background-color: white;}div.title{float: left;width: 139px;height: 25px;background: url(http://tevershamhotspurs.250free.com/title.bmp) no-repeat;color: black;padding-top: 5px;padding-left: 5px;text-align: left;}div.pic{float: left;width: 139px:height: 70px;background-color: blue;}div.brief{float: left;width: 139px;height: 100px;background: url(http://tevershamhotspurs.250free.com/brief.bmp) no-repeat;padding-top: 5px;padding-left: 5px;color: white;text-align: left;}div.roon{margin-left: auto;margin-right: auto;background-color: gray;color: white;font-size: 8pt;height: 10px;}a:link{color:black;}a:visited{color:black;}a{text-decoration:none;}a:hover{text-decoration:underline;}</style><script type="text/javascript"><!--var image1=new Image()image1.src="/pictures/logo1.jpg"var image2=new Image()image2.src="/pictures/shield1.jpg"var image3=new Image()image3.src="/pictures/team1.jpg"var pic1=new Image()pic1.src="/pictures/player.jpg"var pic2=new Image()pic2.src="/pictures/elvis1.jpg"var pic3=new Imagepic3.src="/pictures/kick.jpg"//--></script><body><div class="container"><div class="banner"></div><div class="top"><div class="link"><div class="title"><a href="/mainpages/news.html">News</a></div><div class="pic"><img src="/pictures/logo1.jpg" name="slide" /><script><!--var step=1function slideit(){if (!document.images)returndocument.images.slide.src=eval("image"+step+".src")if (step<3)step++elsestep=1setTimeout("slideit()",2500)}slideit()//--></script></div><div class="brief">All the recent news from Teversham Hotspurs H.Q </div></div><div class="link"><div class="title"><a href="/mainpages/fixtures.html">Fixtures</a></div><div class="pic"><img src="/pictures/fixtures1.jpg" /></div><div class="brief">Check out our forthcoming fixtures and our results for this season.</div></div><div class="link"><div class="title"><a href="/mainpages/table.html">Table</a></div><div class="pic"></div><div class="brief">See how we are shaping up in division one </div></div><div class="link"><div class="title"><a href="/mainpages/profiles.html">Players</a></div><div class="pic"><img src="/pictures/player.jpg" name="slideb" /><script><!--var step=1function slideit(){if (!document.pics)returndocument.pics.slideb.src=eval("pic"+step+".src")if (step<3)step++elsestep=1setTimeout("slideit()",2500)}slideit()//--></script></div><div class="brief">Have a look at Hotspurs past and present </div></div><div class="link"><div class="title"><a href="/mainpages/stats.html">Statistics</a></div><div class="pic"><img src="/pictures/kick.jpg" /></div><div class="brief">Whos been good and whos been bad? </div></div></div><div class="bottom"><div class="link"><div class="title"><a href="/mainpages/info.html">Club Info</a></div><div class="pic"></div><div class="brief">All the information you need to know about Teversham Hotspurs FC </div></div><div class="link"><div class="title"><a href="/mainpages/archive.html">Archive</a></div><div class="pic"></div><div class="brief">The history of Teversham Hotspurs FC results and league tables </div></div><div class="link"><div class="title">Downloads</div><div class="pic"></div><div class="brief">Coming soon....<br />Get THFC wallpapers </div></div><div class="link"><div class="title">Guestbook</div><div class="pic"></div><div class="brief">Leave a message for Teversham Hotspurs </div></div><div class="link"><div class="title">Links</div><div class="pic"></div><div class="brief">Investigate other sites related to Teversham Hotspurs </div></div></div><div class="roon">Designed by Roondog Interweb Design MMVII</div></div></body></html> Thanks in advance for help.
  16. Thanks once again for the suggestions. Where do I start in reply? First off i'll explain a little about the site, its not actually my clan (although i am now a member). There was a call for help on the xbox forums and I decided to answer. The only remit I was given was the different pages they wanted and the bit of text 'about us' page. So I quickly put together the old design just as an example. They seemed pretty happy about it but it was heavily criticised on the forums so I came here looking for suggestions knowing they would be constructive. The overall feeling seemed to be re-design so I had a look at a few other clan-sites and went for a similar design but obviously in my own way. The last design you saw was mid tinkering (i was tired and needed sleep) so I have immediately changed some things. A few of the things are there temporarily until I get round to sorting them (the rainbow six link image, some of the text). I have once again taken your advice with the links box and added a few colours hopefully they are not too harsh on the eye. Next I'll move on to the rest of the pages and put them back in order.Thanks once again for the suggestions.p.s the only version is at www.teamrbd.co.nr
  17. The new home page is practically finished and is here all suggestion welcome as ever.[skemcin: fixed broken link]
  18. Ok i've done a complete rehash of the homepage that can be seen Here it is by no means finished. I need to experiment with backgrounds and fonts etc. In the second box on the left there will be some image links. The banner also needs fixing but would this be a better design?
  19. Thanks for that. The banner is only temporary thats why its not great. I think also I rushed it all a bit but i'll give it a bit more time now experimenting with a few things and hopefully make something better.
  20. Thanks for the advice everyone. I have changed the colors and background for the moment but a complete re-design is on the cards
  21. I've just made a clan site for some people who play rainbow six vegas on xbox360. Please have a look and give me some suggestions to improve it. The clan is happy with it but I would like to improve it a bit. The site can be found here.
  22. roondog

    table positioning

    I think you want <td cellpadding="0" align="left" valign="top">data</td>
  23. [RESOLVED]I deleted an image from one of my pages and now nothing appears at all. Hereis the page.HTML <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head><style type="text/css">body{text-align: center;}div.table{border: solid yellow 1px;margin-top: 10px;margin-left: 125px;width: 550px;float: left;} table{text-align: left;}</style><link rel="stylesheet" type="text/css"href="/stylesheet.css" /><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>THFC Fixtures</title> </head> <body><div class="container"><div class="banner"><img src="/headers/fixtures.jpg" alt="banner" /></div><div class="links"><a href="/index.html">HOME</a> |<a href="/mainpages/news.html">NEWS</a> | <a href="/mainpages/table.html">TABLE</a> | <a href="/mainpages/profiles.html">PLAYERS</a> | <a href="/mainpages/stats.html">STATISTICS</a> | <a href="/mainpages/info.html">CLUB INFO</a> | <a href="/mainpages/archive.html">ARCHIVE</a> | <a href="/mainpages/wallpaper.html">DOWNLOADS</a> | <a href="http://www.a-free-guestbook.com/guestbook.php?username=Tevershamhotspurs">GUESTBOOK</a> | <a href="/mainpages/links.html">LINKS</a> </div> <div class="table"><table cellspacing="0" cellpadding="5" border="0" ><tr><td>Date</td><td>Opponents</td><td>Venue</td><td>Score</td><td>Scorers</td><td>Competition</td></tr><tr><td colspan="6"><img src="/pictures/months/september.jpg" alt="september" /></td></tr><tr bgcolor="lightyellow"><td>17/09/2006</td><td>Histon Hornets</td><td>Teversham Rec</td><td>1-2</td><td>Will</td><td>Division 1</td> </tr><tr><td>24/09/2006</td><td>Greyhound Rangers</td><td>Netherhall School</td><td>3-0</td><td>Ben<br />Gary A<br />Haydn</td><td>Division 1</td></tr><tr><td colspan="6"><img src="/pictures/months/october.jpg" alt="october" /></td></tr><tr bgcolor="lightyellow"><td>01/10/2006</td><td>Dobblers</td><td>Teversham Rec</td><td>1-6</td><td>Sam</td><td>Centenary Cup</td></tr><tr><td>08/10/2006</td><td>Bar Hill 'A'</td><td>Cottenham V.C</td><td>2-2</td><td>Elvis (2)</td><td>Division 1</td></tr><tr bgcolor="lightyellow"><td>15/10/2006</td><td>Oakington Vikings</td><td>Teversham Rec</td><td>1-3</td><td>Elvis</td><td>Division 1</td></tr><tr><td>22/10/2006</td><td>Uni Chem Labs Res</td><td>Latham Road</td><td>4-0</td><td>Gary A<br />Elvis<br />Dan<br />Leon</td><td>Division 1</td></tr><tr><td colspan="6"><img src="/pictures/months/november.jpg" alt="november" /></td></tr><tr bgcolor="lightyellow"><td>05/11/2006</td><td>Kingsleys</td><td>Teversham Rec</td><td>0-1</td><td> </td><td>Division 1</td></tr><tr bgcolor="lightyellow"><td>12/11/2006</td><td>N-C-I</td><td>Teversham Rec</td><td>1-8</td><td>Elvis</td><td>League Cup</td></tr><tr><td>19/11/2006</td><td>Sawston Villa</td><td>Coldham's Common</td><td>6-1</td><td>Elvis (4)<br />Dan (2)</td><td>Division 1</td></tr><tr><td colspan="6"><img src="/pictures/months/december.jpg" alt="december" /></td></tr><tr bgcolor="lightyellow"><td>03/12/2006</td><td>N-C-I</td><td>Teversham Rec</td><td>1-4</td><td>Elvis</td><td>Division 1</td></tr><tr bgcolor="lightyellow"><td>17/12/2006</td><td>Bar Hill 'A'</td><td>Teversham Rec</td><td>2-2</td><td>Elvis<br />Dan</td><td>Division 1</td></tr><tr><td colspan="6"><img src="/pictures/months/january.jpg" alt="january" /></td></tr><tr><td>07/01/2007</td><td>Histon Hornets</td><td>Cottenham V.C</td><td>?-?</td><td> </td><td>Division 1</td></tr><tr bgcolor="lightyellow"><td>21/01/2007</td><td>Greyhound Rangers</td><td>Teversham Rec</td><td>?-?</td><td> </td><td>Division 1</td></tr><tr><td>28/01/2007</td><td>Oakington Vikings</td><td>Oakington Rec</td><td>?-?</td><td> </td><td>Division 1</td></tr><tr><td colspan="6"><img src="/pictures/months/february.jpg" alt="february" /></td></tr><tr bgcolor="lightyellow"><td>11/02/2007</td><td>Uni Chem Labs Res</td><td>Teversham Rec</td><td>?-?</td><td> </td><td>Division 1</td></tr><tr><td>25/02/2007</td><td>Kingsleys</td><td>Barkway Rec</td><td>?-?</td><td> </td><td>Division 1</td></tr><tr><td colspan="6"><img src="/pictures/months/march.jpg" alt="march" /></td></tr><tr bgcolor="lightyellow"><td>04/03/2007</td><td>Sawston Villa</td><td>Teversham Rec</td><td>?-?</td><td> </td><td>Division 1</td></tr><tr><td>11/03/2007</td><td>N-C-I</td><td>Manor Comm Coll</td><td>?-?</td><td> </td><td>Division 1</td></tr></table></div><div style="margin-top: 1000px; class="validate"><div class="xhtml"><p> <a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10-blue" alt="Valid XHTML 1.0 Transitional" height="31" width="88" border="0" /></a> </p></div><div class="css"><p> <a href="http://jigsaw.w3.org/css-validator/"> <img style="border:0;width:88px;height:31px" src="http://www.w3.org/Icons/valid-css-blue" alt="Valid CSS!" /> </a></p></div></div> </div> </body></html> CSS body {font-family: times;text-align:center;margin-left: auto;margin-right: auto;}.container{height:100%; width: 800px;text-align: center;margin-left: auto;margin-right: auto;}.banner {float: left;} div.links {float: left;margin-top: px;margin-left: 0px;width:800px;min-width: 800px;font-family: Comic Sans MS, Comic Sans MS5, cursive;font-size: .35cm;} div.validate{margin-top: 5px;}div.xhtml{float:left;}div.css{float:right;}a:link {color : black; } a:visited {color : black; } a {text-decoration:none}a:hover {text-decoration:underline}
  24. I found I had to put a / beforethe file path to get it to work in my website. But i'm sure someone more experienced will tell you something different.
  25. roondog

    3 divs in one div

    Thanks for all the help. I've now got it looking right in IE, FF and Opera so it should look right for everyone that looks at it. Please let me know if you spot anything wrong with it.
×
×
  • Create New...