HTML - Need A Fresh Pair Of Eyes To Check This Out For Me -- Missing Line
On this page: http://billboardfamily.com/?page_id=2
the line above "Height 3'0" under "Layne Martin" in the BOTTOM LEFT table is missing. I can't see the error int he code causing this. Can anyone help me out? Thanks. Similar TutorialsHello! I am so confused. I have built this page and it looks great in Firefox! But in Explorer 6 the border, my css container, is bigger than the table I have built to organize my information. I was wondering if someone would take a look at the code and help me identify what I might have done wrong. Here is the site address: https://maxwho.com/mm5/merchant.mvc?...S&Store_Code=M The CSS is embedded in the page so if you view source, you can see the code. I don't seem to have a robots line/ file anywhere on my webpages. Where am i suppose to put this line of code and what should it contain? If some1 wants to check whether i do have this line or not please have a look at my website on Earnwhileusleep-package.com thnx Hi all, I am a little lost here.. I am programming a page where many images load. It happens that the next time you visit the page, updated images with the same filename should load, but the older version of the image loads instead. I am guessing that it finds the image in the cache, with the same filename, and loads that one, thinking it's the image it's looking for. That being said, I have looked through so many forums to find a solution that would make it re-download fresh content of the page directly from the server, rather than from the cache. here is the code that seems fairly unanimous: <META HTTP-EQUIV="Expires" CONTENT="-1" /> <META HTTP-EQUIV="Pragma" CONTENT="no-cache" /> <META HTTP-EQUIV="Cache-Control" content="no-store" /> <META HTTP-EQUIV="Cache-control" CONTENT="no-cache" /> <META HTTP-EQUIV="Cache" CONTENT="no-cache" /> <META HTTP-EQUIV="Expires" CONTENT="thu, 01 Jan 1998 12:00:00 GMT" /> <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> But still with this code in the head tag, the updated images don't get loaded from the server... Any ideas?? Thanks so much, Steph need the wrap to touch the bottom of the browser, not just the top... I've looked it over and I must be looking over something... a new set of eyes should do the trick, thanks to anyone who helps! http://www.pzfantasyfootball.com html for homepage: Code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title>PZ Productions Fantasy Football</title> <link href="style.css" type="text/css" rel="stylesheet" /> <meta http-equiv="Content-Type" content="text/html; charset=windows-1251" /> <meta name="keywords" content="fantasy football, nfl, sports, drafts, drafting, draft, rankings, awards, standings, leagues, players, teams, starters, " /> <meta name="description" content="Fantasy site made to help maximize your fantasy season as well as enhance your fantasy football experience." /> <meta http-equiv="Content-Language" content="EN" /> <meta name="author" content="PZ" /> <meta name="distribution" content="Global" /> <meta name="copyright" content="All content and images are copyright PZ Productions." /> <meta name="robots" content="FOLLOW,INDEX" /> </head> <body> <div id="wrap" class="cfx"> <div id="mid"> <div id="navigation"> <ul> <li>» <a href="index.shtml">HOME</a></li> <li>» <a href="latestnews.shtml">LATEST NEWS</a></li> <li>» <a href="fantasyinfo.shtml">FANTASY INFO</a></li> <li>» <a href="nflnews.shtml">NFL NEWS</a></li> <li>» <a href="chat.shtml">CHATROOM</a></li> <li>» <a href="helpfulsites.shtml">HELPFUL SITES</a></li> </ul> </div> <div id="sitenews"> <div class="newstext">PZ Productions fantasy football is a personal site used to keep track and add more depth to the fantasy season of leagues held by myself and my friends. As you can see there are two leagues... however they're not directly connected. This site will provide comparisons between the two leagues, but in no way are the leagues going to intertwine. Along with standings, depth charts, records, and the such for the fantasy leagues, I'll try to offer week by week analysis of the upcoming games, touch up on the latest football news, and basically anything else impacting the fantasy football season. I hope you all enjoy the new look and feel of the site. <p /><strong>Hot Info - Yahoo! Opens Fantasy Football Registration</strong> <br />Yahoo! has finally opened their fantasy football registration so let's get moving! It's time to hit up some drafts and see how the early goings get going. I love doing as many drafts as possible in order to give you all the best info on who's going when! In the next week come back to check up on players picked too early and players picked too late. You'll know exactly what to do come draft day, just stick with us! </div> </div> <div id="sitepoll"><div class="feedtext"> <script src="http://feeds.feedburner.com/pzpff?format=sigpro" type="text/javascript" ></script><noscript><p>Subscribe to RSS headline updates from: <a href="http://feeds.feedburner.com/pzpff"></a><br/>Powered by FeedBurner</p> </noscript> </div></div> </div> <div id="bot"> <div id="fantasy"> <table> <tr> <td><a href="/test/mwffl/standings.shtml">STANDINGS</a></td> <td><a href="#">SCORES</a></td> </tr><tr> <td><a href="#">RECORDS</a></td> <td><a href="#">SCHEDULE</a></td> </tr><tr> <td><a href="#">TEAMS</a></td> <td><a href="#">AWARDS</a></td> </tr> <tr> <td colspan="2"><a href="mwffl">OFFICIAL PAGE</a></td> </tr> </table> </div> <div id="gamers"> <table> <tr> <td><a href="#">STANDINGS</a></td> <td><a href="#">SCORES</a></td> </tr><tr> <td><a href="#">RECORDS</a></td> <td><a href="#">SCHEDULE</a></td> </tr><tr> <td><a href="#">TEAMS</a></td> <td><a href="#">AWARDS</a></td> </tr> <tr> <td colspan="2"><a href="#">OFFICIAL PAGE</a></td> </tr> </table> </div> <div id="fansites"> <table> <tr> <td><a href="#">STANDINGS</a></td> </tr><tr> <td><a href="#">RECORDS</a></td> </tr><tr> <td><a href="#">AWARDS</a></td> </tr><tr> <td><a href="#">OFFICIAL PAGE</a></td> </tr> </table> </div> </div> </div> </body> </html> The CSS: Code: * {margin: 0; padding: 0;} p {margin-top: 10px} html, body { margin: 0; padding: 0; font: normal 12px "Century Gothic", tahoma, arial, trebuchet ms, verdana, times new roman; color: #000; background-color: #000; } .left {text-align: left;} .center {text-align: center;} .right {text-align: right;} .justify {text-align: justify;} .border {border: 1px solid #000;} #wrap { width: 1000px; margin: 0 auto; padding: 0; background-color: #fff; } #top { width: 100%; height: 150px; float: left; } #header { width: 100%; height: 150px; background-image: url(/images/headertitle.jpg); background-repeat: no-repeat; z-index: 2; } #tomlinson { width: 100%; height: 149px; text-align: right; z-index: 1; } #mid { width: 100%; height: 400px; float: left; } #navigation { width: 200px; height: 100%; float: left; background-image: url(/images/leftnav.gif); background-repeat: no-repeat; font-family: "Century Gothic", tahoma, arial; } #navigation ul { margin: 60px 0 0 20px; list-style-type: none; } #navigation li { height: 20px; font-size: 14px; } #navigation a, #navigation a:visited { color: #000; text-decoration: none; } #navigation a:active, #navigation a:hover { color: #11628d; text-decoration: none; } #sitenews { width: 600px; height: 400px; background-image: url(/images/content.gif); background-repeat: no-repeat; float: left; } #chat { width: 600px; height: 400px; background-image: url(/images/chatcontent.gif); background-repeat: no-repeat; float: left; } #sitenews ul { margin: 10px 0 10px 20px; } .newstext { width: 560px; height: 265px; margin: 60px 0 0 20px; font-size: 12px; color: #000; line-height: 16px; } .infobox { width: 164px; height: 230px; float: left; border: 1px solid #ccc; margin-left: 6px; padding: 6px; text-align: center; background-image: url(/images/lightsilverbg.gif); overflow: auto; } #sitepoll { width: 200px; height: 400px; float: left; background-image: url(/images/rightnav.gif); background-repeat: no-repeat; } .feedtext { width: 180px; margin-top: 60px; font-family: "Century Gothic", tahoma, arial; text-align: center; } .feedtext a, .feedtext a:visited, .feedtext a:active { color: #11628d; text-decoration: none; } .feedtext a:hover { color: #11628d; text-decoration: underline; } .feedtext li { padding-bottom: 3px; text-align: left; } .feedtext ul { list-style-type: none; margin-left: 20px; } #bot { width: 100%; height: 250px; float: left; } #fantasy { width: 333px; height: 100%; float: left; background-image: url(/images/wolfpacsec.gif); background-repeat: no-repeat; font-family: "Century Gothic", tahoma, arial; } #fantasy a, #fantasy a:visited { color: #000; text-decoration: none; } #fantasy a:active, #fantasy a:hover { color: #a20707; text-decoration: none; } #fantasy td { text-align: center; height: 30px; font-size: 14px; } #fantasy table { margin: 68px auto; height: 120px; width: 300px; } #gamers { width: 333px; height: 100%; float: left; background-image: url(/images/pzpfflsec.gif); background-repeat: no-repeat; font-family: "Century Gothic", tahoma, arial; } #gamers a, #gamers a:visited { color: #000; text-decoration: none; } #gamers a:active, #gamers a:hover { color: #079017; text-decoration: none; } #gamers td { text-align: center; height: 30px; font-size: 14px; } #gamers table { margin: 68px auto; height: 120px; width: 300px; } #fansites { width: 333px; height: 100%; float: left; background-image: url(/images/globalsec.gif); background-repeat: no-repeat; font-family: "Century Gothic", tahoma, arial; } #fansites a, #fansites a:visited { color: #000; text-decoration: none; } #fansites a:active, #fansites a:hover { color: #90076e; text-decoration: none; } #fansites td { text-align: center; height: 30px; font-size: 14px; } #fansites table { margin: 68px auto; height: 120px; width: 300px; } .cfx:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } #footer { width: 100%; height: 50px; float: left; margin: 0; padding: 0; } .cfx {display: inline-table;} * html .cfx {height: 1%;} .cfx {display: block;} I have this page http://vlifechurch.org/newvlife.php On the left side of the column I have three banners that each have individual links, but they are all highlighted in blue... How do I stop this, and just have the pictures? thanksss when i search for corby pc support on google.co.uk i get this result back corby pc support services brigstock, cottingham, corby, desborough ...Corby PC Support provides a range of PC, networking, internet, hardware and sofrware support services for home users, small and medium business users. corbypcsupport.co.uk / - 17k - Cached - Similar pages What I find really confusing is that the www. are missing ? This has only happened in the last few days. Can anyone help I'm still trying to insert buttons I've created in fireworks into a site i'm designing in dreamweaver. now the problem is that they don't show up at all. If i move the mouse, the pointer changes and links work to their pages, but there isn't anything to see. In the design view of dw the buttons don't show up either. Anyone know what the deal is? here's the code: --------------------- HTML Code: <!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"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Untitled Document</title> <style type="text/css"> body {background-color:#666600} td img {display: block;} table {margin:auto; width:800px; background-color:#9EAF41} table td#desc {color:#666600; font-style:bold; text-align:center; font-family:benguiat bk bt; font-size:16px; cellpadding:0px; cellspacing:0px} table td#nav {width:200px; cellpadding:0px; cellspacing:0px} table td#middle {text-align:center; width:400px; cellpadding:0px; cellspacing:0px} table td#right {text-align:center; width:200px; cellpadding:0px; cellspacing:0px} </style> <script language="JavaScript1.2" type="text/javascript"> <!-- function MM_findObj(n, d) { //v4.01 var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n]; for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); if(!x && d.getElementById) x=d.getElementById(n); return x; } function MM_nbGroup(event, grpName) { //v6.0 var i,img,nbArr,args=MM_nbGroup.arguments; if (event == "init" && args.length > 2) { if ((img = MM_findObj(args[2])) != null && !img.MM_init) { img.MM_init = true; img.MM_up = args[3]; img.MM_dn = img.src; if ((nbArr = document[grpName]) == null) nbArr = document[grpName] = new Array(); nbArr[nbArr.length] = img; for (i=4; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) { if (!img.MM_up) img.MM_up = img.src; img.src = img.MM_dn = args[i+1]; nbArr[nbArr.length] = img; } } } else if (event == "over") { document.MM_nbOver = nbArr = new Array(); for (i=1; i < args.length-1; i+=3) if ((img = MM_findObj(args[i])) != null) { if (!img.MM_up) img.MM_up = img.src; img.src = (img.MM_dn && args[i+2]) ? args[i+2] : ((args[i+1])?args[i+1] : img.MM_up); nbArr[nbArr.length] = img; } } else if (event == "out" ) { for (i=0; i < document.MM_nbOver.length; i++) { img = document.MM_nbOver[i]; img.src = (img.MM_dn) ? img.MM_dn : img.MM_up; } } else if (event == "down") { nbArr = document[grpName]; if (nbArr) for (i=0; i < nbArr.length; i++) { img=nbArr[i]; img.src = img.MM_up; img.MM_dn = 0; } document[grpName] = nbArr = new Array(); for (i=2; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) { if (!img.MM_up) img.MM_up = img.src; img.src = img.MM_dn = (args[i+1])? args[i+1] : img.MM_up; nbArr[nbArr.length] = img; } } } function MM_preloadImages() { //v3.0 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++) if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}} } //--> </script> </head> <body onload="MM_preloadImages('images/navBtn_r1_c1_f2.jpg','images/navBtn_r1_c1_f4.jpg','images/navBtn_r1_c1_f3.jpg','images/navBtn_r3_c1_f2.jpg','images/navBtn_r3_c1_f4.jpg','images/navBtn_r3_c1_f3.jpg','images/navBtn_r5_c1_f2.jpg','images/navBtn_r5_c1_f4.jpg','images/navBtn_r5_c1_f3.jpg','images/navBtn_r7_c1_f2.jpg','images/navBtn_r7_c1_f4.jpg','images/navBtn_r7_c1_f3.jpg','images/navBtn_r9_c1_f2.jpg','images/navBtn_r9_c1_f4.jpg','images/navBtn_r9_c1_f3.jpg');"> <table> <tr><td colspan="3"><img src="Media/indexBanner.png" /></td> </tr> <tr> <td id="desc" colspan="3"> Colorado grower of premium flowers, organic vegetables, and herbs since 1996 <!-- <hr style="position:relative; top:-8px; width:75%; color:#66712B; background-color:#66712B; border-bottom:thin; border-top:0px" /> --> </td> </tr> <tr> <td id="nav"> <table border="0" cellpadding="0" cellspacing="0" width="180"> <!-- fwtable fwsrc="navBtn.png" fwbase="navBtn.jpg" fwstyle="Dreamweaver" fwdocid = "2091273513" fwnested="0" --> <tr> <td><img src="images/spacer.gif" width="170" height="1" border="0" alt="" /></td> <td><img src="images/spacer.gif" width="1" height="1" border="0" alt="" /></td> <td><img src="images/spacer.gif" width="9" height="1" border="0" alt="" /></td> <td><img src="images/spacer.gif" width="1" height="1" border="0" alt="" /></td> </tr> <tr> <td colspan="2"><a href="http://www.ridgway.k12.co.us" onmouseout="MM_nbGroup('out');" onmouseover="MM_nbGroup('over','navBtn_r1_c1','images/navBtn_r1_c1_f2.jpg','images/navBtn_r1_c1_f4.jpg',1);" onclick="MM_nbGroup('down','navbar1','navBtn_r1_c1','images/navBtn_r1_c1_f3.jpg',1);"><img name="navBtn_r1_c1" src="images/navBtn_r1_c1.jpg" width="171" height="30" border="0" id="navBtn_r1_c1" alt="" /></a></td> <td rowspan="9"><img name="navBtn_r1_c3" src="images/navBtn_r1_c3.jpg" width="9" height="190" border="0" id="navBtn_r1_c3" alt="" /></td> <td><img src="images/spacer.gif" width="1" height="30" border="0" alt="" /></td> </tr> <tr> <td colspan="2"><img name="navBtn_r2_c1" src="images/navBtn_r2_c1.jpg" width="171" height="10" border="0" id="navBtn_r2_c1" alt="" /></td> <td><img src="images/spacer.gif" width="1" height="10" border="0" alt="" /></td> </tr> <tr> <td colspan="2"><a href="http://www.mcsd.org" onmouseout="MM_nbGroup('out');" onmouseover="MM_nbGroup('over','navBtn_r3_c1','images/navBtn_r3_c1_f2.jpg','images/navBtn_r3_c1_f4.jpg',1);" onclick="MM_nbGroup('down','navbar1','navBtn_r3_c1','images/navBtn_r3_c1_f3.jpg',1);"><img name="navBtn_r3_c1" src="images/navBtn_r3_c1.jpg" width="171" height="30" border="0" id="navBtn_r3_c1" alt="" /></a></td> <td><img src="images/spacer.gif" width="1" height="30" border="0" alt="" /></td> </tr> <tr> <td colspan="2"><img name="navBtn_r4_c1" src="images/navBtn_r4_c1.jpg" width="171" height="10" border="0" id="navBtn_r4_c1" alt="" /></td> <td><img src="images/spacer.gif" width="1" height="10" border="0" alt="" /></td> </tr> <tr> <td><a href="http://www.msn.com" onmouseout="MM_nbGroup('out');" onmouseover="MM_nbGroup('over','navBtn_r5_c1','images/navBtn_r5_c1_f2.jpg','images/navBtn_r5_c1_f4.jpg',1);" onclick="MM_nbGroup('down','navbar1','navBtn_r5_c1','images/navBtn_r5_c1_f3.jpg',1);"><img name="navBtn_r5_c1" src="images/navBtn_r5_c1.jpg" width="170" height="30" border="0" id="navBtn_r5_c1" alt="" /></a></td> <td rowspan="2"><img name="navBtn_r5_c2" src="images/navBtn_r5_c2.jpg" width="1" height="40" border="0" id="navBtn_r5_c2" alt="" /></td> <td><img src="images/spacer.gif" width="1" height="30" border="0" alt="" /></td> </tr> <tr> <td><img name="navBtn_r6_c1" src="images/navBtn_r6_c1.jpg" width="170" height="10" border="0" id="navBtn_r6_c1" alt="" /></td> <td><img src="images/spacer.gif" width="1" height="10" border="0" alt="" /></td> </tr> <tr> <td colspan="2"><a href="http://www.htmlforums.com" onmouseout="MM_nbGroup('out');" onmouseover="MM_nbGroup('over','navBtn_r7_c1','images/navBtn_r7_c1_f2.jpg','images/navBtn_r7_c1_f4.jpg',1);" onclick="MM_nbGroup('down','navbar1','navBtn_r7_c1','images/navBtn_r7_c1_f3.jpg',1);"><img name="navBtn_r7_c1" src="images/navBtn_r7_c1.jpg" width="171" height="30" border="0" id="navBtn_r7_c1" alt="" /></a></td> <td><img src="images/spacer.gif" width="1" height="30" border="0" alt="" /></td> </tr> <tr> <td colspan="2"><img name="navBtn_r8_c1" src="images/navBtn_r8_c1.jpg" width="171" height="10" border="0" id="navBtn_r8_c1" alt="" /></td> <td><img src="images/spacer.gif" width="1" height="10" border="0" alt="" /></td> </tr> <tr> <td colspan="2"><a href="http://www.theguardian.com" onmouseout="MM_nbGroup('out');" onmouseover="MM_nbGroup('over','navBtn_r9_c1','images/navBtn_r9_c1_f2.jpg','images/navBtn_r9_c1_f4.jpg',1);" onclick="MM_nbGroup('down','navbar1','navBtn_r9_c1','images/navBtn_r9_c1_f3.jpg',1);"><img name="navBtn_r9_c1" src="images/navBtn_r9_c1.jpg" width="171" height="30" border="0" id="navBtn_r9_c1" alt="" /></a></td> <td><img src="images/spacer.gif" width="1" height="30" border="0" alt="" /></td> </tr> </table> </td> <td id="middle">flash here</td> <td id="right">quote here</td></tr> </table> </body> </html> I have developed a web site that works on internet explorer. The background at the top does not seem to work on other browsers. Any ideas: http://b2kdesigncontracting.atspace.com I had previously posted an issue about a page that would not display in Safari (http://www.htmlforums.com/html-xhtml...tml#post627071) Thanks to Peter V, I was able to fix the major issues. However, now there is one portion of the page that does not display - a table including a logo and a search box at the top. The page displays correctly in IE and Firefox for Windows, and Firefox and Netscape for Mac, but not in Safari (for Mac - haven't tried Safari for Windows). The URL is http://www.buttecounty.net/bclibrary/ Any assistance would be greatly appreciated. Thanks, Derek Hi everyone, I'm brand new to creating a website and got most things working except for this one problem. I have a window on my Home Page that loops 4 images but, for some reason, one of them will not show up. The image file is named correctly and it's the correct format so it must be a coding problem. Can anyone help??? Thanx in advance for your help! website: www.itortrix.com *the issue occurs after the 'Cydia Ads SUCK' image Code: <div class="clear"></div> <div id="content"> <div id="main"> <style type="text/css"> body {position:center; z-index:0} td#Pics {width:508px; height:225px; vertical-align:top} img#img1 {position:absolute; border:0px; width:508px; height:225px; z-index:2} img#img2 {position:absolute; border:0px; width:508px; height:225px; z-index:1} img#img3 {position:absolute; border:0px; width:508px; height:225px; z-index:1} img#img4 {position:absolute; border:0px; width:508px; height:225px; z-index:1} img#img5 {position:absolute; border:0px; width:508px; height:225px; z-index:1} </style> <script type="text/javascript"> var A=2; var B=1; var C=1; var D=1; var Temp; function beChanging() { Temp=D; D=C; C=B; B=A; A=Temp; document.getElementById('img1').style.zIndex = A; document.getElementById('img2').style.zIndex = B; document.getElementById('img3').style.zIndex = C; document.getElementById('img4').style.zIndex = D; setTimeout("beChanging()",7000); } </script> </head> <body onload="beChanging()"> <table cellpading="0" cellspacing="0" border="0"> <tbody> <tr> <td id="Pics"> <a href="tweaks.html"><img src="images/img5.jpg" usemap ="#TW" id="img1"></a> <a href="About.html"><img src="images/img2.jpg" usemap ="#HM" id="img2"></a> <a href="createrepo.html"><img src="images/img3.jpg" usemap ="#RP" id="img3"></a> <a href="ads.html"><img src="images/img4.jpg" usemap ="#AD" id="img4"></a> </td> </tr> </tbody> </table> </body> <h1>Keep Feeding...</h1> <p>Filesystem Tweaks for the avid iDevice user...</p> <p>...Freedom from the restrictions of Apple and the Major Cydia Repositories!</p> <center><p><h4>repo.itortrix.com</h4></p></center> </div> I have been puzzled by the fact that the scroll bar is missing on my site at http://larkspree.com/index.php. It wasn't an issue until I added content 'below the fold'. When viewed in Firefox 3.5.5 and Opera 9.6.4, I CAN scroll down with the down arrow or page down keys. When viewed in Windows Explorer 8, the below the fold content is on top of the main above-the-fold content. The screen won't scroll with the keys, and there is no scroll bar. In Chrome 3.0 and Safari 4.0.4, I can't scroll with with the keys and there is no scroll bar. My page got very complicated with the javascript and jQuery and hidden divs. But the content is organized with nested divs, which can be easily seen using a debugger like Firefly. The main structure is like this: Code: <div id='all'> <div id='fblogin'></div> <div id='content'></div> <div class='featuredEventList'></div> </div> I hope I don't have to tear it down to debug this problem. Can someone offer an explanation or suggest something I could try to get the scroll bar to appear? Thanks, Jim Wish You a very very Happy New year Hi Budies.... I have shtml files where i m using include files. Using this tag: <!--#include file="header.html"--> but the same tag is missing is some pages. please suggess me wat i do ? HELP ME ! I have created a website for our own organisation's intranet. To test it I have uploaded it to my own personal webspace and it works fine. However, I viewed the same website at work and on just one of the pages all of the images were not following the CSS code in the style sheet. I worked out why. The source code for this one page was from an old style sheet that I have since modified. Why does this computer at work view an old style sheet that is no longer on the web? I have viewed the old one at some time on this computer so is it somehow using a cached style sheet and if so how do I stop it? I'm having another less-than-bright day, and I cannot get this very simple table to look the way I want. I pulled all the definitions out of the CSS file and put them in here to make it easier. Can one of you knowledgeable folks answer some questions for me? 1. The td sizes aren't as set in the colgroup. Amount is WAY wider than I specified. Payment Method is way narrower. HALF the space should be for Payment Method. Instead it looks like they're some bizarre, random size. How do I get the cells to match the column width I set? 2. My table has "frame="box, rules="all"". But, I don't see a line for the box at all, and in IE the "rules" appear as white lines instead of black (in Firefox they seem ok). How do I control the color of the frame and the rules so I can make them black in IE too? 3. My fields (the yellow areas) don't fill the space in the cell. I don't know if this is related to the fact that the td sizes don't match the colgroup, but Payment Method, for example, doesn't visibly fill the whole cell. What do I have wrong, where? 4. As far as making the outline of the fields visible, I'd like to have no td border and just let the rules between each cell do the defining - using border:none perhaps? Make the cell background and table background the same color and it seems like things should work fine. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Untitled Document</title> </head> <body> <!-- <div style="text-align:left; border:2px solid #000000; padding:0px 10px 0px 10px; margin:auto; background-color:#ccfccf; width:600px;">--> <div style="border:2px solid #000000; padding:10px; margin:auto; background-color:#3F6; width:600px;"> <form name="dues" method="post" action="<?php echo htmlentities($_SERVER['REQUEST_URI'], ENT_COMPAT, 'UTF-8'); ?>"> <!-- <table style="width:100%; background-color:#eeeeee; border-collapse:collapse; border:1px solid black; color:#000000; font-size:14px; font-weight:bold;" frame="box" rules="all">--> <table style="background-color:red; border:1px solid black; size:14px; font-weight:bold;" frame="box" rules="all"> <colgroup> <col width="30%" /> <col width="20%" /> <col width="50%" /> </colgroup> <tr> <th align=left>Renewal Date</th> <th align=right>Amount</th> <th align=left>Payment Method</th> </tr> <tr> <td><input style="background-color:yellow; color:#000; font-size:14px; font-weight:bold;" READONLY type="text" name="RenewalDate[0]" value="08/01/2010" /></td> <td><input style="text-align:right; border:none; background-color:yellow; color:#000; font-size:14px; font-weight:bold;" type="text" name="DuesPaid[0]" value="20.00" /></td> <td><input style="background-color:yellow; color:#000; font-size:14px; font-weight:bold;" type="text" name="PaymentMethod[0]" value="" /></td> </tr> <tr> <td><input style="background-color:yellow; color:#000; font-size:14px; font-weight:bold;" READONLY type="text" name="RenewalDate[1]" value="10/01/2009" /></td> <td><input style="text-align:right; border:none; background-color:yellow; color:#000; font-size:14px; font-weight:bold;" type="text" name="DuesPaid[1]" value="27.00" /></td> <td><input style="background-color:yellow; color:#000; font-size:14px; font-weight:bold;" type="text" name="PaymentMethod[1]" value="Check 7057" /></td> </tr> <!-- <?php echo $DuesRows; ?>--> </TABLE> </form></div></body> </html> Hi All, I am missing the "about us" button on the end of the main css menu www.rangeford.com.au. It is missing on every page which makes me believe css issue but have stared at both the html and css for days and cannot see any issue /* about */ a.nav-aboutR1, a.nav-aboutR3 { width:104px; background: url(../img/nav-about-R1.gif) no-repeat 0 0; } a:hover.nav-aboutR1 { background-position: 0 -33px; } a.nav-aboutR3 { background-position: 0 -66px; } /* span */ The background image is definately present and in the correct folder if any one could point me in the right direction i would be very grateful Cheers Mark Hello, I know a little bit about creating websites and how to use the programs that create them. And knowing this, is why I don't understand what I'm doing wrong. A friend of mine, gave me a website template with all its files. If I open firefox or any browser and goto open file, then select the .html file, it will load it just fine and it looks great. In the folder of the template are the following files: xzy1.fla xzy1.fla.jsfl xzy1.swf xzy1.html xzy1-b.jpg xzy1-h.jpg And that's it, nothing else is in the folder. As for how I use to create or edit other website templates, I would goto the folder of the template, and in it would be the following files: abc2.fla abc2.swf abc2_about.html abc2_index.html abc2_about.psd abc2_index.psd And there is also a 'image' folder with a lot of images. Normally to edit this template I would use the .psd file and either Adobe Photoshop and/or ImageReady to make my adjustments. Can someone please take the time to explain what other files I could use to make the adjustments. Because as I explained, the only way I thought you could edit a template was to use the .psd file. Thanks again for your time, Jason S Hi, I have a link structure in this format which is on my website: <ul id="css_horizontal_menu"> <li><a href="#nogo" class="first">link 1</a></li> <li><a href="#nogo">link 2</a></li> <li><a href="#nogo">link 3</a></li> <li><a href="#nogo">link 4</a></li> </ul> I was wondering how i can add a page which is not a subpage (e.g ****.com/blog). I need a link which goes to http:blog.*****.com. ive tried linking it too /blog but for some reason this does not work. Any help would be great :-) I have a slight HTML problem that I cant figure out...There is this white-space above my text area that I cant figure out how to get rid of... Can someone please help me and tell me what I am missing or how to fix it... Here is a screenshot of where the whitespace is... Here is a link to the HTML file in zipped format http://www.pstsync.com/index.zip the Site is : http://www.PSTSync.com thanks Ishan Hi, i'm only a novice webdesigner but i'm having major problems with my page at www.lunatreejewellery.co.uk/emu.html It looks as it should in IE7, but firefox chops off the bottom of my form and the tree logo on the lefthand column will not position itself correctly. I've had the problem of the logo on other pages not being where it should be in firefox, but i can live with that as half my second column content never disappeared! Any help would be greatly appreciated. Thank You in advance! hi all can someone please help - I am missing 2 words in my website when viewed with ie - on a mac using firefox, all is well here is the url: www.bahamaswhales.org/conservation/index.html the first paragraph should start "There is currently" - you will see that "There is" are missing - but if you view the source, they are there - I can't figure this out .. I appreciate any help!!! thank you |