HTML - > Keeps Showing Up
Visit here and you will notice that right above music licensing, there is a little arrow like this:
> My markup is clean, there is no extra closing tag anywhere, its strange. When viewing the source, you will not find it, but in firefox, when you highlight a bit of text around it and click view selection source, this comes up. HTML Code: <h1>Contact</h1> > <table border="0"> <tbody><tr> <td width="375"><h3>Music Licensing</h3> How do I remove it??? Similar TutorialsI have a table that is set to overflow:auto with a width less then the content in the table. In Firefox, the table is the correct width and has a scrollbar. In my most hated application, IE7, there is no scrollbar and the content goes out of the width set. I think is this has to do with the absolute positioning I am using but not sure. I actually can't get the scrollbar to work on any of my divs in IE7 but again, they appear perfectly in Firefox. Here is the code which I am using in MySpace. .friendSpace{display:inline; top:830px; left: 50%; position:absolute; margin-left: -400px; height:900px; width:250px; overflow:scroll} .friendSpace table{visibility:visible; color:000000; background-color:cccccc; width: 250px} you can see what I am talking about at www.myspace.com/spencespencer. Why in IE do my images not appear...? Everything seems ok in FF and safari. www.ameliajohnstone.com All I get is small blue boxes. thx Hi All, I have got an issue where my images are not showing when debugging the site, every time i place a new image i make sure the path to that image is correct i then check in design view and i can see the image but when i launch the site the images do not show? Could this be down to my browser? Any ideas or suggestions would be highly appreciated. HTML Code: <table width="930" border="0" cellpadding="0" cellspacing="0" style="background-color: #FFC700"> <tr valign="middle"> <td width="120" align="left"> <img src="/images/HeaderLeft.jpg" width="14" height="30" border="0" alt=""> </td> <td width="17" align="left" valign="middle"> <img src="C:\Users\Scott\Documents\Visual Studio 2010\Images\Arrow" width="34" height="13" border="0" alt=""> </td> <td align="left"> <a href="/Home.aspx" class="WhiteMedium"><b>Home    </b></a> </td> <td width="17" align="left" valign="middle"> <img src="C:\Users\Scott\Documents\Visual Studio 2010\Images\Arrow" width="34" height="13" border="0" alt=""> </td> <td align="left"> <a href="/html/LoginReminder.aspx" class="WhiteMedium"><b>Existing Customers</b></a> </td> <td width="17" align="left" valign="middle"> <img src="C:\Users\Scott\Documents\Visual Studio 2010\Images\Arrow" width="34" height="13" border="0" alt=""> </td> <td align="left"> <a href="/html/HowItWorks.aspx" class="WhiteMedium"><b>How It Works</b></a> </td> <td width="17" align="left" valign="middle"> <img src="C:\Users\Scott\Documents\Visual Studio 2010\Images\Arrow" width="34" height="13" border="0" alt=""> </td> <td align="left"> <a href="/html/FAQ.aspx" class="WhiteMedium"><b>FAQ    </b></a> </td> <td width="17" align="left" valign="middle"> <img src="C:\Users\Scott\Documents\Visual Studio 2010\Images\Arrow" width="34" height="13" border="0" alt=""> </td> <td align="left"> <a href="/html/AboutUs.aspx" class="WhiteMedium"><b>About Us  </b></a> </td> <td width="17" align="left" valign="middle"> <img src="C:\Users\Scott\Documents\Visual Studio 2010\Images\Arrow" width="34" height="13" border="0" alt=""> </td> <td align="left"> <a href="/html/ContactUs.aspx" class="WhiteMedium"><b>Contact Us</b></a> </td> <td width="120" align="right"> <img src="/images/HeaderMenuRight.jpg" width="14" height="30" border="0" alt=""> </td> </tr> </table> Its the arrow image that isnt showing, iv got the same issue with my Header picture aswell. And yes im aware this is alot easier in CSS but im currently learning that at the moment. Thanks I want to display an imagw which is an Icon. When I view it with IE noi mage. When I view the page with Firefox, it works fine. Does IE require something else? Here is the code I am using. <img src=./graphics/c3.ico HEIGHT="40" WIDTH="40"> Hi, I designed and sliced my website in Photoshop CS4 and then tweaked the code as needed in Dreamweaver CS4. Can someone tell me why the image (seen below) isn't showing up on my company's web page, supposed to be on bottom left of my web page: http://www.majorleaguemotoring.com? I'm guessing it has something to do with the iframe code from Facebook? http://www.majorleaguemotoring.com/i...industries.gif Hi, guys. Both new to forums and HTML, but learning fast! I'm currently working on a project, got design and everything ready, and I have created all <div-tags> that I need. I now have a problem with pictures now showing up as I want them. I have created a graphic element for example, with squares on the bottom of the page, and the file is saved as .png, with an opacity. When I specify which file it is in the CSS file, pictures won't show up. Might it be cause the file has an opacity on the direct graphic, and if so; is it possible to set opacity in the HTML.code, or do I need to start with PHP too? Cheers, I'm in a computer science class in college, and we've been using python for our coding, but we've recently started to use html to create web based applications, with python. We're also using google's app engine for assistance. I've recently downloaded a free template to make my website look better, and this came with the html, and the css. When I load my website it seems to be taking all the formatting from the css, but not the images. So basically it is nice text and format with no images. I'm not sure what's wrong, the css is being referenced in the .yaml, as well as my images folder. I'm not sure what you guys would want to see from the code, but if you need to see anything please ask! Thanks in advance for any help. I'm a complete newbie I have been told to edit a script in html editor on line No. 235. I put the script into an editor and it fills the page as one big paragraph and not in a line format. Is this a common thing Can it be changed? Neil I am working on the site rachelsnotary.com and I cannot get the images in 6 of the divs to show up. The other ones all look fine and work fine, but those couple dont work in IE (they do work in firefox though). Any advice? Its probably best to look at the site to see what I am talking about. thanks in advance! Hey everyone... Adding a favicon to my site seemed easy and it works when I preview my page through Dreamweaver in Firefox (not Explorer though), but when I uploaded everything to my site, it doesn't actually appear in the browser. Here is the code I'm using: <link rel="Shortcut Icon" type="image/x-icon" href="favicon.ico"> I placed it below the <title> and inside the <head> tags. I have the .ico file in my root directory and everything seems to be spelled right. Any ideas why it doesn't work? Thanks. Hello All, I am a nubie to HTML. On this website: http://www.shareselfhelp.org/ After the first "Get Free Monthly Meeting Directory by Email" The E shows up. But on the second: "Get Free Monthly Meeting Directory by Email" The E is not visible. It is there, I can click on it. Right next to the word Email. If I click on it and hold the button down, I can see the little square dotted line box, outlining the image, but I can't see the image. Thanks in Advance, Laurence I created this website, http://solarroadways.com/news.html and everything I created worked. Then my client added new content and pictures by themself and apparently the images load but then disappear in IE. Debugging didn't help, go figure. Anyone encounter this problem? For the site that I am currently in charge of I removed a slideshow because it took too long to load. In it's place i tried to add just a picture, but it will not work. I uploaded the picture to the site, have the correct html, and placed the html where the code for the slideshow used to be but it doesn't appear on the page. It doesn't even give one of those X's to show you the picture isn't loading. Here is some of the code surrounding where I'd like the picture to be. <div id="text6" style="position:absolute; overflow:hidden; left:22px; top:628px; width:929px; height:205px; z-index:5"> <div class="wpmd"> <div><font face="Times New Roman" class="ws16">Mission Statement</font></div> <div><font face="Times New Roman" class="ws16"><BR></font></div> <div><font face="Times New Roman" class="ws16">A collaborative team including individuals impacted by neurological conditions, providers who serve them, members of communities in which they live, advocates, and researchers who investigate these impairments will identify, develop and disseminate information and strategies, and maximize resources to improve outcomes and quality of life. <a href="http://www.karrn.org/SCIRehabProgram.pdf">2010 SCI Rehab Conference Program</a></font></div> <div><font face="Times New Roman" class="ws16"><BR></font></div> </div></div> <div id="shape1" style="position:absolute; overflow:hidden; left:698px; top:248px; width:310px; height:320px; z-index:7"><img border=0 width="100%" height="100%" alt="" src="images/shape3078289.gif"></div> <div id="text5" style="position:absolute; overflow:hidden; left:19px; top:591px; width:238px; height:25px; z-index:8"> <div class="wpmd"> <div><font color="#000000" face="Times New Roman" class="ws18"><B>Welcome to our site</B></font></div> </div></div> The blank area there is where the code for the slideshow was. All I need is a simple picture. Anyone know why it's not working? Thanks ahead of time! ref. URL: http://www.monmount.com/Default_prev...emplatename=60 screenshot: what it currently looks like a sloppily photoshopped approximation of what it should look like explanation: Basically I've laid the top nav. bar and the search box inside one div together (div id="nav_search_div") and I want the background of the nav. bar to display behind both of them. This is a Volusion cart store so I'm somewhat limited b/c I have to keep the content required to keep their auto-fill-in junk able to auto-fill-in. I can change the background image for the nav menu in one of the .css files provided with the volusion template, but if I use that then it applies it only to the nav. bar, not to the search box. Setting the nav. and the search field into a div together was supposed to be my work-around for this problem, but for some reason the background simply isn't displaying. Any help or explanation would be appreciated. p.s. I know that the page doesn't pass validation, but all the errors generated are from volusion code that I can't change and which shouldn't have any impact on this particular problem. Alrighty, I've got div backgrounds that aren't showing up! Some are showing in ie but not in firefox, and some aren't showing anywhere. Here is a screenshot of what I'm experiencing (IE is on the left, firefox on the right) Also, the light blue background around the top nav. should be behind the page content as well (meaning the crappy "multi-monitor mounts" image and the crappier "featured products" text) any help would be appreciated! Thanks Hi guys, Internet Explorer 7 is displaying my home page as "index". In my HTML code it says <title>EBC Home Page</title>. In firefox it displays the proper page name but ie does not. I have never had this problem before and im sure ie supports <title> tags as it is a major component on html. Any Ideas on why it displays the filename and not the title name i have given it? Cheers, Raggy I'm using the [if gt IE5] tag to make some changes to how the site I'm working on appears in IE. The changes are working, but the tag itself is showing as text on the page in IE. So, at the top of the page, there is the following text: <!--[if gt IE5]> <![endif]--> The tag is in the head of the document. Man IE is all screwed up. Mine site is perfect in FF I wish IE would follow the lead on IE standards but that is another day. Anyways, I have some text on my index page that is suppose to link to this page http://www.mesquitechristmas.com/blog/index.php Anyways in IE when you click on it it brings up a blank white page but the URL is in the address bar. Like I said though in FF it works fine. I have not tried this with IE 7 I have been testing things with 6 then will upgrade back to 7 unless someone knows how I can run both? Does anyone know why this might be happening? -Thanks |