HTML - Mysterious Line
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! 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 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? 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 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 this div: Code: <div> Last Name <input name="data[Provider][last_name]" type="text" class="input_style" maxlength="100" value="" id="ProviderLastName" /> <input class="submit_style" type="submit" value="Search" /> </div> The way it's being displayed is having the last name string first and then the input and submit (both of them) under that last name string. I would like for all of these values to be on the same line. How can I do that? <p> doesn't work, tried it. Anything I can do in CSS? Hi: I've got a narrow but high button. Question: What do I place in the Value="???" option to ensure that I get two lines in a button For Example, I wish to put the following in the value of the button: Edit /Del Of course, I tried ' Value="Edit<br />/Del" ' --- but that didn't work, I also tried : 'Value="Edit\n/Del"' - also , no joy ( Thanks, -Mel Smith I'm trying to get the "topline" above the "greyline", but the more i mess with it, the greyline is always on top, even though it is below the "topline' code. Help please. How do i code it so the greyline is right underneath the "topline", please. here's part of the page code: Code: <body> <table width="770" border="0" cellpadding="0" cellspacing="0" id="maintable"> <tr> <td id="topline" colspan="2"></td> </tr> <tr><img src="images/greyline.gif" alt="" width="770" height Hey i am having trouble with putting a horizontal line in. I got the line in but it doesn't go all the way across the page. It stops a bit before then end can someone please help? I find the in-line frame to be a bit of a pain. What is the advantage of having two scroll bars--it seems to be confusing some people? What I like is that the in-line frame give me a neat smaller page, not using the whole screen (left to right) but when I make the in-line frame's height longer, it looks silly like on the home page and then on some of the links the scroll bar comes back. but I like when a link is clicked it goes to the in-line frame section. can this be done with using table (I know I can get the tables that size, but can I get the links to appear in the same spot if I eliminate the in-frame0? TIA Hello all, I'm trying to do some simple table work for a webpage. The basic set up is this: Code: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Team Funcom</title> </head> <body background="background.jpg"> <table border="1" align="center"; cellpadding="0"> <tr> <td width="100%" valign="top"> <table border="1" width="100%"> <tr> <td colspan="3" align="center"> STUFF </td> </tr> <tr> <td colspan="3" align="center"> STUFF </td> </tr> <tr> <td colspan="2"> STUFF </td> <td rowspan="2" align="center"> STUFF </td> </tr> <tr> <td align="center"> STUFF </td> <td align="center"> STUFF </td> </tr> <tr> <td colspan="3"> STUFF </td> </tr> </table> </td> </tr> </table> </body> </html> I'm using some CSS to do some transparancy and some JavaScript to change some menu images onmouseover, not shown here. The problem is that when I put the rest of my code into the above tables, things line up in Opera, but not in I.E. I am using a table within a table, so that I can line things up in the center of the page, and that seems to be causing the problem. In Opera the outer table centers and is only as wide as it needs to be, but in IE the outer table's width takes up the whole page. Also, as I make the page smaller in I.E., the tables seems to overlap. Firefox makes things line up a bit better, but there are still some problems. Any thoughts here? I've attached the full code I'm working with. I had to change it to .txt so that I could upload it as an attachment. Here's what the page looks like in Opera at the moment. Hey, as you can tell, I'm a new guy. And I'm having a bit of a problem... For some reason, in between 2 buttons I have on my site, there is a little, underscore line. I don't know why it's there, as it's not in my code, it's not a part of the image, and it wasn't there before I added the second button. It's hard to explain, it's easier to see it for yourself. http://nickisawesome.izfree.com/meec...igns/index.php Any help would be appreciated Hi: I'm a newbie and am designing my 1st screen using Transistional HTML. Without using CSS, is there a simple way to draw a horizontal line across the screen ? TIA -Mel Smith 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 hello, Im a noob at HTML and was wondeirng if you guys/gals could help me. Im trying to make a bracket and I am not sure how to make the line centered with the other lines. here is the code Code: td { vertical-align: middle; width: 10em; margin: 0; padding: 0; } See how each horizontal lines are centered with the 2 horizontal lines that come before it in this example? http://sharkspage.com/jpgs3/2007bracket2.gif my problem is the code i'm using centers the horizontal line with the words on the lines, not the actual 2 horizontal lines. So if the word on the top line is 50 characters taking up 3 rows, and the word on the bottom line it 5 characters using 1 row, the line is way off-centered. Here is my messed up Bracket http://warchant.0catch.com/WarchantBracket.html here is the HTML, couldn't fit the whole thing here so I only went as far as Region 1 HTML Code: Warchant Movies <html lang='en'> <head> <meta http-equiv='Content-Type' content='text/html; charset=ISO-8859-1'> <title>Page Title</title> <!-- link rel='stylesheet' href='style.css' type='text/css' --> <style type="text/css"> <!-- table { border-collapse: collapse; border: none; font: small arial, helvetica, sans-serif; } td { vertical-align: middle; width: 10em; margin: 0; padding: 0; } td p { border-bottom: solid 1px black; margin: 0; padding: 5px 5px 2px 5px; } --> </style> </head> <body> <table summary="Tournament Bracket"> <tr> <td><b>Region 1</b><p>1. Star Wars: Episode IV - A New Hope</p></td> <td rowspan="2"><p></p></td> <td rowspan="4"><p></p></td> <td rowspan="8"><p></p></td> <td rowspan="16"><p></p></td> <td rowspan="32"><p></p></td> <td rowspan="64"><p></p></td> <td rowspan="128"><b>Champion</b><p></p></td> </tr> <tr> <td><p>32. Wizard of Oz</p></td> </tr> <tr> <td><p><br>16. Fight Club</br></p></td> <td rowspan="2"><p></p></td> </tr> <tr> <td><p>17. Old School</p></td> </tr> <tr> <td><p><br>9. Blazing Saddles</br></p></td> <td rowspan="2"><p></p></td> <td rowspan="4"><p></p></td> </tr> <tr> <td><p>24. Deer Hunter</p></td> </tr> <tr> <td><p><br>8. Tombstone</br></p></td> <td rowspan="2"><p></p></td> </tr> <tr> <td><p>25. Clockwork Orange</p></td> </tr> <tr> <td><p><br>4. Saving Private Ryan</br></p></td> <td rowspan="2"><p></p></td> <td rowspan="4"><p></p></td> <td rowspan="8"><p></p></td> </tr> <tr> <td><p>29. Star Trek II: The Wrath of Kahn</p></td> </tr> <tr> <td><p><br>13. The Longest Day</br></p></td> <td rowspan="2"><p></p></td> </tr> <tr> <td><p>20. The Longest Yard (Original)</p></td> </tr> <tr> <td><p><br>12. Apocalypse Now<br></p></td> <td rowspan="2"><p></p></td> <td rowspan="4"><p></p></td> </tr> <tr> <td><p>21. Jaws</p></td> </tr> <tr> <td><p><br>5. Raiders of the Lost Ark</br></p></td> <td rowspan="2"><p></p></td> </tr> <tr> <td><p>28. Boyz in the Hood</p></td> </tr> <tr> <td><p><br>2. Braveheart</br></p></td> <td rowspan="2"><p></p></td> <td rowspan="4"><p></p></td> <td rowspan="8"><p></p></td> <td rowspan="16"><p></p></td> </tr> <tr> <td><p><br>31. Say Anything</br></p></td> </tr> <tr> <td><p><br>15. Bridge Over the River Kwai</br></p></td> <td rowspan="2"><p></p></td> </tr> <tr> <td><p>18. The Magnificent Seven</p></td> </tr> <tr> <td><p><br>10. The Incredibles</br></p></td> <td rowspan="2"><p></p></td> <td rowspan="4"><p></p></td> </tr> <tr> <td><p>23. The Quiet Man</p></td> </tr> <tr> <td><p><br>7. The Godfather</br></p></td> <td rowspan="2"><p></p></td> </tr> <tr> <td><p>26. Tora, Tora, Tora</p></td> </tr> <tr> <td><p><br>3. The Big Labowski</br></p></td> <td rowspan="2"><p></p></td> <td rowspan="4"><p></p></td> <td rowspan="8"><p></p></td> </tr> <tr> <td><p>30. Return to Me</p></td> </tr> <tr> <td><p><br>14. Young Frankenstein</br></p></td> <td rowspan="2"><p></p></td> </tr> <tr> <td><p>19. Rocky IV</p></td> </tr> <tr> <td><p><br>11. A Bridge Too Far</br></p></td> <td rowspan="2"><p></p></td> <td rowspan="4"><p></p></td> </tr> <tr> <td><p>22. A Few Good Men</p></td> </tr> <tr> <td><p><br>6. Full Metal Jacket</br></p></td> <td rowspan="2"><p></p></td> </tr> <tr> <td><p>27. Goodfellas</p></td> </tr> <br> Appreciate any help Hello can anybody help my with html about a vertical line with wat codeyo can make a vertical line for your website in html. Erwin Just learning this stuff. I am having trouble controlling space between lines. My HTML coding is resulting in too much space between lines. I am afraid I have no idea how to control spacing. I have fiddled with different coding. Here is the current version: <td class="headerbg" colspan="2" width="600"> <div align="left"><p style="font-family:verdana; color:00bfff; font-size:30px;" >the amazing alexander technique </p><p style="font-family:verdana; color:00bfff; font-size:20px;" >so much more than 'posture' and pain relief </p> </div> </td> Thanks for any help. Pointing me to resource where I can read the solution would be great. Hi, I am making my own HTML homepage and I would like to have a button/text saying: 'Close', at the top-right. But I don't seem to be able to work out how to have multiple DIVs on one line. I have tried floating but it doesn't seem to work. By the way, I am editing with SuperEdi. |