HTML - Desperate Help Needed, I'm Going Crazy!
i'm calling upon anyone to help me, i've been tearing my hair out for hours over this!
i'm trying to reformat a blog template to include in a client's website, but the html is driving me crazy. i am trying to center the blog, making it about a 480px width. i have tried to correct the html to reflect this (however i am a bit of a novice and teaching myself!), but what seems to happen is that the 'next page' of the blog follows my request, but not the main page. i hope that makes sense! here's the html, if anyone can see any glaring errors i'd love to know as this is the final part of the website and i'm losing sanity fast... any input is SO welcome. thanks to you all, minki HTML Code: <html> <head> <title><%WindowTitle%></title> <style type='text/css'> p { margin: 0px; } body { background: #FFFFFF; margin-left: 15px; margin-top: 15px; } td.topbar { padding: 5px; padding-left: 15px; padding-right: 15px; background: #FFFFFF; } td.content { padding: 5px; padding-left: 15px; padding-right: 15px; background: #FFFFFF; color: #000000; font-family: courier new; font-size: 10pt; line-height: 1.7; } td.border { background: #FFCCFF; font-size: 6pt; } td.box { padding: 10px; padding-top: 20px; padding-bottom: 150px; font-family: courier new; font-size: 10pt; background: #FFCCFF; color: #000000; line-height: 17px; } div.date { margin-bottom: 4px; color: #777777; } div.box { float: right; margin-left: 10px; margin-bottom: 10px; } div.comment { padding-left: 20px; } h2 { margin-top: 0px; margin-bottom: 0px; font-family: courier new; font-size: 30pt; color: #FF00FF; } h3 { margin-top: 0px; margin-bottom: 0px; font-family: courier new; font-size: 16pt; color: #FF00FF; } a:link { color: #FF00FF; } a:visited { color: #FF00FF; } a:hover { color: #FF00FF; } a.menu:link { color: #990099; } a.menu:visited { color: #990099; } a.menu:hover { color: #990099; } </style> </head> <body> <center> <table cellpadding='0' cellspacing='0'> <tr><td><img src="http://www.andreadonovan.com/buttons/title%20name.jpg" border='0'><br><center><img src="http://www.andreadonovan.com/buttons/news%20heading.jpg"></center></td></tr> <tr><td width='580' class='topbar'></td></tr> </table></center> <br> <table cellpadding='0' cellspacing='0' align='center'> <center> <tr> <td width='480' class='content'> </center> <div class='box'> <table cellpadding='0' cellspacing='0'> <tr><td></td></tr> <tr> <td width='169' align='center' valign='top' class='box'> <img src="http://www.andreadonovan.com/Reas%20Website/glasses%20sm.jpg" border='0'><br><br> <%Description%> <br><br> <a href='http://www.andreadonovan.com' class='menu'>home</a><br><a href='http://www.andreadonovan.com/gigs.html' class='menu'>gigs</a><br><a href='http://www.andreadonovan.com/photos.html' class='menu'>photos</a><br><a href='http://www.andreadonovan.com/cv.html' class='menu'>cv</a><br><a href='http://www.andreadonovan.com/contact.html' class='menu'>contact</a><br><a href='http://www.andreadonovan.com/links.html' class='menu'>links</a> </td> </tr> <tr> <td></td> </tr> </table> </div> <!-- ARCHIVE PAGE --> <IfArchivePage> <h3>Archives</h3> <%ArchiveInfo%> </IfArchivePage> <!-- MAIN PAGE --> <IfMainPage> <Entry> <h3><%EntryTitle%></h3> <div class='date'>Posted at <%EntryTime%> on <%EntryDate%><IfCategoriesAllowed> in <%EntryCategory%></IfCategoriesAllowed></div> <div><%EntryBody%></div> <IfCommentsAllowed><a href='<%EntryURL%>'>Comments</a> (<%EntryCommentCount%>) <IfCommentPostAllowed>| <a href='<%CommentPostURL%>'>Post A Comment!</a></IfCommentPostAllowed> |</IfCommentsAllowed> <a href='<%EntryURL%>'>Permanent Link</a> <br><br> </Entry> </IfMainPage> <!-- ENTRY PAGE --> <IfEntryPage> <Entry> <h3><%EntryTitle%></h3> <div class='date'>Posted at <%EntryTime%> on <%EntryDate%><IfCategoriesAllowed> in <%EntryCategory%></IfCategoriesAllowed></div> <div><%EntryBody%></div> <IfCommentsAllowed><IfCommentPostAllowed><a href='<%CommentPostURL%>'>Post A Comment!</a></IfCommentPostAllowed></IfCommentsAllowed> <br><br> <IfCommentsAllowed> <Comment> <div class='comment'> <h3><%CommentTitle%></h3> <div class='date'>Posted by <%CommentAuthor%> <%CommentAuthorIP%> at <%CommentTime%> on <%CommentDate%></div> <div><%CommentBody%></div> <a href='<%CommentURL%>'>Permanent Link</a> <CommentEdit>Edit</CommentEdit> <CommentDelete>Delete</CommentDelete> </div> </Comment> </IfCommentsAllowed> </Entry> </IfEntryPage> <!-- FRIENDS PAGE --> <IfFriendsPage> <Entry> <h3><%EntryTitle%></h3> <div class='date'>Posted at <%EntryTime%> on <%EntryDate%> by <%EntryAuthor%></div> <div><%EntryBody%></div> <IfCommentsAllowed><a href='<%EntryURL%>'>Comments</a> (<%EntryCommentCount%>) <IfCommentPostAllowed>| <a href='<%CommentPostURL%>'>Post A Comment!</a></IfCommentPostAllowed> |</IfCommentsAllowed> <a href='<%EntryURL%>'>Permanent Link</a> <br><br> </Entry> </IfFriendsPage> <IfPages> <center> <br><br> <- <LaterLink>Last Page</LaterLink> | <EarlierLink>Next Page</EarlierLink> -> </center> </IfPages> </td> </tr> <tr><td></td></tr> </table> </center> </body> </html> Similar TutorialsHi guys, First of all, take a look he www.euro-nova.co.uk/revamp You will notice the navigation bar at the top, all sitting where it should, but with no links, just plain text. Now, scroll to the bottom of the page, you will see another navigation bar, but its sitting wrong, as you can see. I want it to sit like the one at the top. The problem is, the top one is plain text, the bottom has the links attached to it, if I take the links away it sits properly. I have this problem with BOTH of the navigation bars, and I'm stumped!! Can someone help? Thanks. Hi guys! i need a help as i am new to html.I am sharing the part of my html code which creates a office directory with employee's name,departement,telephone number,mobile number etc.I also want the employee pictures in it based on their username. I have created a folder according to their username with all the employess pictures in it,Now i want to map that folder according to their username,Like if i have a user called test so addition to the basic attributes(name,departement,telephone number,mobile number etc) i also want his picture in it and i want this for all the employee.Its not possible for me to add one single code(<image src=/> for each user.Please help how can i achieve that.Sharing some part of the code. Code: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"> <html> <head> <title>PowerGUI Report (07/28/2011 17:38:35)</title> <meta http-equiv=Content-Type content='text/html; charset=windows-1252'></meta> <meta name="save" content="history"></meta> <style type="text/css"> body { margin-left: 4pt; margin-right: 4pt; margin-top: 6pt; font-family: Tahoma; font-size: 8pt; font-weight: normal; } h1 { display: block; position: relative; height: 2em; color: #ffffff; background-color: #0061bd; border-left: #b1babf 1px solid; border-right: #b1babf 1px solid; border-top: #b1babf 1px solid; border-bottom: #b1babf 1px solid; padding-left: 5px; padding-top: 8px; margin-left: 0px; margin-right: 0px; font-family: Tahoma; font-size: 8pt; font-weight: bold; } h2 { display: block; position: relative; height: 2em; color: #ffffff; background-color: #ad1c18; border-left: #b1babf 1px solid; border-right: #b1babf 1px solid; border-top: #b1babf 1px solid; border-bottom: #b1babf 1px solid; padding-left: 5px; padding-top: 8px; margin-left: 0px; margin-right: 0px; font-family: Tahoma; font-size: 8pt; font-weight: bold; } h3 { display: block; position: relative; height: 2em; color: #ffffff; background-color: #ADADAD; border-left: #b1babf 1px solid; border-right: #b1babf 1px solid; border-top: #b1babf 1px solid; border-bottom: #b1babf 1px solid; padding-left: 5px; padding-top: 8px; margin-left: 0px; margin-right: 0px; font-family: Tahoma; font-size: 8pt; font-weight: bold; } span.expandableHeaderLink { display: block; position: absolute; color: #ffffff; top: 8px; font-family: Tahoma; font-size: 8pt; font-weight: bold; text-decoration: underline; } span.expandableHeaderLinkRightJustified { display: block; position: absolute; color: #ffffff; top: 8px; font-family: Tahoma; font-size: 8pt; font-weight: bold; text-decoration: underline; right: 8px; } table { table-layout: fixed; font-size: 100%; width: 100%; color: #000000; } th { color: #0061bd; padding-top: 2px; padding-bottom: 2px; vertical-align: top; text-align: left; } td { padding-top: 2px; padding-bottom: 2px; vertical-align: top; } *{margin:0} div.visibleSection { display: block; position: relative; color: #000000; background-color: #f9f9f9; border-left: #b1babf 1px solid; border-right: #b1babf 1px solid; border-top: #b1babf 1px solid; border-bottom: #b1babf 1px solid; padding-left: 16px; padding-top: 4px; padding-bottom: 5px; margin-left: 0px; margin-right: 0px; margin-bottom: 0px; } div.hiddenSection { display: none; position: relative; color: #000000; background-color: #f9f9f9; border-left: #b1babf 1px solid; border-right: #b1babf 1px solid; border-top: #b1babf 1px solid; border-bottom: #b1babf 1px solid; padding-left: 16px; padding-top: 4px; padding-bottom: 5px; margin-left: 0px; margin-right: 0px; margin-bottom: 0px; } div.visibleSectionNoIndent { display: block; position: relative; color: #000000; background-color: #f9f9f9; border-left: #b1babf 1px solid; border-right: #b1babf 1px solid; border-top: #b1babf 1px solid; border-bottom: #b1babf 1px solid; padding-left: 0px; padding-top: 4px; padding-bottom: 5px; margin-left: 0px; margin-right: 0px; margin-bottom: 0px; } div.hiddenSectionNoIndent { display: none; position: relative; color: #000000; background-color: #f9f9f9; border-left: #b1babf 1px solid; border-right: #b1babf 1px solid; border-top: #b1babf 1px solid; border-bottom: #b1babf 1px solid; padding-left: 0px; padding-top: 4px; padding-bottom: 5px; margin-left: 0px; margin-right: 0px; margin-bottom: 0px; } div.visibleSectionNoFrame { display: block; position: relative; color: #000000; padding-left: 0px; padding-top: 4px; padding-bottom: 5px; margin-left: 0px; margin-right: 0px; margin-bottom: 0px; } div.hiddenSectionNoFrame { display: none; position: relative; color: #000000; padding-left: 0px; padding-top: 4px; padding-bottom: 5px; margin-left: 0px; margin-right: 0px; margin-bottom: 0px; } div.filler { display: block; position: relative; color: #ffffff; background: none transparent scroll repeat 0% 0%; border-left: medium none; border-right: medium none; border-top: medium none; border-bottom: medium none; padding-top: 4px; margin-left: 0px; margin-right: 0px; margin-bottom: -1px; font: 100%/8px Tahoma; } div.save { behavior: url(#default#savehistory); } </style> <script type="text/javascript"> function toggleVisibility(tableHeader) { if (document.getElementById) { var triggerLabel = tableHeader.firstChild; while ((triggerLabel) && (triggerLabel.innerHTML != 'show') && (triggerLabel.innerHTML != 'hide')) { triggerLabel = triggerLabel.nextSibling } if (triggerLabel) { triggerLabel.innerHTML = (triggerLabel.innerHTML == 'hide' ? 'show' : 'hide'); associatedTable = tableHeader.nextSibling while ((associatedTable) && (!(associatedTable.style))) { associatedTable = associatedTable.nextSibling } if (associatedTable) { associatedTable.style.display = (triggerLabel.innerHTML == 'hide' ? 'block' : 'none'); } } } } if (!document.getElementById) { document.write('<style type="text/css">\n'+'\tdiv.hiddenSection {\n\t \tdisplay:block;\n\t}\n'+ '</style>'); } </script> </head> <body> <b><font face="Arial" size="5">PowerGUI Report (07/28/2011 17:38:35)</font></b> <hr size="8" color="#0061bd"></hr> <font face="Arial" size="1"><b>Generated with PowerGUI</b></font> <br /> <font face="Arial" size="1">Report created on 07/28/2011 17:39:52</font> <div class="filler"></div> <div class="filler"></div> <div class="filler"></div> <div class="save"> <h1 style="cursor: pointer" onclick="toggleVisibility(this)"> <span class="expandableHeaderLink">Entire Organization</span> <span class="expandableHeaderLinkRightJustified">hide</span> </h1><div class="visibleSection"> <h2 style="cursor: pointer" onclick="toggleVisibility(this)"> <span class="expandableHeaderLink">IN</span> <span class="expandableHeaderLinkRightJustified">hide</span> </h2> <div class="visibleSection"> <table> <tr> <th width='25%'><b>Name:</b></th> <td width='75%'>A.Singh</td> </tr> <tr> <th width='25%'><>Image:</b></th> <td width=75%'> <img src="C:\EmployeesPhotos\IN\a.singh.jpg" </td> </tr> <tr> <th width='25%'><b>Department:</b></th> <td width='75%'>Marketing</td> </tr> <tr> <th width='25%'><b>TelephoneNumber:</b></th> <td width='75%'></td> </tr> <tr> <th width='25%'><b>MobileNumber:</b></th> <td width='75%'>+91 971-652-9221</td> </tr> <tr> <th width='25%'><b>Email:</b></th> <td width='75%'>A.Singh@cvent.com</td> </tr> <tr> <th width='25%'><b>Manager:</b></th> <td width='75%'>KSaxena</td> </tr> </table> <hr /> <table> <tr> <th width='25%'><b>Name:</b></th> <td width='75%'>AAbrol</td> </tr> <tr> <th width='25%'><b>Department:</b></th> <td width='75%'>Client Services</td> </tr> <tr> <th width='25%'><b>TelephoneNumber:</b></th> <td width='75%'>703-663-2886</td> </tr> <tr> <th width='25%'><b>MobileNumber:</b></th> <td width='75%'>+91 783-859-2767</td> </tr> <tr> <th width='25%'><b>Email:</b></th> <td width='75%'>AAbrol@cvent.com</td> </tr> <tr> <th width='25%'><b>Manager:</b></th> <td width='75%'>SRathore</td> </tr> </table> <hr /> <table> <tr> <th width='25%'><b>Name:</b></th> <td width='75%'>AAgarwal</td> </tr> <tr> <th width='25%'><b>Department:</b></th> <td width='75%'>Sales Operations</td> </tr> <tr> <th width='25%'><b>TelephoneNumber:</b></th> <td width='75%'></td> </tr> <tr> <th width='25%'><b>MobileNumber:</b></th> <td width='75%'>+91 997-129-3465</td> </tr> <tr> <th width='25%'><b>Email:</b></th> <td width='75%'>AAgarwal@cvent.com</td> </tr> <tr> <th width='25%'><b>Manager:</b></th> <td width='75%'>ASehgal</td> </tr> </table> ok, im so close to launching our site, but i have hit a road block. we have a simple form on our home page, its the dada mail script so customers can subscribe to our list. What i am trying to accomplish is a hidden field which will also send their request to one of our email addresses which has an autoresponder, which in turn will send them back a free report which we are offering. I inserted a hidden field and put the correct values i think. Can someone please take a look at it and see why its not working? here is the code: <form action="http://magiciansgallery.com/cgi-bin/dada/mail.cgi" method="get"> <div align="center"> <input name="mail_to" type="hidden" id="mail_to" value="mailto:freereport@magiciansgallery.com" /> <input type="hidden" name="list2" value="magiciansgallery" /> <input type="hidden" name="f2" value="subscribe" /> <input type="text" name="email2" value="email address" size="16" onfocus="this.value='';" maxlength="1024" /> <input type="submit" value="Sign me up!" /> </div> </form> OK, here's the deal....and I cannot stress enough how much of a newbie I am, so please give me your answer in the form of "HTML's" for idiots. I know little of the jargon, and even less of the process behind it. I have a blog: www.ladybugapprentice.blogspot.com When I want to add something (like a visitor counter, we'll say) I get as far as producing the code. I copy and then the weirdness begins. Where I copy from doesn't tell me where to past, other than in the HTML section. The blog spot information doesn't tell me where to paste. Where I have attempted to past it tells me that it is not properly formed or that some other error reporting. OK, firstly, I didn't form it to begin with, the code was generated for me. Secondly, I have also tried the code for java script, no java script, and a myriad of different ways to enter the gadget, or whatever. My latest failed attempt is to work with AdSense with google on my spot. I get the code, copy it, and from that point on I am pulling my hair out!!! Please help me before my head is looking totally like a cue ball!!! Oh, BTW, should you go to my website, you may feel good about clicking "I know and I want to enter anyway," because that flag was put up when, as a choice for reaction to my entries, "offensive" was added. There is nothing offensive there, I simply have a touchy family..... Hello! Ive been struggling with this for a few hours. http://oliviergraphics.se/uneven/index.html The background pic is in the right position in every browser (I think) and the right size on all type of screens. The problem is that if I add a extra div, it takes different positions on different sizes of screens. On my 13" screen, my site is perfect. On a 17", not a chance. I can send you the codes and so on. The main problem is that, the divs don't get the same positions on every screen. Wich ruins my design, here are the whole html: Code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" /> <title>K R E O N [Debut album this year. 2011]</title> <link rel="stylesheet" type="text/css" href="style.css" /> <meta http-equiv="imagetoolbar" content="no" /> <link rel="shortcut icon" href="favicon.gif"> </head> <body> <div id="holder"> <div><img style="width: 1920px;" alt="" src="tok.jpg" /></div> </div> <div id="body"> <div id="twitterfeed"> @<a href="http://twitter.com/KreonSweden">KREON:</a> <div id="twitter_update_list"></div> <script type="text/javascript" src="http://twitter.com/javascripts/blogger.js"></script> <script type="text/javascript" src="http://twitter.com/statuses/user_timeline/kreonsweden.json?callback=twitterCallback2&count=1"></script> </div> <div id="video" style="position:absolute; bottom:20%; left:70%; margin-left:-156px;"> <iframe src="http://player.vimeo.com/video/24798537?title=0&byline=0&portrait=0&color=ffffff" width="400" height="300" frameborder="0"></iframe><p><a href="http://vimeo.com/24798537"> <div id="links" style="position:relative; margin: -10px auto; left:18%;"> <a href="https://www.facebook.com/unevenstructure"><img src="facebook.png" title="Join us on Facebook!" /></a> <a href="http://www.twitter.com/unevenstructure"><img src="twitter.png" title="Follow us on Twitter!" /></a> <a href="http://www.soundcloud.com/unevenstructure"><img src="lastfm.png" title="Listen to us on Soundcloud!" /></a> <a href="http://basickrecords.com"><img src="myspace.png" title="Visit our label BASICK Records!" /></a> </div> </div> </div> <script type="text/javascript" src="scaler.js"></script> </body> </html> PLEASE help me, i'm desperate. Hi all, I hope I'm in the right place, I'm completely new to html and web related things but due to lack of funds have decided to try to make my own website in notepad with the help of a free template and some html and css for dummies books from the library. I currently have a gallery on my front page www.familyhistoryhelpers.co.uk and would like to change it to a slideshow. The code below is for a slideshow I have been attempting to put together with help of browsing forums and 'trial and error' editing. I have swapped out the images as the ones I will be using are still currently sitting on my desktop. My aim is to make the below slide show look kind of like the gallery on my front page - with the thumbnails underneath and maybe a small border around the whole thing. Any help at all would be very very greatly appreciated! Kind regards, Danika Grace <!DOCTYPE html> <html> <head> <title>JQuery Cycle Plugin</title> <style type="text/css"> #slideshow { left: 75px } #nav { width: 100%; height: 50px; margin: 25px; } #nav li { width: 60px; float: left; margin: 8px; list-style: none } #nav a { width: 65px; padding: 3px; display: block; border: 1px solid #ccc; } #nav a.activeSlide { background: #88f } #nav a:focus { outline: none; } #nav img { border: none; display: block } </style> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js">></script> <script type="text/javascript" src="http://malsup.github.com/chili-1.7.pack.js"></script> <script type="text/javascript" src="http://cloud.github.com/downloads/malsup/cycle/jquery.cycle.all.2.72.js"></script> <script type="text/javascript" src="http://malsup.github.com/jquery.easing.1.1.1.js"></script> <script type="text/javascript"> jQuery(function($){ $('#slideshow').before('<ul id="nav">').cycle({ fx: 'fade', speed: 1000, timeout: 5000, pager: '#nav', pagerAnchorBuilder: function(idx, slide){ return '<li><a href="#"><img src="' + slide.src + '" width="65" height="50" /></a></li>'; } }); $('#nav a').click(function(){ $('#slideshow').cycle('pause'); }); }); </script> </head> <body> <div id="main"> <div id="slideshow" class="pics"> <img src="http://cloud.github.com/downloads/malsup/cycle/beach1.jpg" title="My Great Great Grandparents, John and Sarah, with my Great Grandfather, Leslie, and his sister, Margaret" width="600" height="340" /> <img src="http://cloud.github.com/downloads/malsup/cycle/beach2.jpg" title="Certified Copy of an 1895 Marriage Certificate" width="600" height="340" /> <img src="http://cloud.github.com/downloads/malsup/cycle/beach3.jpg" title="My Great Great Aunts and Uncles" width="600" height="340" /> <img src="http://cloud.github.com/downloads/malsup/cycle/beach4.jpg" width="600" height="340" /> <img src="http://cloud.github.com/downloads/malsup/cycle/beach5.jpg" width="600" height="340" /> <img src="http://cloud.github.com/downloads/malsup/cycle/beach6.jpg" title="Certified Copy of an 1882 Birth Certificate" width="600" height="340" /> <img src="http://cloud.github.com/downloads/malsup/cycle/beach7.jpg" title="My Great Great Grandparents, Fred and Carrie" width="600" height="340" /> <img src="http://cloud.github.com/downloads/malsup/cycle/beach8.jpg" title="An 1851 Census Report" width="600" height="340" /> </div> </div> </body> </html> I want to sell some stuff over the internet like cloths.... And I use Pagseguro (Its a brazilain thing, like paypal). So, I have this wordpress site, with pagseguro plugin installed on it. To add products on my posts I use the following code to get the Add to cart button. HTML Code: <object><form method="post" action="" style="display:inline"> <input type="submit" value="Adicionar ao Carrinho" /> <input type="hidden" name="product" value="[b]PRODUCTNAME[/b]" /><input type="hidden" name="price" value="PRODUCTPRICE" /><input type="hidden" name="addcart" value="1" /><input type="hidden" name="cartLink" value="<?php the_permalink() ?>" /> </form></object> The thing is, the plugin is really simple. All it does is: show "add to cart" button and the "pay" button. And like I said, I want to sell cloths. To sell cloths there got to be the Sizes: "S""M""L" and color. And what I wanted to do is: Create a form like this: HTML Code: <form name="jump"> <p align="center"> <select name="menu"> <option value="URL">Text that will appear in the choices</option> <option value="URL">Text that will appear in the choices</option> <option value="URL">Text that will appear in the choices</option> </select> <input type="button" onClick="location=document.jump.menu.options[document.jump.menu.selectedIndex].value;" value="GO"> </p> </form> (I found that on http://personal-computer-tutor.com/dropdownlist.htm) On the options there would be the sizes for my clients to choose. And on the "ADD TO CART CODE" (the first code on the top) on the "PRODUCTNAME" part would be a PHP or something that would gather the clients choice and add it there. So when he press the button the product he chose would show on the cart with the size in parentesis. Like this: HTML Code: <object><form method="post" action="" style="display:inline"> <input type="submit" value="Adicionar ao Carrinho" /> <input type="hidden" name="product" value="Alpinestars (<?php GET FORM VALUE ?>)" /><input type="hidden" name="price" value="PRODUCTPRICE" /><input type="hidden" name="addcart" value="1" /><input type="hidden" name="cartLink" value="<?php the_permalink() ?>" /> </form></object> (for the button) and if he chooses small it be like this on the shopping cart: Alpinestars (Small) I know its really difficult to understand My english is really bad. But im really sad because I cant do this by any way. Could yall please help me with my problem? Thank You. Hi Guys, Firstly, I'd like to say this is a great forum - it's been a great help getting started with html & web design. I've an issue regarding IE and CSS layouts. I'm currently creating www.pulselifts.net . In Firefox and any other browser, it displays fine, however, in IE, the buttons on the left hand side have alignment issues. I've tried looking at all of the CSS & IE issues, but cannot seem to fix it! Does anybody have any ideas? Thanks! Hello there friends! first i apologize if this thread is in the wrong section its just that i don't even know how to name what i want. OK here is the deal, i have a software that i developed and im trying to create a page where my costumers adds any error that they found while using the software.. fox example, a user find some type of error in the software then they go to my webpage click an "add" button to type the error that they found, click submit and the new error is displayed i the list. its kind off like the lists in sharepoint. i don't if you are familiar with sharepoint. anyway, thats all, even some help naming what i want would be really appreciate. im using expression web if that helps. done i've made my own way to solve it thanks Any ideas why the buttons on the following link have such big gaps around them top and bottom? http://www.curiousclothing.com/test/tours.htm Does anyone know why there is padding around all my buttons on this page? They should be flush against each other... Any ideas? http://www.curiousclothing.com/test/tours.htm Hi! I had my test webpage where i test my designs, scripts etc. working well but then my little brother change some stuff in both the html file and css file, I already fixed a lot but I don't know what's wrong now. HTML Code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>ComBBAT - FRC Team 21</title> <link href="http://demo.combbat21.com/css/general.css" rel="stylesheet" type="text/css" media="screen, all"/> <link href="http://demo.combbat21.com/css/img.css" rel="stylesheet" type="text/css" media="screen"/> <link href="http://demo.combbat21.com/css/print.css" rel="stylesheet" type="text/css" media="print"/> <meta name="description" content="ComBBAT, Team 21 is a FIRST Robotics Competition team consisting of both Titusville and Astronaut Highschools in Titusville, Florida." /> <meta name="keywords" content="USFirst, robotics, titusville, brevard, florida, FRC, ASRC, boeing, FIRST, ComBBAT, team 21, govconnection, team, competition, FIRST, first," /> <meta name="author" content="Daniel Cuesta" /> <link rel="shortcut icon" type="image/x-icon" href="http://files.combbat21.com/website/images/favicon.ico" /> <!--[if IE]> <style type="text/css"> </style> <![endif]--> <!--JAVASCRIPTS--> <script type=text/javascript"" src="http://demo.combbat21.com/js/addfav.js"></script> <script language="JavaScript1.1" src="http://demo.combbat21.com/js/slidehome.js"></script> <script type="text/javascript" src="http://demo.combbat21.com/js/report.js"></script> </head> <!--|| --> <body> <div id="container"> <div class="br10"></div> <div id="top"> <ul> <li><a href="http://m.combbat21.com">mobile</a></li> <li><a href="javascript: function('addfav')" >Bookmark us</a></li> <li><a href="http://members.combbat21.com">login</a></li> </ul> </div> <div id="header"> <a href="../../../" id="logo" title="Home"></a> <a href="../../../" id="name" title="Home"></a> <a href="http://usfirst.org" id="first" title="FIRST" target="_blank"></a> </div> <div id="navbar"> <ul> <li><a href="http://combbat21.com" id="n1" class="active">Home</a></li> <li><a href="first/">FIRST</a></li> <li><a href="about/">About us</a></li> <li><a href="multimedia/">Multimedia</a></li> <li><a href="resources/">Resources</a></li> <li><a href="contact/">Contact us</a></li> </ul> </div> <div id="breaker"><!-- <span class="pathway">You are he </span><a href="../../../../">Combbat21.com</a> <div id="search"> <form name="cse" id="searchbox_demo" action="http://www.google.com/cse"> <input tabindex="3" class="txt" name="q" value="" title="Search" /><input type="image" id="searchB" name="submit" src="http://files.combbat21.com/website/images/search-button.gif"/></form> --> </div> </div> <div id="rightcol"> <ul> <li><a href="about/">about combbat</a></li> <li><a href="first/">about first</a></li> <li><a href="news/">news</a></li> <li><a href="blog/">blog</a></li> <li><a href="calendar/">calendar</a></li> <li><a href="donate/">donate</a></li> <li><a href="sitemap/">sitemap</a></li> </ul> </div> <div id="leftcol"> <a href="javascript:gotoshow()"><img src=".jpg" name="slide" border=0 width=100% height=100%></a> <script> <!-- slideshowimages("http://files.combbat21.com/website/images/slideshow/1.jpg","http://files.combbat21.com/website/images/slideshow/2.jpg","http://files.combbat21.com/website/images/slideshow/3.jpg","food4.jpg","food5.jpg") slideshowlinks("http://food.epicurious.com/run/recipe/view?id=13285","http://food.epicurious.com/run/recipe/view?id=10092","http://food.epicurious.com/run/recipe/view?id=100975","http://food.epicurious.com/run/recipe/view?id=2876","http://food.epicurious.com/run/recipe/view?id=20010") var slideshowspeed=2000 var whichlink=0 var whichimage=0 function slideit(){ if (!document.images) return document.images.slide.src=slideimages[whichimage].src whichlink=whichimage if (whichimage<slideimages.length-1) whichimage++ else whichimage=0 setTimeout("slideit()",slideshowspeed) } slideit() //--> </script> <noscript>In order to see the slideshow you must enable javascripts</noscript> </div> <div id="content"> <a href="" onClick="window.print(); return false"> <img src="http://files.combbat21.com/website/images/print.png" title="Print" alt="print button" class="tb"></a> <h2>Welcome to combbat21.com</h2> <p>FIRST Robotics Competition Team 21 was started in 1996 to share and expand FIRST's vision with students of Astronaut and Titusville High Schools in Titusville, Fl. Our mentors, Scott Strickland from Boeing, James Rallo from Upper Mohawk Inc, Stephen Stout from ASRC Aerospace, Kevin Cunningham from USA, and Jeff White, assist the ever-expanding team of high school students design, construct, and program a fully functional ~120 lb robot and facilitate the development of important life skills such as teamwork, communication, and leadership. </p> </div> <div id="sponsors"> <p>The FIRST Robotics Team 21 gracefully thanks its sponsors:</p> <a href="" target="_blank" id="boeing"></a> <a href="" target="_blank" id="govc"></a> <a href="" target="_blank" id="asrc"></a> </div> <div id="footer"> <ul> <li><a href="/chforum">chief delphi forum</a></li> <li><a href="/mobile">mobile</a></li> <li><a href="link/">link to us</a></li> <li><a href="sitemap/">sitemap</a></li> <li><a href="sponsorus/">sponsor us</a></li> <li><a href="contact/">contact us</a></li> </ul> </div> <div id="end"> <a href="javascript:popUp('http://www.demo.combbat21.com/report')">Report</a> </div> <div align="center"><!--needed for ff--> <div id="bottom"> <p>FRC Team ComBBAT 21. Copyright © 2010. All rights reserved.</p> </div> </div> </div> </body> </html> css:www.demo.combbat21.com/css/general.css Thanks a lot to anyone that replies. i have a prob in ie6 my divs go down. please take a look at my site amazingcoloradotravel.com/elkrange can someone give me a pointer where i gone wrong? hoping for your kind consideration regarding this matter I've been up for the past 4 hours trying every way possible to get my table to align to the left of my page. I've tried countless html codes... anything and everything! Below is a list of my html codes as well as what my page is coming out like. Would someone please tell me how stupid I am and that I'm looking over something small or my html code is messed up. Sorry if I sound like Im whinning- I'm just frustrated. I really appreciate the help. Thanks. Quote: <LEFT> <TABLE BORDER=6 CELLSPACING=0 CELLPADDING=20> <TR> <TD>Info</TD> <TD>Info</TD> </TR> </TABLE> </LEFT> <table border="1" align="left"> <tr> <td>info</td><td>info</td> </tr> </table> Hey everyone, my website is pretty much viewing the same on my mac and on my pc now, except one big problem. Photoshop uses an automatic table generator which I used to layout my pop-up windows. I replaced one of the images into the background, and placed my text over it. This all works fine. My problem is that for some reason, IE is putting a 15px gap on my table in the worst places. http://www.myportfolio.ws/products/logo.html It works fine on my Firefox/Safari. Please help me ><;;; Also, why everytime I validate my html/xhtml I get a million errors when I know for a fact that its not ? My whole website is gaggle-full of errors that confuse me. Please help me out, I am entirely self-taught and this is just killing me. Hey guys I'm having a crazy form issue now. I almost have this project wrapped up. Also Thank you very much to the members who have contributed to this. So heres the deal I have a <textarea> box on my form. For some crazy reason it automatically populates with some blank text. My server side code has some error handling stuff I put in to make sure this area isn't blank before processing the code, however since it populates with blank spaces it allows it to bypass this area. I'm totally lost on how this can be. Im sure its something stupid I have done. Here is the code, html first then css, Also here is a link to the page online now. http://www.marylovesshopping.com/ContactUs.html Code: <p class="form">Comments or Requests: (Required)<br /> <textarea name="comment" rows="5" cols="40"> </textarea></p> Code: #content p { margin:16px 0; font-size:13px; text-align:justify; } .form p { margin:0px; padding:0px; overflow:auto; } Hello professional web geniuses. I just built a website for the first time (actually its the third attempt after getting some much needed tips on design) my site has a "Free Consultation" button that leads the potential client to a form. http://www.fighttheticket.ca/index_f...20Consultation I have two problems with the form. 1. It does not send the information to the email address that I though I programmed it to go to. 2. After the potential client fills out the form and hits "Submit" it goes to a 404 page not found page. I really am at my wits end. Ive tried changing the properties as well as other fixes but nothing seems to work. I would pay someone to help but, quite frankly I am broke! (Im just starting the business) Can anyone offer some advice that can make me sane again? Thank you in advance. Hi, I apologize if I'm posting in the wrong forum. I've been trying to find out what I'm doing wrong for 5 days now with the contact form on the site I'm working on. So please help me out. i'm using the AJAX contact form from http://www.dustindiaz.com/ajax-contact-form/ I've used it on at least 5 other site and they work grate, however on the site I'm working now I had so many issues, first I could not align it up, then somehow I fixed that, now that everything looks good, when u fill in the info in the form and click "send email" the whole form jumps of the site to the right. I just dont know why? I cant see why ? I've been using this form on 5 other sites and the work Grate, except this site http://www.sadmir.com/DEMOS/ae2/contact.html Please look at it, try it, and help me out if you can .... Thank you I have a a site that is builded with divs.Here is the structu Code: <div id="container"> <div id="header"> </div> <div id="slideShow"> </div> <div id="sideAdvs"> </div> <div id="articles"> </div> <div id="footer"> </div> </div> Although the footer in my code is inside the container div, on the browser arrives outside of it..I really don't know what to do and i'm a click away of ruinning my pc P |