6,574 Topics
![]() | |
Hi there, I need some help, I am building a large site, about 150 pages. I want the ending to be .html and not .shtml using .ssi. Is there a work a round to do this? More information: I am setting up a site for a client, and over the … | |
So i've seriously looked all over google and searched everything i could think of on the topic. I've tried dozens of different syntax styles for conditional css statements, i've even put them in random areas on the page in desperation to get them to work. I've put them in the … | |
I've read in data from a file using a GET request through a browser data= open(path) data2= file.read() return data2 and returned it to the console just fine. how do I post this same data to the browser I used as a client for the GET request? socket.send(<htmlcode here>)? what … | |
So, I am new here and have a few questions about using the "this" keyword in Javascript. I am new to javascript but have much experience with C++. First question, is the "this" keyword just like using self? Secondly, if it is like self, and I use it in say … ![]() | |
Hi, I am wondering if anyone tried to mix PHP and Javascript innerHTML elements to change certain elements to decrease the number of submits without losing data when passing through forms. For some reason, I kept getting errors in my code and I could only get PHP to submit the … | |
Howdy, First off, I should say that I am jumping on posting this issue much quicker than I normally would - but I'm not really in a patient mood now, and I'm far from being a fan of anything the W3 has done. Anyhow, I am in the process of … | |
Hello, Can i make one picture for all my website, please ? like Google: [url]http://www.google.com/images/srpr/nav_logo13.png[/url] Thanks. | |
Hi, I'm trying to change a background image used within a list <li>, yet have only been able to get this to work in IE and not Firefox. Please tell me what is wrong with this code: (Note: I have tried using style.backgroundImage yet that did not work in IE … | |
Hello friends, I have a stupid problem, I can't find example or tutorial "How to embed mpp in HTML", so... Can anyone give me an example or code for this ? Thanks. | |
Write a program that creates a text file that contains a power of two table in HTML format. The file could be called "twoPowerTable.html". When it is viewed with a browser you will see something like: Power of 2 Value 0 1 1 2 2 4 3 8 4 16 … ![]() | |
So these are the effects I am using for my navigation system in my site; a:link{ font-family:"Berlin Sans FB Demi"; text-align:center; color:black; text-decoration:none; } a:visited{ color:black; text-decoration:none; } a:hover{ color:#37414A; text-decoration:none; } a:active{ color:#37414A; text-decoration:none; } The problem I have is that they are all using the 'a' tag, this … | |
hi, in the below code i have made a variable $htmll, in my php file.In dat var i have stored the html code,in dat html code im writing some php code which in unable to execute....Kindly help me out to resolve it. Thanx.... [code=php] <?php $htmll=' <table align="centre" border="1" cellpadding="0" … ![]() | |
Hi, I am creating dynamic table in that I want to set wordwrap in HTMLTableCell. How can I achieve. | |
I have created a basic html form on my web server, and when submit the form i get the following message for apache: Not Found The requested URL /handle_form.php method= was not found on this server. handle_form.php is there, so it should be handling the form. heres my codes for … | |
I set the width of cell[0] by CSS style sheet to [B][COLOR="Red"]8%[/COLOR][/B] but it renders about [B][COLOR="Red"]25%[/COLOR][/B] and crunches the other cells to the right? [B][U]Pseudo HTML 'code':p[/U][/B] [CODE] var addcode=itemrow.insertCell(0);//part of insertrow addcode.className='code'; addcode.appendChild(document.createTextNode(code)); [/CODE] [B].code {[COLOR=red]width:8%;[/COLOR] text-align:left; padding-left:5px; [/B] [B]border-right:1px solid black; white-space:nowrap;}[/B] /* .code width is about … ![]() | |
Hi, I am developing a Database , I have designed the layout in Fireworks. Now Export it into Html. Now There are 12 Months from Jan To Dec and for every month there are 3 regions and in each region there are 3 rows. I want to convert all boxes … | |
Hey Everyone, This is probably going to be easy to solve, well at least I hope. I am having problems positioning my main navigational bar. It is supposed to be right on top of the banner div(the banner is the thing that says "Submit a new article", I know it's … | |
I've been working on an applet that gets all the links from a webpage. So far, I have it getting the source. I have found some regular expressions that supposedly will parse out the source, but it doesn't make any change to the original source. I also found some example … | |
Hey I need help setting up ma HTML5 progress bar with my file upload form. How exactly do I implement it so it tells the user how long the upload has? The code I've written is below. If you could give me the correct way the code should look and … | |
I'm having a problem with the base tag in that it's preventing the links from loading the pages that they link to. When I remove the tag it works but then the menu bar for the page at the top disappears which I need to stay. I'm fairly new to … | |
Hi, I am trying to send html mail() to a number of people at once but it appears as spam in gmail, does not appear in yahoo and appears as jibberish in outlook. I need help in this area as am new to it and am hoping for some correction … ![]() | |
Hey everyone, What's i'm trying to accomplish is this - I have a webbrowser control & a treeview control...once I load a website I create a HTML DOM tree representation of the website using the code below... What I want to do now, is the following: [LIST=1] [*]mouse over any … | |
Hi, this is the error that I get..please help me debug is...the source code is below the errors...thanks the website must look something like this [url]http://www.sis.pitt.edu/~arazeez/index.html[/url] * Line 20, column 40: document type does not allow element "table" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag … | |
Hey DaniWeb! I'm having a small problem with my HTML DIV positioning, and was hoping you could help me. I cannot get my DIV's to float against each other in a column format. They just want to go down on the page, which is not the look I am attempting. … | |
Hi everyone! So I have a XML code [code] <?xml version="1.0" encoding="utf-8"?> <?xml-stylesheet type="text/xsl" href="pizza.xsl"?> <pizza_list> <food> <name>Margarita</name> <description>tomato sauce</description> <price>3.60 </price> <diameter>30 cm</diameter> </food> <food> <name>Green</name> <description>tomato, oregano</description> <price>5.40 </price> <diameter>30 cm</diameter> </food> <food> <name>Primaverra</name> <description>tomato, mozzarella, cucumber</description> <price>5.30 </price> <diameter>30 cm</diameter> </food> <food> <name>Sandokan</name> <description>tomato, crab meat</description> <price>6.40 … | |
Simple HTML form is not working properly... attached is a simple HTML form. When i print the super global $_POST[] i don't get any information from the text fields. Im really frustrated... I can't find any problem with the code... HTML [CODE] <form method="POST" action="functions/process_payment.php" > <table id="creditCards"> <tr> <td><input … | |
I need to search for all files on my computer that contain certain html tags. I tried the search function that comes with Windows Explorer (My Computer), and it can't find html tags, even in files I know contain them. I have Windows XP. | |
i am developing a web page... in that i hav added a coding like this... HtmlParser.parse(document, "Chap0702.html"); its showing an error like namespace required... wt is namespace to be included for this.... | |
Hi All, I am in the process of rebranding my web hosting business and I have come accross a problem with some CSS... I haven't got around to cross rowser testing it yet, I will do that once I know what I want it to look like :P Ok, on … | |
Hi, I would like to set up a html email that gets sent to a mailing list for a client. However I have never done this and am really unsure about where to start. The way i am intending it to work, is for the client to just click a … |
The End.