HTML - Possibly A Dumb Question...
Can somebody take a look at http://http://www.bkriegtech.net/index.php?page=contact and tell me why it's all out of line? It's a php include from a contact form. The page=support calls support.php located in the web root.
Similar Tutorials(This is one of those stupid 'Why do they do that?' questions. I'd ask them, but I'm worried it's really obvious and I don't want to look like a mook.) I've noticed a couple of teachers at my College set up websites that take up only part of the page. For example, this one page is 440px in height and 775px in width. This leaves a lot of white space, because the page is huddled up in the NW corner of the page. At first, I thought it was for visually hindered people, so when they zoom in, the text would be larger, and the page would fill out larger as well, take up the whole screen. But zoom doesn't actually change the page's height/width. Any thoughts? his may be a dumb question but how do you get a table to align to the absolute top of a webpage? Thx Snaps01 Hello, I have a link on my homepage to another page of mine but I don't want the spiders to follow the link and index that page and the pages in it. Is there a simple way to fix this? I've heard of a "No Follow" thing but not sure if thats what I need or how to write it. Thanks. Hello, I am trying this forum for some help. I have tried other sites and no one has yet come up with an idea for what might be the problem or suggest a solution. I have a search form on the site. In IE only when the user types in data and presses enter the values don't get passed. They are forced to press the button manually to trigger the search. Has anyone come across this issue and know a way to get it to work? I would like to avoid use of javascript in this case. The site is http://www.medicine-garden.com.au. This does not appear to be a PHP issue so I am posting it here. HTML form: HTML Code: <form class="searchform" action="callbacks.php" method="get"> <p> <input class="searchbox" name="searchcriteria" type="text" /> <input class="button" type="submit" name="submit_search" value="Search" /> </p> </form> The code to process the form follows PHP Code: function whichSubmit($get_array){ $num_of_get = count($get_array); //print_r($get_array); // show entire $_GET array foreach($get_array as $key => $value){ //echo $key."<br />"; $submit_array = split("_", $key); if($submit_array[0] == "submit"){ //echo "<strong>Found Submit</strong><br />"; //test if found submit_<name> //print_r($submit_array); return $submit_array; }else{ //return false; } } } if($_GET){ $which_submit = whichSubmit($_GET); } if($which_submit != false){ switch($which_submit[1]){ case "search": //get search string $searchcriteria = $_GET['searchcriteria']; if($searchcriteria == ''){ $searchcriteria = 'all'; $url = "searchresult.php?category=" . $searchcriteria; }else{ $url = "searchresult.php?searchcriteria=" . $searchcriteria; } //echo "The current URL is: " . $url . "<br />"; header( 'Location: '.$url ) ; break; } } Any ideas are welcome. Hi All Not sure if this is in the right place.... I am having difficulties (as always) with drop down menus on the main navigation of the site below. It wont drop down. I think it may be beacuse i am over using some javascript? Can someone confirm this? http://www.silver-worldwide.com/dev/BenBall/ Any help or suggestions would be real helpful! Thanks peeps! Matt Hi - I'm just a dumb cellist who wrote the code for his wedding gig web page. It's the first time I've tried writing my own code. There are still a few glitches to work out. Anyway, here it is; www.chamber-players.com I need some help because my drop down menu has a funny quirk; when I click on "Music Ideas" more than once it alternates between two different pages. You'll see if you try it. The same thing happens with "Planning". I know there are a different ways to do a drop down menus but is there any quick fix for this? I really appreciate the help! Ciao, cellist Hi, I'm using swfobject.js to rope in a piece of flash onto the top of my page. I'm then using a fixed width div (below the div with the contained swf) with a background image. I'm trying to get the swf and background image to merge seamlessly, but so far no cigar. Take a look: http://www.drayfuss.co.uk/diss/site/siteDraft.html I've tried all sorts of border/margin/padding css techniques but nothing seems to be bridging that gap between the swf and the following div. Am I being dim? Cheers, drayfuss http://www.mythlabb.com/ IE displays the top logo just fine. Firefox displays it as a broken image. It's just a .jpg file, nothing special, and it's on the page as a regular image tag right at the top of the Body tag. Am I missing some little Firefox quirk here or something? I removed the text content in the code snippet below but it's enough to get the idea. Code: <html> <head> <link rel="stylesheet" href="styles/mainStyle.css" type="text/css" media="screen" charset="utf-8" /> </head> <body> <center><img src="images\mythLogo.jpg"></center> <center>webdesign - consultation - graphics<br></center><br><br> <div id="topnav">Insert menu here</div> <div id="maintext">Insert text here</div> </body> </html> I am using a div relative to place text on top of an image. The problem that I am having is in Firefox when a dropdown list is overtop of this div tag, the div tag shows up on top of the dropdown. I do not want this to happen. It does not happen in IE and it allows the dropdown to show up on top. How do I fix this My code looks like this: <div style="left: 15px; position: relative; top: 20px;" border="0"><font size="2" color="#ff8c00"><strong>Example Text</strong></font></div> Thanks. Jeff M Hi, is it possible to create a DTD for a xml-file, which can have a structure like any other xml but if in a node a attribut x appears in combination with an attribut y there are some rules which attributs have to appear in that node too. Thanks... p-flash Hello! I am new to this forum...sorry if I'm posting in the wrong place. I'm contructing my own jewelry website. I put in my ALT tags, and when I view the pages in my browser (I'm using Dreamweaver), the ALT tags don't show up. I don't know what I'm doing wrong. Here's a sample: <img src="images/citrine.jpg" alt="citrine necklace"> Am I doing something wrong? I would really appreciate knowing. I'm just about done with my website...this is the last thing I'm working on. KathyK27 I was looking through the code of this one website and i saw this: <script language="javascript"> <!-- insertPoll2('76375'); --> </script> I'm a bit confused by how this works, i dont know anything about javascript but this function here is used to create a poll and i want to do that on my website, but how does this work? Because the insertpoll2() function is Inside comments but also inside javascript braces. What's going on here? Thanks! Hi, I was wondering if it is possible to create an image that floats where ever you put it on the page. For example, it would float above this text, blocking it out. Basically I want it to ignore anything around of underneath it. I would also like it not to use scripts, if possible. Oh and one more thing, is it possible to do this between the body tags only? Thanks! What exactly is XHTML. how much different from HTML is it? and, do I have to re-learn a whole bunch of stuff to write valid code with it? _________________ wedding ceremony Forex Trading System SEO Experiment Hello, I'm new here, so like, hi and all that good stuff, hope everyone is well! So, my question. When you type into your browser, cnn.com and it resolves to http://www.cnn.com, is that done via the .htaccess file? Type cnn.com into your address field in your browser to see what I mean if you don't get what I mean. Some sites don't resolve to the www, like gizmodo.com (type that into your browser to see what I mean). I've got two parties saying different things, one says it's DNS, one says it's .htaccess. HELP? Thank you! How can I copyright or otherwise protect my images online? ____________________ Polo Shirt Printing T shirt Embroidery I think PHP is a great thing...just frustrating at times - eh, we all get frustrated sometimes. I never get to vent to anyone about my lack of understanding web design. I did indeed try this navigational menu on a website...I think it's a really neat idea, actually - boy, can this ever save some time. However I've ran into a small little problem - I'm sure an even medocre-level designer will point out some obvious problem I'm doing that is just going over my head. The following URL: http://www.conversationalhypnosis.net/navigation.php I have setup a test to see if the navigational menu icons to the left would work, and voila! They did! But there's this little bugger that looks like this: that's sitting right on top of my menu...and it's putting a little space in. See it there? Again, the URL is http://www.conversationalhypnosis.net/navigation.php The menu 'block' should be flush up against the header block. You'll see what I mean - it's much easier understoot when simply looked at vs. explaining it. I put the following code in to "navigation.php" where I wanted the menu to appear: <?php include("navigation.html");?> Right? I also made sure "navigation.html" was uploaded (and obviously it is because you can see it when you go to the "navigation.php" page.). Any helpful comments to this would also be greatly appreciated! P.S. Is this forum the best one to post a question about tables/columns? I'm using a web template that I "think" uses tables (The same site above)...right? There's a column along the right-side of the page that goes all the way down (as needed) the page...I'd like to put an RSS feed there with updated content - but the only problem is sometimes, depending on the RSS feed headline/description, the column will expand toward the center of the page. This in turn screws up the look of the actual "content" of the page (which is to be the text in the "middle" if you will). Any ideas on this? If I should direct this "tables" question elsewhere please let me know and I'll gladly comply! I'm currently using Microsoft Expression web designer...I'm still in the process of finding "the best one". I made sure the "No Wrap" was NOT checked in that right-column, BTW. this issue has been solved I have a real rookie question. I am new to CSS and I was wondering if I need to upload my CSS files to me web server, and if so do they need to go into a special directory on that server? Thanks So I'm working on my web page for my martial arts studio and I'm trying to figure out how I can do something. the page i have so far is www.boulderkempo.com/index2.html so what I want to happen is a black background on the main frame, and have a white box below the image for "home" with text. I also want all of these to end at a right side of the flash top part. I'll mess with the image size, but I need to know how to make a text box with a diffrent color background then the main background. I 've seen websites where they have text in a framed box, or it has a different color background. my blog is set up that way for example... http://wrxminion.wordpress.com/ (not trying to self promot.. my blog sucks anyway, i never update it) the other thing I'm trying to do is get the text to wrap to the next line at a certain point on the web page. I use dreamweaver and when i put margins it wraps the text at different window sizes in the browser. I really suck at webdesign, i'm only doing my own becouse i don't want to have to pay someone. sorry for such noob questions my main page is www.frankdeck.com Thanks alot for your guys help! |