10,643 Topics
| |
Hey everyone Please i would like to create a kind of quotation form with 2 ends (front and back). The front end would be a text box and a submit button and the back end would supply the response to the query / request that was inputed in the textbox … | |
Hi. i have small problem with sending email.(he not send) <FORM METHOD=POST ACTION="mailto:darguzas.sigitas@gmail.com" ENCTYPE="text/plain"> <label>Vartotojo vardas</label> <INPUT TYPE="text" NAME="username"> <label>Jūsų electroninis paštas</label> <INPUT TYPE="email" NAME="email"> <label>Kodėl norite prisijunkti prie mūsų sistemos ?</label> <TEXTAREA NAME="COMMENTS" ROWS="10" WRAP="hard"> </TEXTAREA> <INPUT NAME="redirect" TYPE="hidden" VALUE="index.html"> <INPUT NAME="NEXT_URL" TYPE="hidden" VALUE="index.html"> <BR> <button TYPE="submit" VALUE="submit" class="btn … | |
i have use this code but it result inline css like width:1220px;height:600px depending upon screen size from jquery.colorbox.js .and if i want to use media query for responsive colorbox first i have to remove this inline css but i am not able to find width and height in jquery.colorbox.js.help me … | |
I want to **transparent DIV box**.meance back content of page also see when i am in box. I have search but most of **said Background color** set with img.but i have **not to do**. Give me your suggestion Thank you. | |
Using a code i got over the internet i managed to embed a .ram file on a html page. however after i copied this code to enter a second file the web page plays the second video in both palyers whenever i tell either of the files to play. Can … | |
Hi Danniweb community! It has been a long time, good to post again on here, always been a great site. I am currently in the process of updating many aspects of my companies IT and the next thing is our website... We are now using Office 365 and part of … | |
Hello, I would require some help with this html form which doesnt send information to the php file which is linked to it HTML <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>RaffleCP</title> <link rel="stylesheet" href="css/body.css"/> </head> <body> <!-- multistep form --> <form id="msform" action="process.php" method="POST" > <!-- progressbar --> <ul id="progressbar"> … | |
hey guys, so ive been using datatables v1.9 recently, and found one of its new plugins ColVis. I added the function to me webpage but its messing up my page. When i click on the 'Show/Hide Column' button (first time) the drop down appears and I am able to show/hise … | |
There is little bit problem in my website viewing in Chrome browser. Navigation bar blinks or sometimes gone or colors tabs gone. How to solve it? It happens only in chrome browser. You can see it here http://theshortstoriesonline.com/pixie/ Thanks | |
Hi, I have one website and decided to do some changes, for example to use Vertical flyout menu. So, I picked the right one from this page: http://cssmenumaker.com/menu/green-segoe-flyout-menu Added link Menu CSS file in websites html code. Then wrote desired menu items and problem appeared - an arrow in front … | |
<style type="text/css"> #menu9 ul { list-style:none; font-family: "Lucida Sans Unicode", sans-serif; font-size: 32px; letter-spacing: -3px; line-height: 1.2em; float:left; clear:both; margin:20px; padding:0px 0px 0px 0px; } #menu9 ul li{ float:left; } #menu9 ul li a{ display:block; text-decoration:none; padding:5px 10px 5px 10px; background-color:#333333; width:170px; text-align:center; } #menu9 ul li a span{ display:block; … | |
body {background-color:#080808;} .Text{ color:white; text-align:center } .titel{ color:red; font-size:350%; text-align:center } ul.nav { list-style-type:none; text-align:center padding:0; position:relative; left:33%; } a:link,a:visited { float:left; margin: 0 auto; display:block; font-weight:bold; color:#FFFFFF; background-color:red; width:120px; text-align:center; padding:4px; text-decoration:none; text-transform:uppercase; } a:hover,a:active { background-color:#E60000; } How can I make the a:link, a:visited and a:hover, a:active so … | |
Good Morning everyone... Hopefully someone has a simple fix for this. I don't do much with styling using CSS yet... (but I'm getting there) I have a website that I have up on a development domain as well as on a live domain The live domain has an ssl certificate … | |
Hi, How can I automatically resize the height of an iframe such that it takes the height of an external website without showing the scrollbars. Thanks in advance | |
hi everybody... i'm creating some educational based website in which students results r displayed. but i'm willing to send result to there mail plz visit https://github.com/shaan7/vturesults can anyone explain how to use this code files in my database and made it to work in my website(similar to http://vtu.shaan7.info/) | |
hello daniweb friends. sorry for my title i didn't find how tell shortly or exact my problem. so i have a div in header which in i have image as site logo and near i have form "search form" i want to make near, face to face. but what i … | |
if triangles are made with borders, how i can put a border in one triangle? .arrow { height:0; width:0; border:40px solid transparent; border-bottom:40px solid black; } Thanks | |
Does anyone know of an easy way to have an image switch to another image when the cursor hovers over a completely separate image? [Here](http://lonnyfoster.com/temp/daniweb/replace_image.png) is a diagram that hopefully illustrates more clearly what I'm trying to say. | |
I don't know if this is the correct forum for this question but here goes... I have a client with a .com domain which has expired. She uses it to redirect to her .co.uk domain - mainly to protect her brand but also for the email address. The company the … | |
I am having trouble in styling the table in php code. I was wondering if u can help me with it? echo "<table border='1' padding = '20'>"; echo '<tr>'; echo '<th>DVD Name</th>'; echo '<th>Price</th>'; echo '<th>Quantity</th>'; echo '<th> Total </th>'; echo '</tr>'; I just want to like change the colour … | |
hello, [CODE] <div> <div class="floatLeft"></div> <div class="center"></div> <div class="floatRight"></div> </div> [/CODE] The question is - how do I make the div with class "center" actually in the center. Those 3 divs doesn't take all the width available. Another divs are floated as class name says.Or should I use different technique? | |
I have a form which updates a MySQL database. This form uses an image to submit the form (code below). The name of the form is 'UpdateForm' <input style="padding:0px; margin:0px; margin-top:10px; border:none;" type="image" hspace="0" vspace="0" border="0" name="Update" id="Update" value="Update" alt="Update" src="images/UpdateButton.png" /> I would like to change this to use … | |
Hi, I am working on a form created in html and also used Java scripts needed. I am trying to encrypt a string with the security key i have. On the page load this has to be done. Can i do this using the Velocity Scripting. Or could you please … | |
This is code that I currently have right now so that I could have text centered in a div box. But there has to be an easier way, can someone show me how? Code I am using now: <div id="teampiccontainer" style="width:1000px; height:100px; background-color:#EB6262; margin: 0 auto;"> <div id="text1" style="display:table-cell; vertical-align: … | |
Hey Guys, What is difference between HTML and HTML5? | |
I am trying to center these <li> elements but I can't seem to figure out how. I now I could just add 400 margin to the other <li> element in CSS but I need to have a picture to the left of both of these and I know that won't … | |
Is it possible to see what the index is of a Select combobox selection? I have website with a select box which has a few hundred options. <select name="breed" id="breed"> <option value="">Please select</option> <option value="Abyssinian" >Cat: Abyssinian</option> <option value="American Bobtail" >Cat: American Bobtail</option> <option value="Mixed (Unknown)" >Cat: Mixed (Unknown)</option> .... … | |
Hi, I'm a newbie to html. I'm creating a website with some pics. I want each picture to link to another html page to display a larger image, but I don't want to create a page for each one. Is it possible to create one html page, link to that, … | |
How to give the wrap edge effect on any image using css.. | |
I have a login jsp page where users can login in to my web application, I have also a sign Up form where user can register if they are not members. I'm trying to do the login and sign up forms in one JSP called login.jsp. Login part works fine … |
The End.