HTML - Disappearing Div
Can someone look at this page for me:
http://www.usautomatedshade.com/ There is supposed to be a blue-and-yellow div below the menu that shows up and then disappears. Any idea why it is disappearing? Thanks!! Similar TutorialsLet me first off say I am very new to HTMl. I know a bit, and what I do know I use, but I leave plenty of it to Dreamweaver. Now, I'm starting a Nintendo News site,(with someone else)And it's almost ready; but just as I'm adding picture buttons, and links, and all that to get it to work together, it two of the pages disappear. When I say that, I mean, there is nothing there when I open the page. It's all displayed in Dreamweaver normally, but when previewed, it's blank. This needs to be fixed as soon as possible. I have determined it is a problem with the HTML, not where it's saved or the host. So I come here, to you good people. The site doesn't have an actual domain name; it's using a free .co.nr redirect CURRENTLY. We plan to get name soon enough. Anyways, main page= www.nsidernewspaper.co.nr The Reports page, and the Reviews page are both malfunctioning. I'm new to here, so I'm not sure how I should post the HTML for you to review, or maybe you just have seen this happen before, or know of a possible solution . . . whatever, I hope I can be helped. WiiFreak4, out. I don't know if it's just my browser (Firefox) acting funny or what, but for some reason this piece of code...
Code: <table bordercolor="#000000" width="146" height="45" border="1" cellpadding="0" cellspacing="0"> <tr><td align=center valign="middle" bgcolor="#000000"><font face="Verdana" color="#FFFFFF" size="3">Join the</font><br><font face="Verdana" color="#990000" size="3"><b>Red Riot</b></font><br><font face="Verdana" color="#FFFFFF" size="3">on</font> </font></td></tr></table> <a href="http://niu.facebook.com/group.php?gid=2204682424" target="_blank"><img src="http://img239.imageshack.us/img239/1539/redriotonfacebookcw5.jpg"></img></a> </div> ... looks like this... Code: <table bordercolor="#000000" width="146" height="45" border="1" cellpadding="0" cellspacing="0"> <tr><td align=center valign="middle" bgcolor="#000000"><font face="Verdana" color="#FFFFFF" size="3">Join the</font><br><font face="Verdana" color="#990000" size="3"><b>Red Riot</b></font><br><font face="Verdana" color="#FFFFFF" size="3">on</font> </font></td></tr></table> <a href="http://niu.facebook.com/group.php?gid=2204682424" target="_blank"> </img></a> </div> ...after i upload the entire document file to my website. It omits this piece of code (which displays an image) Code: <img src="http://img239.imageshack.us/img239/1539/redriotonfacebookcw5.jpg"> ... in the final product. Here is my website: http://www.niufans.com/cpg/albums/Re...Red%20Riot.htm What am i doing wrong? In Dreamweaver it shows up like it's supposed to. Thanks! Hello all, I'm a bit new to this so please forgive my obvious mistakes... I have created a website using Dreamweaver and uploaded the pages to my hosting company - 123-reg.co.uk. The problem I am having is the code I have created in Dreamweaver for the Title tag is not showing in the code of the uploaded page. I guess the software being used to upload is altering it...? Anyway, I have tried going in to edit the uploaded page via the platform/portal 123-reg provide but although the code adds in a page title upon saving and exiting, the next time I go to view or edit the code, it is no longer there!? If I edit anything else on the page and not add that code in every time, the title will disappear when the page is next loaded in a browser...! The code I am pasting in is this: <html> <HEAD> <TITLE>INSERT TITLE TEXT HERE</TITLE> </HEAD> The rest of the code is he http://www.eveinteriors.co.uk/Children.htm Please help, it's really frustrating and 123-reg "support" are telling me it's a coding issue and they can't help....what am I doing wrong!? Any help greatly appreciated. Thanks, Pete I've been building web pages for lots of years but never came across this problem until recently and can't figure it out. I usually use the absolute url link to an image on a web page but recently I'd upload a page and no image would appear. Upon viewing the source of the uploaded page I'd see that where I'd written: <img src="http://www.domain.com/pics/image.jpg"> but what appeared on the uploaded page was: <!-- --> IF I re-write it and write a relative url intead such as: <img src="/pics/image.jpg"> then the same image will appear. I checked with my host if there were any changes in the server, no. I checked this in IE and in FireFox, same. I upgraded both browsers, same. Any ideas? Here's a sample page where there is actually an image link on the page but when I view it the image disappears: http://www.southernutahland.com/landtosell.html Thanks! Hi, I'm new to this forum and would like to apologize in advance for the "general" nature of this question. I am a new moderator for another Forum type website. The website has for years had no image upload feature and had users place in their posts external links to free photo hosting sites. Recently, the website added a feature to upload images directly onto their server, allowing them to be locally archived rather than remotely linked to the other photo hosting website. Now, 99.9 % of the Forum users have never purchased prints from the photo hosting site, including myself. Though the host site has never sent me any notification on my account, the older picture links on my posts have ceased to work, displaying only red X's instead. This is now beginning to happen all over the Forums, creating a slow errosion of images from the older posts. It would be ideal to create some type of program or utility to "saveas", then convert all of the older images to the new local hosting, thus eliminating the problem. This would solve the problem for the newer eternally linked images - unfortunately the older ones are probably lost. Does anyone have any ideas or sugestions on this? (I did a search but was unable to find anything) Thanks! A&N |