HTML - Increase Number Of Results [bing]
Hey there
google.com/search?q=google&num=50 Does anyone know if there is a GET paramater for Bing to increase results? The cookies store this: NEWWND=0&ADLT=DEMOTE&NRSLT=50&NRSPH=2&SRCHLANG= Similar TutorialsHi. Ive been looking at the bing image search page and it is clever how when you resize the page window, to for instance make it less wide, the image columns move closer together, untill one of the columns is removed and they again stretch to fill the space. Basically it dynamically changes the amount of columns based on the window size. Can someone tell me how you can achieve this flexible column grid that they have made? Can it be done purely with CSS or is some javascript needed? Thanks! Hi All Can anyone achieve the following. I want to be able to have a bing map on my website, and I want a grey border with rounded edges on it as per the attached visual and HTML. I can achieve this by absolutely positioning a background over the top, but I lose the draggable features of it. due to there being a block level element over the top. I need the container to be able to resize dependant on the amount of space I specify, which will mean the container must be vertically adjustable. I have been tearing my hair out trying to get a solution to it. If anyone can help it would be very appreciated if someone can work some magic with a snippet or something, until this, I thought there wasnt much I couldnt solve in HTML! Thanks in advance John I am trying to register on a website. I need to enter a username which is 12 characters long, but i cannot as the maximum character size is 10. So I got the page source code and edited the field size and made it 20 characters long. But there is a problem it checks for that whether the user has accepted terms on the previous page similar to the registeration process in HTML Forums. This is the code : please help me modify this code so that i can save it as htm and run, then register with my 12 character username. thanx I have created one webpage for our website. but when i view that page in a wide screen monitor, the page is alligning left. ie. right part of the screen its giving blank with black color. how to justify the webpage in widescreen. Thanks, Vinutha. I was wondering how I could increase the width of the box. I thought it would be in the "width" field, but it did not work. COding below. <style> .box, .box * { margin:0; padding:0; } .box { overflow:hidden; } .box, .box p, box img { margin:1em 0; border:none !important; } .box .title { margin:0.5em 0; } .box .left, .box .right { padding:5%; float:left; width:46%; } .box .left { background:#efefef; } </style> <div class="box"> <div class="left"> <h2 class="title">Title &nb sp; & nbsp; <fb:share-button class="url" href="http://facebook.com/ test" /> </h2> <p>Content above image.</p> <img src="http://i.imgur.com/test.jpg" /> </div> <div class="right"> <p>Content to the right of the image here</p> <p>More text content on the right<br />This line isn't as spaced out <a href="path/to/file.html">link in content</a></p> <a href="http://www.test.com" target="_blank">Your link</a> </div> </div> I am very new to coding and have a website www.ablindperspective.com On this site http://www.bbc.co.uk/ouch/ there is a increase font change font color option people can click on to increase the font if they cannot read it how can I put that widget on my website? Here's some existing old school code that I will be converting to CSS, but first wanted to get it right. I Will probably leave the line-through attribute as in-line style. I am unable to increase the weight of the line-through. I have tried several different ways, but none seem to work. I have successfully changed the line-through color, but that's about it. <td align="center" class="fon003" > <p> Retail Price <span style='color:#F75F04; font-weight:bold;text-decoration:line-through'> <span style='color:black'>$134.99 </span> </span> - Check our Price </p> </td> ????????? Thanks, Dorian I am creating a web app. that reads data from a database and then displays it on a page. I found a solution and incorporated it into my layout but it is not working technically. Even when entering data manually into the form field I get an overflow. The issue is the overflow. My table is wrapped in a div tag that limits its size to the width of its parent container, and my table has a set width. Even with all this my content will continue horizontally, almost like its reaching the width of my page (starting from the start of the table). What i would like the content to do is once it reaches the end of the div container it starts a new line in the table. I do not want to use any scrolling. Just fill my page vertically with content. Thanks! Hello, can somebody please visit my site at http://www.badminton.com.mk/, and tell me why when I change the text-size (in Firefox, as well in IE), the page loses it's shape. I'm not that interested in fixing it, as i am courious why when the text size changes, left.jpg and right.jpg (left and right of the header picture) slips down... I just can't figure that one out.... Thanks! The paragraph tag only goes up to six or so, correct? Well, what if I want an additional paragraph? Whatever do I do? I'm working on a web page that will offer a massive amount of content. I figured out I need upwards of 8000 pages to get the result I want. Now obviously thats a problem because all of those pages would just be duplicates of the main layout with different content in the same spot. Now say I wanted to change something on the main layout, I'd have to do it to every page! I thought I could use frames to solve this but from what I've heard its not the best route. There has to be a better way. All I know is HTML but if someone could show me the major benefits of another site programming language then I may consider learning it, but right now I would love to know if there is a better way to approach this with HTML. How can I limit the number of characters that will be shown from a field of a DDBB on a td ? Thanks, Ignacio Francisco Penin I need to know the html code to preset a bin counter to start at a certain number, say 5100. My page was shut down and now I want to move it to another site and start the counter at it's previous setting. Any help appreciated. Thanks. Hi how can i change the bullet to a number in an unordered list? this is what i want 1 etc 2 etc 3 etc can someone help I want to create a lotto system on my vbulletin forum..I have designed .gif graphics for each ball 1-49. I need a script ( whether java or html ) to randomly select 6 numbers without selecting the same number twice...I have saved the balls as smilies, so need the results to show lb1 lb2 lb3 etc... I hope you understand what I mean... Any help would be very much appreciated Hi, I am creating a table with some number of rows and I want to get the value of the row number and pass the value to css to color odd and even row alternatively. How can I retrieve the row number and please also tell abt column number Regardfs Ok so I think I have to use JavaScript in order to achieve this but Im not sure. What I want to do is have a bunch of different pages and have the page numbers below. Kinda like the page numbers in google. I also am wondering how to make a link to go to the next page in the group or to go to the very last one and than back to the first and so on... Any help..sry if I didnt explain it the best Hi I know this subject has been covered many times before and I have certainly done much research and tried all sorts of code to put a comma in a number located in a text box but to no avail. The original calculation is calculated by these lines of code: function updatesum() { var userVl = getUserValue(); var av3 = getav3(userVl); document.getElementById('av3').value = (av3.toFixed(2)); function getav3(vl) { document.getElementById("av3").value = ((vl-0) *2.5) return ((vl-0) *2.5); } The above works absolutely fine as far as calculating my number and showing the resulting number with decimal point , 2 places, but I can't seem to get any 'comma separating' code to work. I am really dumb at writing the code but can usually change given code to suit, but this one has be stumped. This is only one of many calculations on the page but even if you can give me code to make this one work I will play around with the others on my own. Here is the web page if anyone wants to have a look although on here it does not yet reflect all my changes but will give an idea as to what I am trying to achieve. http://www.teamkiwi.890m.com/tk/calculator9999999.html Thank you to anyone who may help me Cheers Dai |