6,558 Topics
| |
Hi to all. How can I easily convert HTML to well formed XML? Does anyone has an idea how I can do that? Thank you for your time. | |
I have a dropdown list at the bottom of my page. It's populating like it's supposed to but when I choose whatever option I want and click submit it doesn't repopulate the content on the page like I want it to. I'm trying to have content of the page change … | |
i need some help with this script. its working fine but what do i do if i want to insert it within a html script. I have tried to but it between the <head> tags but dont get the result i want, pls help. [CODE] <?php include ('connect.php'); error_reporting(E_ALL); ini_set('display_errors', … | |
[code] <?php $MD5Code = "kikugalanet"; // Your Neuz MD5 Code $dbAddr = "127.0.0.1"; // Your MSSQL Host IP $dbName = "ACCOUNTS_DBF"; // Your Account Database $dbUser = "root"; // Your Database user $dbPass = ""; // Your Database User password ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html … | |
I was looking for a website that showed different examples of typography and the CSS definitions and the same for lists, ordered and unordered, tables and forms. If you could recommend any I would appreciate it. Thanks! | |
Good day everyone. Did you know how can I find where can I find how to do this something like this > [URL="http://www.cssplay.co.uk/menu/old_master.html#nogo"]http://www.cssplay.co.uk/menu/old_master.html#nogo[/URL]. They didn't teach how to do this and I can't find anything like this on the Net. Help is much appreciated. | |
Hi all. I've nearly finished the home page for my wife. Sadly, I've discovered (again, surprise, surprise) IE doesn't play fair. I wanted the home page to be a simple "splash with links" kind of thing, and I used a variation of Meyer's CSS popup technique to do it. (See … | |
This is a code for my radio station schedule, which works well, no error messages: [CODE] <? //connect to mysql //change user and password to your mySQL name and password mysql_connect("localhost","root","PASSWORD"); //select which database you want to edit mysql_select_db("radio1"); //select the table $result = mysql_query("select * from schedule order by … | |
I'm trying to use an iframe (bad, I know) to display a shopping cart. It shows up as designed in IE but not Firefox. Any solutions? Thanks! | |
If I have a long string of text in say a table cell, how can I make it break so it doesn't cause horizontal scrolling? Thanks :) | |
trying to make an mp3 player applet of sorts that will index a folder on my local media and make a list, which its adresses will feed into the audio tag (using chrome beta), but im stumpedat the html and know very little javascript! help! | |
hey i haven't registered for my CSS exam as yet, can anyone please tell me what documents are required n order to turn in the form and how do i prepare for this exam? i shall be grateful to you guys | |
Hi All, I am trying to convert HTML file into XML using java. If anyone of you have sample coding please share with me. Your suggestions greatly appreciated. Thanks, Veera | |
I am using a Webbrowser control to sign into Hotmail. Then once it is signed in then I'll just use this navigate code to open the inbox: I think that the problem is that the actual inbox(mail window) is within an iframe. I have to figure out how to call … | |
So i've set up user profiles on one of my sites to enable users to add custom colours and change the background. Only thing is the CSS only shows up sometimes on Firefox and in IE it doesn't even appear in the source code :icon_confused: Anyway here's the PHP used … | |
hi i am creating a webpage with a menu down the left hand side. depending on which link in the menu you click a table on the right of will show the relavent information. the table will show the relavent information from a mysql table based on the link clicked. … | |
Thanks for your attention and time, I need your support please. I am doing site with div (table less layout) structures. I have a user login box which is made by divs in it and no table. Problem is that the control is not coming in center of page rather … | |
How to convert the HTML text in to plain text without using any third party tool | |
So I have a script that retrieves an image from a sql table and displays it. I can call the script inside a html using something like this: [CODE] <img src="display01.php"/> [/CODE] Now I have another script called "text01.php" that fetches text from the sql table and the script works … | |
Hi everyone! I would like to center my page but I can't find how to do it. Anyone has an idea? The main Div (#apDiv3) The others div are inside the main div If I leave it like that the only one centered is the Div3 :( Thanks!! Mayerfli [code=css]body … | |
Hi, I want write a program which extract 'Rated PG for some scary moments and mild language' from the following html file and return it as a list . html file: <div class="info"> <h5><a href="/mpaa">MPAA</a>:</h5> <div class="info-content"> Rated PG for some scary moments and mild language. (also 2009 extended version) … | |
Hi well i m developing application in asp when i want to access these pages from ie5 it shows error HTTP Error 403 - Forbidden in internet explorer [URL]http://localhost/Mail/email.htm[/URL] plz tell me what is the problem | |
[CODE]$filter = $HTTP_POST_VARS['att']; $result = mysql_query("SELECT * FROM postingbob WHERE category ='{$filter}' ")or die(mysql_error()); [/CODE] That's my php code which basically takes values from 'att' in my html form [CODE]<div class="vx_two" style="float:right"> <select id="two" title="Select a category" class="pinkselect" name="att"> <option value="Addictions">Sort By Category</option> <option value="Addictions">Default</option> <option value="Addictions">Addictions</option> <option value="Animals">Animals</option> <option … | |
Hi, I want to apply a different style to my site if javascript is disabled to the user experience is unaltered. I'm using PHP so is there a method i could employ? - i know there isn't a specific javascript detection function within php itself. i would just put a … | |
Hi, Is it possible to let my php script save the output that normally should appear on my screen, save it as an html page? | |
Thanks for your attention and time, I need your support please. I am doing site with div (table less layout) structures. I have a user control which is login box. There is a content page drived from master page. Requirment is to place login control in content page. Problem is … | |
Hey all members... i am a newbie.i wanna to learn about CSS & HTML so plz share CSS & HTML ebooks...... plz | |
hi how can i remove the dashed border that appear when clicking on sites's header button ? i think it's css issue any help please ? | |
Hey guys, ran into a bit of a problem with a CSS/Javascript drop-down menu... in IE7 I can see the menus and names just fine and everything works well, but in Firefox I can't see anything at all happening... the divs simply remain hidden. Anyone who has a free sec … | |
I want to write a Java Applet which interacts with some HTML elements in the same page. for eg : changing text in a HTML textfield I know how to do this using JavaScript using [COLOR="Green"]getElementById()[/COLOR] function. I think Java Applets also provide such method. If you are aware with … |
The End.