6,574 Topics

Member Avatar for
Member Avatar for ben.matthews18

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 …

Member Avatar for karol33
0
256
Member Avatar for rabzzz

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" …

Member Avatar for diafol
0
159
Member Avatar for visweswaran28

Hi, I am creating dynamic table in that I want to set wordwrap in HTMLTableCell. How can I achieve.

0
39
Member Avatar for aarontb

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 …

Member Avatar for neilnicky017
0
154
Member Avatar for Heinz Stapff

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 …

Member Avatar for diafol
0
177
Member Avatar for ayesha789

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 …

Member Avatar for ayesha789
0
124
Member Avatar for drewpark88

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 …

Member Avatar for drewpark88
0
125
Member Avatar for sfrider0

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 …

Member Avatar for sfrider0
0
96
Member Avatar for noahqw

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 …

Member Avatar for furqan219
0
129
Member Avatar for jralexander137

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 …

Member Avatar for almostbob
0
97
Member Avatar for php_learner

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 …

Member Avatar for rajarajan2017
0
148
Member Avatar for didijc

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 …

Member Avatar for didijc
0
259
Member Avatar for abdulraqeeb33

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 …

Member Avatar for Netprof
0
396
Member Avatar for dylank

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. …

Member Avatar for dylank
0
98
Member Avatar for didi00

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 …

Member Avatar for didi00
0
152
Member Avatar for RisTar

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 …

Member Avatar for almostbob
0
215
Member Avatar for MidiMagic

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.

Member Avatar for MidiMagic
0
116
Member Avatar for Alex John

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....

Member Avatar for kvprajapati
0
121
Member Avatar for rokape

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 …

Member Avatar for Veneficae
0
199
Member Avatar for QWaz

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 …

Member Avatar for SKANK!!!!!
0
108
Member Avatar for javan96

hi everyone im new to programing im trying to send a html email using my forum mass email option, but every time i send it nothing shows up in the email but a bunch of source code. CAN ANYONE HELP ME PLEASE. THIS IS MY SOURCE CODE. <html> <style type="text/css"> …

Member Avatar for Prithwirajsaha8
0
175
Member Avatar for redgie44

Ok I am currently learning php through wordpress and I have a small project to create a running website which displays the results. CUrrently I can display the results for a certain race that I hard code: [code] <?php // Connects to your Database mysql_connect("XX.XX.XX.XX", "admin", "pwd") or die(mysql_error()); mysql_select_db("db") …

Member Avatar for redgie44
0
158
Member Avatar for aarya

i want to send the newsletter to all those who subscribe to my website. i ahve a templetae with table navigation ,site logo,some images. i wnat to send news letter with all this . i create the html file . can i do thsi code to send [QUOTE]<?INCLUDE 'd.php'; $title=$_GET['title']; …

Member Avatar for Prithwirajsaha8
0
182
Member Avatar for Mapper99

I have a simple web page. For some reason, one of my div's (holding a bing map), is shifted way off in the blue. Here is the link: [url]http://70.38.38.174//where-does-this-drain-to/where-does-this-drain-go.html[/url] Looks fine in Chrome/IE. Thanks in advance, M

Member Avatar for macneato
0
93
Member Avatar for shaya4207

I have a page with dynamic content on it, and I have a background image (put there with CSS as a "background"). I'm trying to have it stretch [U]NOT REPEAT[/U] with the content, when there's more content it should be longer... Any help would be very appreciated!!!

Member Avatar for MidiMagic
0
239
Member Avatar for egoche
Member Avatar for egoche
0
215
Member Avatar for camthalion95

Hi, I've been working on this page for quite a while: [url]http://www.mymusiclair.com/supporter[/url] It displays correctly in Chrome, IE, and FF on my hard drive, but once i upload it it displays wrong in everything except IE. I used FrontPage 2003 to make it... any suggestions? Thanks, camthalion95

Member Avatar for diafol
0
110
Member Avatar for EntangledDesi

This is the code I have so far, but something seems to be wrong with it. I don't know what though. Could someone point out what I'm doing wrong? [CODE]<HTML> <HEAD> <TITLE>Fun with Phonics</TITLE> </HEAD> <BODY> <CENTER><IMG SRC="fun.jpg" HSPACE=5 VSPACE=5 HEIGHT=64 WIDTH=129></CENTER> <CENTER><HR Width="75%"></CENTER> <SCRIPT LANGUAGE="JAVASCRIPT"> <!--Hide from old browswers …

Member Avatar for essential
0
180
Member Avatar for roostr

when i add the following: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> to the code the background colors for tables no longer show up and are transparent instead. even with <table style="background-color: ffffff;"> or <td style="background-color: ffffff;"> it is still transparent. I cannot figure out why this is happening. …

Member Avatar for diafol
0
110
Member Avatar for mooreted

My boss wanted me to update our website. I am not a program or a web designer. I got it mostly done but the image on the bottom right of the page floats over the page's border. I have changed every number I can imagine in the CSS and cannot …

Member Avatar for mooreted
0
88
Member Avatar for axn

cant get this to display on webpage. Apache is setup correctly. Getting error "[COLOR="Green"]malformed header from script. Bad header=04/19/2010: date.pl[/COLOR]" where am i going wrong? [CODE]#!/usr/bin/perl use strict; use warnings; use POSIX qw(strftime); my $cur_time = strftime "%a %b %e %H:%M:%S %Y", localtime; print "$cur_time\n"; open PS, "/bin/netstat -nra 2>&1|" …

Member Avatar for scrappedcola
0
151
Member Avatar for khan17

