6,574 Topics

Member Avatar for
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
174
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
179
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
108
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
170
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.