6,558 Topics
| |
Hi, I tried searching it up but I can't see to find an answer. What is type[B] xhtml:flow[/B] in an XML document? If anyone could also provide an example, that would be awesome - thanks!! | |
Hey can anyone help me... I have created an HTML webstie and I have a flash introduction which is sitting inside an HTML page. It loads fine by itself but take a long time if you are on a slow connection so I want to use a loading/progress bar. I … | |
I am trying to link a PDF document in HTML and I keep getting this error: "Bad Request Your browser sent a request that this server could not understand. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request." My code is … | |
[CODE=html] <!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> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Untitled Document</title> <script language="javascript"> function sendto() { var Lname = document.myform.last.value; var Fname = document.myform.first.value; document.write("Hello!," + " " + Fname + Lname); var choice = confirm("Your name is true? OR press Cancel … | |
I am perplexed as I have ever been in my 3 years of web development. I had a div class named ".bottomAds" that absolutely refused to even render on the page. It was like it wasn't even in the source at all (it was though, because I checked). So I … | |
| YT spits out invalid xhtml for embed code, so have been trying to get to grips with validating pages with embedded videos. Came across this today. Any thoughts? Does it work with all browsers? I've got the modern ones - so can't test the oldies. [CODE]<object type="application/x-shockwave-flash" data="[B]http://www.youtube.com/v/vUzTQWn-wfE&hl=en_US&fs=1&rel=0[/B]" width="400" height="326"> … |
how i can put iframe on top of other iframe in html, i am trying to do is as follows there is a iframe of size 100px by 100px having src as web1.html and when i click a button outside the iframe new iframe should come up on top of … | |
Hey everyone! I'm developing a website that interfaces with a database for a college senior project that interfaces with multiple types of smart phones to submit information the phones gather. Part of the requirements is to let the user upload a file. The standard HTML form using method=post for input … | |
Hi, I have developed an application a while ago and used CSS for the formatting of the generated web pages. As I am using Google Chrome, everything was working fine and I have tested it few times on Firefox and noticed slight differences. Yesterday, one of the users complained that … | |
Well, l have a gradient for my background, just a simple one, here is the code to run it: [CODE]body { background: #d7e3ff url(images/top_gradient.png); repeat-x; width: 800px; background-position:top left; margin: 0 auto; text-align: left; outline: none; }[/CODE] Thats the css, now how do l add a bottom gradient for the … | |
any one can help me? i am having problem in using htmlpaser in asp.net | |
ok so in order here is my code [TEX]/* index.html */[/TEX] [CODE] <!-- jQuery Scripts --> <script type="text/javascript" src="http://jqueryjs.googlecode.com/files/jquery-1.2.6.min.js"></script> <script type="text/javascript" src="http://tdr.host22.com/scripts/li.js"></script> <link href="http://tdr.host22.com/scripts/tdr.css" rel="stylesheet" type="text/css"> <!-- Div Layout --> <div id="container"> <div id="dp">my DP here</div> <div id="hrefs"> <ul id="menu"> <li><a id="home">Home</a></li> <li><a id="about">About Me</a></li> <li><a id="shop">My Shop / Wishlist</a></li> … | |
Not sure if this is the right place to put this as it's my first post, so if it's not I apologize. I'm wondering if there is a way to put an image into the background of my applet. I've searched all over the place and just can't seem to … | |
Hi - i have Oracle programming experience but i am new to HTML. Can somebody pls. help me translate attached image (Rates) into HTML code. The HTML code will be plugged into XML file. hxxp: img511. imageshack. us/img511/7827/rates. jpg I have some idea on HTML (very basic) see link below … | |
While saving the html code, I accidentally saved my code as encrypted code. I don't remember what did I do. More importantly, Now I dont' now decrypt it. Please help me make it return as html code. Thank a lot! [CODE] 3C 21 44 4F 43 54 59 50 45 … | |
hi all, i am after a basic editable html textarea. Like the ones used on here the on im typing in now - i have the textarea set up but want to be able to insert text once the webpage is live in html format. if you get what i … | |
I am creating a website with three coloums. I have set the height to AUTO in CSS. but when i reach a spefic height it goes over it and it wont expand the div tag. I have tried setting the css to 100% and this wont even help. Please could … | |
l am having a little bit of trouble positioning stuff with css and html, l have a bottom bar and in this bottom bar l have three links one on the left one in the center and one on the right, no l need to position them in three ways, … | |
I have been working on this a while and have tried just about way trying to delete a row from a database using a button. What I have is a list of websites and data about each on each row. Then next to the row is a Delete button. I … | |
Cant HTML be used for client side event handling??? can someone please explain why!! | |
Hi! I am feeling really stupid. I have been struggling for three weeks with my css code trying to get a second color for links on: [url]http://www.orionconsultinggroup.net/About%20Orion.html[/url] I have looked it up on several websites and I am afraid that I am making a mess of my css without positive … | |
Here's a example page: [URL="http://dictionary.reference.com/browse/funny"]http://dictionary.reference.com/browse/funny[/URL] What i need is this: [CODE]ndex">1.</td> <td>[B]providing fun; causing amusement or laughter; amusing; comical:[/B] <span class="ital-[/CODE] Definition and part of speech. Could you help me with extracting that info from the "tag jail" ;) | |
Hi, I am trying to open the Jquery Dialog box using VB.NET. [B]After the data has been saved successfully[/B], I need the dialog box to show up with the message to the user. Also allow user to perform some other actions like clicking the buttons. If I call the same … | |
Hi i am not so good with javascript so i really dont know the best way do do what i want to do. want to make a form that allows people to add and delete rows with javascript but it just doesn't work the way i would like. javascript is … | |
php code to convert doc file to html like in monster.com they take the CV in word file format and display it in a html format | |
Hi, I'm using FPDI and TCPDF to generate on-the-fly PDF documents, using existing PDFs as templates. So far so good. What I really need is the ability to create a 2-column layout, as per the FPDF tutorial here: [URL="http://www.fpdf.org/en/tutorial/tuto4.htm"]http://www.fpdf.org/en/tutorial/tuto4.htm[/URL]. Normally FPDF works fine, but I need to combine this layout … | |
Is there someway I can parse badly written HTML code in python? I want to get some info from a web page which uses HTML tables for it's formatting and I found numerous flaws in the code using w3cs validator. can I parse this code in python? | |
I'm attempting to write a script that logs into a web site, navigates through some links, stores some data to a text file, and logs out. I was able to log on with ease, using WWW::Mechanize. However I'm having trouble navigating through the actual website, because instead of just a … | |
hi all, ive downloaded the DHTML window script from here : [url]http://www.dynamicdrive.com/dynamicindex8/dhtmlwindow/index.htm[/url] and have it running on my site. i also have a DTHML / ajax chat running on the site which is currently on the main page in an iframe. im trying to put this iframe inside the DHTML … |
The End.