6,558 Topics
| |
I need jsp function for search data(text) inside a html table. not a my sql table. ex: inside a table "<table><tr><td>some text here</td></tr></table>" i have several text. i need jsp function to search one of the text and highlight it with the position where the word is. or can u … | |
Hey guys, I'm trying to reupdate a web application that I have going on right now. Originally, I had a php page connect to a database and have a dropdown menu with the list of user id's. When you select the user id, you can submit it and you will … | |
I have a basic question. I collected some gps signal to some columns by python code. I want to read them and use some data in html-javascript. In this case, what kind of file is the easiest to read and use in html/javascript?? I made a text file but people … | |
I am making a website that will images on there, but the webpage will refresh every 15seconds but I want new images to appear on the site, is there anyway to do this? | |
im starting to play with html5's new media stuff but i can't quiet figure out how to send a songs info to play in a iframe. any hints? | |
I have a problem with the CSS for the logo. I want my logo to be in the middle horizontaly every time but my logo isnt aligned with the centered image in the backgroundand, the logo isnt right in the middle of the browser .With my css code the logo … | |
Hello, I need to extract a particular value from this html snippet. As i would not like to use any external libraries the only way to achieve this using core java is using regular expressions. As i have never used regular expressions it would be great if you could suggest … | |
I made the following css: .mo {font-family: monospace; font-size: 9pt;} td {border: solid thin #000000; padding: 4pt;} With the following html (part of a table) <td class="mo">abcdefg <br />hijklmn</td> The text is not displaying in a monospaced font in Firefox. The i is narrower and the m is wider. The … | |
HI I need to send data from my mssql table to my client by email... Currently I can send one by one items.(more than 200 items) Private Sub SendEmail() Dim body As String = Me.PopulateBody Me.SendHtmlFormattedEmail(Session("email"), ".", body) Session.Remove("email") End Sub Private Sub SendHtmlFormattedEmail(ByVal recepientEmail As String, ByVal subject As … | |
i need to add new tag to head section on a HTML page using PHP actualy i need to add <link rel="canonical" href="<?php echo 'http://'. $_SERVER['SERVER_NAME'] . $_SERVER['REQUEST_URI'] ?>"/> Hope this can do using PHP DOM | |
My first problem was. "I have this box, I need this box to be 230px, and I have second box, that needs to take entire space remaining". My solution to this was, `float`. So I floated both boxes, `float: left;` and `float: right`. That looked nice, until I noticed that … | |
Hi, I need to have the SVG graphic eraser, animate and erase the SVG graphic, previous. I've tried aligning classes as in @keyframe .className; as well as nesting a class within @keyframe with no success ? [[Example](https://jsbin.com/qoberofuza/edit?html,css,output)] | |
Hi, i am in need of urgent help. I have created a web template using bootstrap. I have created a "collapseble" nav bar and used "parallax, jquery single page nav" to scroll on the same page smoothly.This worked fine. There is no problem in it. After that according to the … | |
I am trying to create a dtd that emulates a car dealership. It sells trucks, sedans and hatchbacks, as can be seen in my dtd. The dealership would keep track of how many doors and wheels each vehicle has as well as the model and year in addition to how … | |
| Hi all.. I am a newbie in web programming and I have question how I can put my slice images html as background in html? I already slice it with photoshop and save it as html, the slice image is showing but they are in table format.. How I can … |
Hello, I would like to create image gallery with jquery which could show an image and if I place a cusor on top of it a shadow with a caption will appears on top of the image. And if someone click the image the image will enlarge a larger image … | |
I'm trying to create a navigation menu that is a table of 4x5 boxes. The top 4 should have radio-style behavior that brings up a different set of 16 boxes below it when clicked. I'm also trying to have a default set of boxes that display pictures when the page … | |
Hi Experts, I want to export html table to .csv file, my code is working but i want to export it with border or background color on its header. how will i do that? Please help me. Thanks in advance. :) Here's my code: HTML Table: <div id="feedback_div" style="display: none;"> … | |
https://jsfiddle.net/yr2r4Ldj/4/ I've tried 5 different solutions, **FIVE** of them, and **NONE** of them work. I hear Microsoft laughing ever so evily around the corner while grinding hands against one another like a psychopath. Does Microsoft hate developers or something? THEIR OWN FILTERS, DON'T WORK. WHY PROVIDE IMPLEMENTATION OF SOMETHING THAT … | |
I have wierd problem the navigation is working good everywhere but on `home.php` file it doesnt work when i press the MORE button to open the dropdown here is my code, what can cause this problem ? sidebar.css body,html{ height: 100%; } /* remove outer padding */ .main .row{ padding: … | |
http://oi68.tinypic.com/dxohtu.jpg Here are two latest Firefox's screenshot of my latest project. On Microsoft Windows 7 and Linux Ubuntu 14.04LTS. Couple things of concern: - I aligned both screenshots so that logo's (blurred) align perfectly from first pixel. - Even though it looks like barely 100 pixels overhead, Windows' menu takes … | |
<td>DESCRIPTION<i><div class="font-family: arial; font-size: 6px;">description of a category</div></i></td> | |
<button type="button" class="button" href="adminform.php">ADD ADMINISTRATOR</button> | |
I am using a template to learn more about fluid design My main confusion at this point regards how structure and size is defined. For example in the CSS, there is a header tag; but the actual area of the header/banner is not defined. Or is it? I cannot figure … | |
| HI I have this in wordpress css: * { padding: 0; margin: 0; } How can I disable `margin: 0;` in child theme? Thanks |
What should happen is when i click the log in button, the container for the log in form should become hidden and the sidebar, search bar, tiles and log out button should appear. I sometimes experience that if i have to click the log in button twice for it to … | |
I have this Image code and I want to resize it using CSS.. <div id="TA_selfserveprop634" class="TA_selfserveprop"><ul id="FkGjsTFbWr" class="TA_links aICFqBWnArX"><li id="v65BTuNt" class="Id2gL5m3F1"><a target="_blank" href="https://www.tripadvisor.com/"><img src="https://www.tripadvisor.com/img/cdsi/img2/branding/150_logo-11900-2.png" alt="TripAdvisor"/></a></li></ul></div><script src="https://www.jscache.com/wejs?wtype=selfserveprop&uniq=634&locationId=307103&lang=en_US&rating=true&nreviews=5&writereviewlink=true&popIdx=true&iswide=false&border=true&display_version=2"></script> </div> have tested on CSS however it does not have any effect .TA_selfserveprop{ width:10%; height:10%; } Please can any one points it to me … | |
Hey guys. Sorry I'm a complete stranger to Web design. I recently started my own company with website. Used godaddy drop and paste option. However it doesn't give me full functionality I need without code. What I need is a table 4 columns across and say 10 down. People need … | |
--- (nevermind, I'm just not good enough for it, I'll go for less appealing solution that I know) --- | |
https://jsfiddle.net/fzbx09qL/1/ Having above code. This is as far as I've gotten. I need someone to instruct me on three things. First off, how do I make sure it appear smoothly? I have `transition` but it doesn't seem to work, must be other way. Second, there is some code that I … |
The End.