6,557 Topics

Member Avatar for
Member Avatar for hapiscrap

I get 2 errors involving body and html saying I may have neglected to close an element? Line 5 column 146. <!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" lang="en" xml:lang="en"> <head> <title>Joe Gas</title> <meta http-equiv="content-type" content="text/html;charset=utf-8" /> <link rel="stylesheet" type="text/css" href="css/screen.css" media="screen" /> </head> <body> <div id="wrapper"/> …

Member Avatar for hapiscrap
-1
192
Member Avatar for Shikha_1

<!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"> <head> <script language="javascript"> function genDivs(v) { var e = document.body; var row = document.createElement("div"); row.className = "row"; row.style.width = "70%"; row.style.height = "100%"; row.style.border="8px solid black"; row.style.overflow="scroll"; for(var x = 1; x <= v; x++) { var cell = document.createElement("div"); …

Member Avatar for Shikha_1
0
194
Member Avatar for DarkLightning7

I need to get the value of the primarykey for the most reciently created entry in an h2 database only problem is i cant figure out how to call scope_identity() which is supposed to return a resultSet with the most reciently created key. Here is the function i am using: …

Member Avatar for ~s.o.s~
0
686
Member Avatar for AleXHB

Hello, I found a tutorial and im looking to create my own website like pandora in html5 or ajax for my country (or at least that's my plan). The tutorial explains almost everything except 3 things: how to make the songs to not repeat if they have already been played, …

Member Avatar for Troy III
0
402
Member Avatar for shelexelex

I'm a newbie to this. Hi, i've been trying to display all database records on an html table i still cant think anything out. I only know how to display a predefined number of rows but i need it to display all db records. I know it has to do …

Member Avatar for bradly.spicer
0
312
Member Avatar for davy_yg

Hello, What's the php code for changing css body background?. If you press this button then, css body background changes. What to code it?

Member Avatar for davy_yg
0
273
Member Avatar for andreiviziru

so i have the following css stylesheet [Click Here](http://www.jocurigratisonlinenet.ro/default.css) and i want that `#footer{}` and `#copyright{}` to stay at the bottom of the page all time. How can i achieve that?

Member Avatar for almostbob
0
263
Member Avatar for andreiviziru

hi, i cannot arrange the contents of a div inside, i used the command `text-align:center` and doesn't work. What can i do? here's a link of the css, you can find the problem at `#footer{}` [The css](http://www.jocurigratisonlinenet.ro/default.css)

Member Avatar for paulkd
0
119
Member Avatar for abhi_1

My task: In a website(my university website) when results are generated using my code automatically the roll number's will be incremented and results wil be stored in my database.i need to supply values for a textbox in the university website from my code.,im able to find the html input tag …

Member Avatar for Ketsuekiame
0
301
Member Avatar for PriteshP23

I would like to get Type, Id and Height values in database table. It is not working. There is no error message. Objective is to get RESPECTIVE "Type" from Catalaog which has same Reference from Installed. Well, I have 850 Mb XML file and i just would like to present …

Member Avatar for PriteshP23
0
270
Member Avatar for techyworld

Hi... i need some help. I have a .jsp file and a div tag containing h1 tag. <div id="header"> <h1 class="header1"><fmt:message key="application.title"/></h1> </div> <div id="login"><jsp:include page="/WEB-INF/common/login.jsp" /></div> here my css file: #header{border-bottom:1px solid #999;margin-bottom:10px;height:10px;width:100%; background: transparent url('../images/test.png') left top no-repeat; background: transparent url('../images/test1.jpg')right top no-repeat; } my problem is the …

Member Avatar for k99rs
0
376
Member Avatar for VNexus

Hi everyone, I really haven’t found much that would be fitting in a half decent or secure way on this issue, but... Let’s say I have a website called mysupportsystem.com and I've incorporated a third party cloud based ticketing system which is fed into the index page via iframe at …

Member Avatar for VNexus
0
500
Member Avatar for Shikha_1

<script type="text/javascript"> function check() { var select1 = document.getElementById("from"); var selected1=[]; for(var i=0;i< select1.length; i++) { if (select1.options[i].selected) selected1.push(select1.options[i].value); } for (var j=0;j<select1.length;j++) { document.write(selected2[j]); } } </script> <!--[if IE]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> </head> <body> <table width="70%" height="30%" align="center"border="1" style="border-collapse:collapse;"> <tr height="300"> <td height="256"><p><center>YOUR SCHOOL IS FROM </center> </p> <center> …

Member Avatar for Shikha_1
0
245
Member Avatar for kouroshnik

I have a website at: [MTN Charge](http://www.shaarzh.com) this site is hosting by a company that provides charge for mtn Operators... I dont access to any control panel,the only panel i have access is a template panel that I can add some javascript or html and meta tags . I know …

Member Avatar for webprefection
0
390
Member Avatar for Hikki_Passion

Ok, so I am trying to write a code that will find the attributes in a html tag using lists and splitting them up. Unfortunately its giving me a hard time with the added quotation marks. [CODE] def find_attribute_value(html_tag, att): '''Return the value of attribute att (a str) in the …

Member Avatar for james.lu.75491856
0
1K
Member Avatar for mark.kj.125

Currenlty i have learned html5 and css3 from different sites no one give complete tutorials about everything and doesn't made me satisfied when i see uniques combinations of tags and and some that i don't know i totally get disappointed.People have done great work only with html and css and …

Member Avatar for best4earn
0
278
Member Avatar for minitauros

Does anybody know of a reason why a custom font would not load directly when a web page is loaded? When I visit the main page of my website, it uses a standard font instead of the custom font I selected, but if I then go to another page, that …

Member Avatar for pamsb2
0
411
Member Avatar for gamingthinktank

Box2D physics engine works according to the rules of physics. You have to work a little bit to set it up to work with platforms like HTML5 Canvas, iOS or Flash. Read the details [Box2d coordinate system for HTML5 Canvas](http://www.gamingthinktank.com/2013/08/12/box2d-coordinate-system-for-html5-canvas/)

-1
109
Member Avatar for devianleong

My product list picture unable to make it smaller and the boxes are not align properly. Please help me to fix it. I'm trying for few hours already still got no idea. I've a global image class and the attribute is max-width 100% and max-height 100% Please look at the …

Member Avatar for stbuchok
0
153
Member Avatar for rich.masel

I am trying to create a multicolor link. I have tried a couple of variations, none of which work. <a href="URL">Black text <span style="color:red">red text</span> black test</a> <a href="URL">Black text <span class="rd">red text</span> black test</a> Does anyone know how to do this?

Member Avatar for rich.masel
0
83
Member Avatar for techyworld

i have a header.jsp file with the following div tag: <%@ page language="java" isELIgnored="false" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <jsp:directive.include file="/WEB-INF/sitemesh-decorators/include.jsp"/> <fmt:setBundle basename="bundles.application-resources"/> <div id="header"> <h1><fmt:message key="application.title"/></h1> </div> <div id="message"></div> <div id="login" ><jsp:include page="/WEB-INF/sitemesh-common/login.jsp" /></div> and my css file as follows: #header{solid #999;margin-bottom:10px;float:top left;min-width:960px; background: transparent url('../pharmacy.jpg') no-repeat;} #message{margin-bottom:10px;float:top right;min-width:960px; background: transparent …

Member Avatar for techyworld
0
675
Member Avatar for ghosh22

Hi Sorry I am posting again. I am trying to make a web form for my new website. I am doing the coding myself because I cannot afford to hire a coder for me. I need some help from you. Please forgive me for all my idiotic questions! Now, here's …

Member Avatar for almostbob
0
202
Member Avatar for Fiorentino01^

Hi I am working on this site for hotel reservations. I have a search form and a contact form in a contact page. I set the style for the search form to background:#C00000. When I created the contact page I realized that my contact form background gets the same color …

Member Avatar for Fiorentino01^
0
130
Member Avatar for razamughal67

Hello every one i have a problem webbrowser1 cannot fill textarea. we use already a command to fill form in my another projects. this command work fine. but in this site this command could not work. web1.Document.GetElementById.All("description").Value = Text5.Text Kindly help me to solve my problem. cause we invest 1600$ …

Member Avatar for razamughal67
0
196
Member Avatar for ghosh22

Hi all, I am trying to build a website on my own. But I am not so efficiet in HTML coding but I'm trying to learn. I need a small help here. I am trying to make a form for my website where I'm going to use a Radio button …

Member Avatar for ghosh22
0
192
Member Avatar for scrappy57

Hello there, Can any one please help me in obtaining html erro codes like 401, 505 etc Thanks

Member Avatar for JorgeM
0
120
Member Avatar for andreiviziru

Hi I have the folowing problem: The css wont apply to html although everything is corectly <link href="../../../../default.css" rel="stylesheet" type="text/css" media="all" /> ... <h4><?php echo $gamename[2]; ?></h4> and in the css i have the following h4 { color: #FFF; font-size: large; font-family: "Courier New", Courier, monospace; }

Member Avatar for stbuchok
0
434
Member Avatar for jameslivsey

Hi, I have a form that has two controls; a textarea and an upload, one of which is hidden depending upon the selection of a dropdown. What I'm trying to do is alter the action of the form depending on which control is hidden. so if the textarea is visible …

Member Avatar for C#Jaap
0
137
Member Avatar for gamingthinktank

Collision Detection using Bounding Rectangle method [Collision Detection using Bounding Box method with KineticJS and HTML5](http://www.gamingthinktank.com/2013/07/11/collision-detection-using-bounding-rectangle-method-kineticjs-and-html5-canvas-tutorial/)

Member Avatar for gamingthinktank
-1
326
Member Avatar for devianleong

Hi,Currently I'm using this tutorial : [Click Here](http://docs.cksource.com/CKFinder_2.x/SelectFunction) but the output is /home/xxx.com/public_html/images/image/1234.jpg How can I change the path to /images/image/1234.jpg ? Please help me ><

Member Avatar for devianleong
0
182

The End.