hello all, i need to extract table contents from a html page.. in that table one of the column has the links.. i need to extract that link too as of other column elements.. is it possible? i need to extract it and then to store in a database. actually …

Member Avatar for khan17
0
1K
Member Avatar for loloy123

This may seem obvious to some people but Im only new to css so still learning :) Im creating a site with a background image i made in photoshop, I have links at top center, a slideshow underneath that centered, text again underneat that centered and then my footer. #container …

Member Avatar for sbmzhcn
0
82
Member Avatar for r00ster

Hey guys. I have this problem with a page I am developing. Check the links on the left hand side of this page: [url]http://pi.dynalias.net:4092/[/url] As soon as I say move from Register to FAQ you can see the links on the left shift a few pixels to the right. The …

Member Avatar for chrishea
0
81
Member Avatar for Mapper99

How do I have a large image as my web page background without having the horizontal scrollbars appear? Here is the web page I am referring to: http://70.38.38.174//where-does-this-drain-to/where-does-this-drain-go.html Here is my css: body { background: #3F3F3F url(bg.jpg) no-repeat center top; color: #222222; font-family: "Helvetica Neue",Helvetica,Arial,Verdana,sans-serif; font-size: 75%; } Thanks in …

Member Avatar for drjohn
0
165
Member Avatar for Chad Gary

I'm not having this issue with Mozilla Firefox, but it seems that the results of the code below are being cached in EI 8. When the browser makes another asynchronous call to the server with different results from the database, those results are not being displaying on the wepage. How …

Member Avatar for parry_kulk
0
98
Member Avatar for GeoffC

I have a couple of buttons in html as follows: <tr> <td><a href="member_archive_action.php"><input class="button" name="Change" type="button" id="Change" value="Change" ></a></td> <td><a href="members.php"><input class="button" name="Back" type="button" id="Back" value="Back" ></a></td> </tr> Each of them calls the appropriate php script twice when pushed. The Change button toggles a flag so was apparently doing nothing. …

Member Avatar for amphetkid
0
80
Member Avatar for shms

Hi, I want to integrate the dhtmlxScheduler calender with the codeigniter framework. but i am not sure how to connect with the model instead of the db directly and also, how to manage the interaction between the controller, the model and interface thanks,

0
77
Member Avatar for dbphydb

Hi, I want to search for a particular text on an html page ---> Build Complete Further execution should be only if the build is successful which is denoted by the text 'Build Complete' on the webpage. Denoted in bold in the code below. [CODE] URL = "http://11.12.13.27:8080/cruisecontrol" from urllib2 …

0
67
Member Avatar for dziobu

Hi Guys. Please help! I give up! I don't see the answer for my problem anywhere! It's quite difficult to explain so please bear with me: I'm designing a website which contain 5 main (parent) pages (index.thml, catalogue.thml, etc.). Each page have NAVIGATOR, embed <iframe> in the "center" and the …

Member Avatar for fatboislimm
0
109
Member Avatar for PhiberOptik

Hey guys, I want to know how you guys parse html. I'm writing a program to compare products on a website. I already have a system that scrapes the websites. I looked at HTMLParser, I'm a little confused on how to use it, I was thinking about writing my own …

Member Avatar for PhiberOptik
0
93
Member Avatar for liamfriel

Hello all, I am having some trouble getting my background image to show in FF and IE, I am using firefox web developer add-on and when I click edit css, the background image shows up, when I close the edit css it reverts back to having no background. [URL="http://www.costumeshopfinder.co.uk/test/"]here[/URL] is …

Member Avatar for diafol
0
171
Member Avatar for wsoza

Hei...i tried to make a program to scraping html, all is worked but i have a problem in the regex senteces but im not sure, [CODE]<a href="([^"]+)"><span>\d+</span>([^<]+)</a>\s*</li>[/CODE] this sentences should to show me just link and text and not \d+ but when I debugging i can se that come with …

0
39
Member Avatar for jokomamamita

Hi there everyone, I have a site over here: [url]http://www.vikgfx.com[/url] If you view it in a resolution of 1280 x 1024, the whole page would sit on the left side of the screen. I tried my level best to adjust the CSS but it just doesn't sit in the center. …

Member Avatar for diafol
0
146
Member Avatar for khan17

hello all, im using the code below now to extract table of contents from a html page. it extracts the data which is available after the <table> tag. but what i need is to get the result which appear as though it appear on that html page. [i need the …

Member Avatar for khan17
0
107
Member Avatar for moivet

Hi! This code should replace <br> or <br /> between certain elements in text posted in textarea element. I use [B]nl2br[/B] for detection of new line. That function also adds <br /> between html elements...for example <table>[COLOR="Red"]<br>[/COLOR]<tr> elements... Code works fine, but... When used multiple column table, code "eats" all …

Member Avatar for moivet
0
189
Member Avatar for vmars

view source code of external files in html like *.js and *.css For example: In this page I am Posting to, there are 24 *.js files. They are loaded but you can't see them. I would like to view some of these external javascript files for study. Not necessarily on …

Member Avatar for rajarajan2017
0
119
Member Avatar for mgn2683

I have a problem with my background image code, where the image keeps repeating vertically down. The issue can be viewed here: [URL="http://djfades.com/index.htm"]http://djfades.com/index.htm[/URL] Can anyone help me out?

Member Avatar for kk6terry
0
145
Member Avatar for delucasvb

Hi, This is my first post here, since I am new to Python. I've been messing around a bit with it and I think I have the basics in my fingers now. I've run into a problem with the HTMLParser: I want to use it to collect the url's contained …

Member Avatar for d5e5
0
78
Member Avatar for Kaycy
Member Avatar for Kaycy
0
177

The End.