HTML - Mysterious Link How Do I Get Rid Of It?
So I have a pretty simple image gallery set up with arrows that go to the next and previous images at www.sailormoonthemovie.com/photos.html. But the arrows and the background seem to be activated as a link somehow to a separate portion of my site (it's using the link in the code right above it). I think I may be missing a tag somewhere? I'm not sure if this post is even in the right forum, if it's not I apologize. Thank you for taking the time to read this
Similar TutorialsJust curious if anyone can solve my little problem, as apparently none of my knowledgeable HTML friends can figure it out. There seems to be a red box positioned above the menu bar he http://www.evogarage.com/ However the problem doesn't lie within Firefox and is only seen while browsing with IE. Any thoughts on how to fix this issue? Hi- So i have this problem that i cant find a solution for. i am making a web page and on the web page is an accordian nav menu. i am editing it in dreamweaver. Now, when i look at the page in livewiew it looks fine. BUT when i post the page on the internet there is this bullet next to my nav menu!! I cant find the code for it! all the <ul></ul> start and end when they are supossed to! and <li></li> ends when its supposed to too! im pulling my hair out with this bullet. what do i do? thanks Can anyone tell my why an extra line is appearing on this site in IE but not Firefox? And what's causing it, how to get rid of it? http://www.jnsitedesign.com/zenphoto/weddings/ It's the line above the menu. Also why is the menu centering in IE and how do I get it to align to the right? ***nevermind, I figured out the menu. But the line is driving me insane and I can't figure out what's causing it Thanks for any pointers! when a user clicks a link, a dotted-line box forms around it in many browsers.
Code: a:active{border: 0;} Normal CSS doesn't seem to get rid of it. Anyone know how to do that? I am fine-tuning an existing site and have run into one of those incredibly frustrating mysterious spacing difference problems. I've searched, tweaked, tested, validated and all but sacrificed a few voodoo chickens. The top right page title on these two pages should have the same spacing, that of the first (which all other pages on the site outside the /portfolio subfolder do). For no reason that I can find, pages in the /portfolio folder have extra space at the top. I have tried using cut and paste from working pages, moving the pages between folders, everything, and the problem persists. Both pages validate as XHTML. I'm testing primarily under FF6 but the problem also shows up in IE and Chrome. This page is fine: http://www.nitropress.com/anp_portfolio.php This page has extra spacing over the page title: http://www.nitropress.com/portfolio/anp_pf_bcfile.php What am I overlooking here? AdThanksVance. Link Mysterious yellow dots are appearing through my slideshow images in IE - works fine in all other browsers. Only appearing in darkest blacks - standard jpg saved images. An ideas gratefully received Hello HTML Forum community, I volunteered to work on my organization's website, and it has all been going smoothly until now. Notice the odd spacing on the following page: http://gadshillcenter.org/aboutus/aboutus_needs.php And pretty much any other page in the About Us Section. But the following, seemingly identical page does not have this spacing: http://gadshillcenter.org/newsevents...herreading.php What can I do to remove these stupid breaks/spaces after the header? I compared each .php line per line, and they are both pretty much identical. I pasted another header (from News and Events) into the About Us, and it still resulted in this spacing, proving that it is an issue with the About Us pages. What might be causing this? It is driving me nuts! Sincerely, Andrew I have several links on my site, all in the form of <a href="http://www.mywebsite.com">mywebsite</a> How do I need to change it such that a new instance of the browser is used in which the linked site is displayed. Hi, I'm newly registered and seeking some assistance. I'm working on a website for a client and come across an issue. The following is my iFrame code: Code: <div id="iframez"> <iframe src="main.html" width="100%" height="400px" name="framez"></iframe> </div> I have a link that is at the bottom of the page that is supposed to load in the iFrame when clicked upon. The code is as follows: Code: <a href="somelink.html" target="framez">some link</a> What I want is when the link is clicked that it loads in the iframe (this works as intended) AND I want the page to scroll up to the iframe. I tried doing this without success: Code: <a href="somelink.html#iframez" target="framez">some link</a> This is interpreted as #iframez in somelink.html, and not the page its on. Is there any way around this? Thanks for your patience. Ive been working on a website in my free time, and I have been wondering if it's possible to hover over a link, and change the text color of another link. A picture of one of my web pages is shown in the link below. http://i223.photobucket.com/albums/d...screenshot.jpg I want to be able to hover over something from the side navigation bars and have various links in the bottom naviational bar change color. So like hovering over Blood Elf, would make Death Knight, Mage, Paladin, Warlock, Priest, Rogue, Hunter turn red Does anyone know how to do this? or even know if it is possible? Hi im not sure if this can be done i have created some buttons to use as links and once i put the a href code in a box appears around the button can i remove this and how plz you can see example of what i mean on my website i have made Home and Contact clickable but i want to remove the box thats around the button if possible http://dreamteam0708.co.uk/ for info: im coding my own html in notepad, not using any programs or anything and my hosting doesnt support php etc Hello, I am creating a clickable link with an image for my site in order to display on other sites. I have managed to do it but I was wondering if somebody knows how to make the link pop up in a new window rather than open on the existing page. <a href="http://www.raphaelabramov.com/" title="Raphael Abramov Photography"><img src="http://farm6.static.flickr.com/5133/5462888784_7e944fca61.jpg" width="292" height="50" alt="Untitled-2" /></a> I know it's used to link to a css document, but, I've also seen it used in other situations. So what other uses are there for the <link> tag? Is it kind of like an include? I've tried looking this up on Google, and every example use I can see for it is for linking the css document. And the descriptions are basically the same as the examples. Hi, I have the following line in a php document and for whatever reason the "ENTER" text shows up in Firefox as a hyperlinked word but in IE it just shows up as normal text (however clicking on the text in IE still launches the swf). Can anyone offer some insight into how to remedy this problem? <div id = "enterblock"><font size = 6>                     <a href onclick="openFullScreen('EbbFlowTest.swf','dugFull','status=yes,scrollbars=yes');return false; self.close()" >ENTER</a></font><text>    (Flash player required)</div> Thanks, Mike I have a link bar that I would like to show up at the bottom of all the pages on my website. Could I put some sort of tag at the bottom to load the bar? I don't want to spend the time to add it to all my pages. Example: page stuff page stuff page stuff page stuff page stuff page stuff page stuff page stuff page stuff page stuff page stuff page stuff page stuff page stuff page stuff page stuff page stuff page stuff page stuff page stuff page stuff page stuff page stuff page stuff page stuff page stuff page stuff page stuff page stuff page stuff page stuff page stuff Home videos software A menu bar like this on every page Ok here is what i am looking for. I am looking to make a small picture and make it a clickable link to a url that will work in a forum post. Thanks in advance, Chris. im fairly new to html, i need a code to make a link so when it is clicked on it opens the page in a new window. i completely forgot how to do this. I hope somebody here can help me. I have altered a PSD web template and saved it using ImageReady as html and images. When I open the html page in Dreamweaver, I can see the page as I have done it. When i clik on the first image and insert a link for it, the page shifts out of place. Anybody any idea why? Thanks in advance Colin I need a way to open two pictures at once by clicking on a single link. I have pictures of the fronts and backs of coins. I want to be able to click on a link and have the front and back pictures open side by side. Okay, i have a menu down the left side of my webpage with numerous buttons. i want it so when i click a button, the image in the centre of the page will change to the image assigned to that button without opening a new page. any ideas? |