amp x 105
bootstrap x 1,162

14,212 Topics

Member Avatar for
Member Avatar for kibanga

I have files of several with geographical information of several places and animals that i want to be accesed by through the menu. Here is an outline of my project; I have simplified it by taking only parts that are relavent for my questions below. I have a PHP class …

0
191
Member Avatar for ghgarcia

I have developed a PHP football pool and one of it's functions is to send email notifications to members dealing with their picks and any messages sent by the Admin. The mails are sent without any problems however they display as text in Outlook and correctly in a web based …

Member Avatar for Gravis
0
103
Member Avatar for j4mes_bond25

I wonder if anyone could point me in the right direction in having an image at certain location, which I haven't yet managed to get. [url]www.meltonbusiness.co.uk[/url] is the website I need any images that I want appearing in the "right_col" area. Problem is ONLY the top image appears perfectly well. …

Member Avatar for FC Jamison
0
145
Member Avatar for TeamRocket

[CODE]# error handling ErrorDocument 401 /401.php ErrorDocument 403 /403.php ErrorDocument 404 /404.php ErrorDocument 500 /500.php Options +FollowSymlinks RewriteEngine on RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http://(www\.)?kyleofalberta.ca/.*$ [NC] RewriteRule \.(gif|jpg|js|css)$ - [F] Options +FollowSymlinks RewriteEngine on RewriteCond %{HTTP_USER_AGENT} ^BlackWidow [OR] RewriteCond %{HTTP_USER_AGENT} ^Bot\ mailto:craftbot@yahoo.com [OR] RewriteCond %{HTTP_USER_AGENT} ^ChinaClaw [OR] RewriteCond %{HTTP_USER_AGENT} ^Custo …

Member Avatar for TeamRocket
0
3K
Member Avatar for cutnpaste

I need to provide an HTML code snippet (form elements displayed within a table) that my clients will be inserting into their web pages. One of the requirements is that I provide CSS atrributes to the table elements so the client can customize color, font, etc to match their site. …

Member Avatar for Sundaramurthy C
0
170
Member Avatar for vbgaya

I want to fill a drop down list with some data in a data source. I defined a page level array and redim it in Page_Load. I get an error saying "Object reference not set to an instance of an object" The error occurs at the statement, Page.DataBind() Below is …

Member Avatar for postmaster
0
133
Member Avatar for lostpenan

I would like to read a html file that has asian encoding (gb2312), then extract the specific strings and then copy them into a new html file. But when i try to read the html file, i get gibberish. Im using Python 2.4.3 and i know it supports gb2312 but …

0
161
Member Avatar for tufat1

Hi, Can someone help me to finish a project with Molecule Viewer?? You can download it for free from: [URL="http://www.tufat.com/s_3d_molecule_viewer.htm"]http://www.tufat.com/s_3d_molecule_viewer.htm[/URL] Thanks.

Member Avatar for whipaway
0
104
Member Avatar for shanenin

I have been messing around trying to figure out some basics of html/css. I have a tan background with a white table. I want the background only to show up on the left and right sides(table is centered). The problem is the background is showing up on the top and …

Member Avatar for shanenin
0
122
Member Avatar for FC Jamison

OK...here's the background: I want to use javascript to write a CSS dropdown menu. Since I want to be able to float the menu to either the left or the right depending on the site I am using it on, I need to grab the float value (either right or …

Member Avatar for FC Jamison
0
241
Member Avatar for grungetta

i am using [code]writing-mode: tb-rl;[/code] to get this affect: <td style="writing-mode: tb-rl;">Hello World</td> does anyone know how this can be achieved in firefox and opera? as this only works in IE

Member Avatar for FC Jamison
0
133
Member Avatar for ashoftheweb

I'm having a slight issue with a lot of html pages. I'm working for a decent sized company with nearly 15,000 pages in the site. I've been going through and updating many of the pages with a find and replace function available through Dreamweaver. Recently I've noticed a huge problem. …

Member Avatar for Sailor_Jerry
0
194
Member Avatar for Woobag

He is what im trying to do, ive got a logo that i want to place around the center of your screen over my semi-complex background that is set up like this... [IMG]http://i11.photobucket.com/albums/a160/woody33/help.jpg[/IMG] The "logo" image will be placed over the tiled image, but when the browser is shrinked because …

Member Avatar for Woobag
0
188
Member Avatar for sujagr8

hi everybody, i need to link this html pages if i click submit button.It should fetch the textbox value to another html page <html> <head> </head> <body> <form method=post action="g1.html"> <input type=text id="q" > <input type="submit" name="submit"> </form> </body> </html> <html> <head> </head> <body> <form method=post> <input type=text id="q" value=""> …

Member Avatar for netburst
0
117
Member Avatar for crestaldin

Hello, I'm new to HTML parsing and I need some help.I want to parse a HTML file , and I have the Java classes in place but I need an advise on how to code a piece of logic in my callback function. I need to parse through the file …

Member Avatar for b2daj
0
193
Member Avatar for Toddrick33

Since A, L and C are used as masks in a masked text box, I was just wondering if there was a way to filter them out. For example, say I want to number Licenses, like this: LIC-06-###-#### Since L and C are masked characters, it will not allow me …

Member Avatar for Toddrick33
0
348
Member Avatar for Sailor_Jerry

I have two html files. FirefoxBug.html [code] <html> <body> <div style=background-color:red;> <iframe src="/iframe.html"></iframe> </div> </body> </html> [/code] And iframe.html [code] <html> <body style=background-color:blue;> <div> <p>This backgroud should change</p> </div> </body> </html> [/code] I have these two files in the same folder on my desktop, and I am not sure why …

Member Avatar for Sailor_Jerry
0
116
Member Avatar for mikeandike22

Hi I need help with some css. I am trying to make the page expand with based on the ammount of content on the page. so the more content the longer the page and so on. If you know how to do this please help.

Member Avatar for mikeandike22
0
224
Member Avatar for cancer10

How do they make tables with only CSS without using HTML Tables? is it possible to make a table as shown on the screenshot below with only CSS and NO HTML? if yes how? [url=http://photobag.2plans.com/][img]http://photobag.2plans.com/images/75427379.jpg[/img][/url] Thanx in advance

Member Avatar for babyboy808
0
161
Member Avatar for desiguru

I have made a .dwt file. But I do not know how I can make different html files from it. Basically I have three editable regions in the dwt file. and I want to use that file to make my index.htm file. Can someone show me how to do something …

Member Avatar for FC Jamison
0
117
Member Avatar for desiguru

I have created this nice template for my site, but I need to know how to apply it into any web page. I'm using dreamweaver.

Member Avatar for FC Jamison
0
105
Member Avatar for asmith3006

Hi. Is it possible to fill a rectangle with a ratio of colour, for example fill a rectangle with 50% red so it's pale red? I want to be able to specify the shade of colour in a number form if possible. So far I've only found linear gradiants which …

Member Avatar for Lord Soth
0
118
Member Avatar for ashneet

well the problem i have is that when i use tables on every diffrent screen the cells change their shape to fit the screen so all the text is wraped accordingly. is it possible to stop table from shrinking at a certain point so that the text wont wrap more …

Member Avatar for tgreer
0
130
Member Avatar for thescorp

Hello evry1!:) One more question: If i copy n paste any CSS code from any of the CSS tutorial websites,do I need to save it like an "external style sheet" or something? In short,how do I use CSS in DW?Simple copy n paste would do or no? Thank you.

Member Avatar for FC Jamison
0
146
Member Avatar for tefflox

I have an anchor over an image, a subsequent <p>, and a seond image. I'm trying to validate xhtml transitional, and it says, for each of the three elements: [quote]missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag... One possible cause for this message is that you have …

Member Avatar for tefflox
0
83
Member Avatar for AMANDAInJS

:) [COLOR=#555555]is there anyway to give the transparent background to html file, mean to say when the page is loading if there is no browser is opened, it should show the desktop area as a background,,,:!: [/COLOR]

Member Avatar for tgreer
0
43
Member Avatar for ChimpusDupus

Hi, [B]Is it possible/how can I dynamically add fields to a DetailsView using code?[/B] I have a detailsview set for inserting data, but some of the fields that need to be inputed are based on records in the database, selected by a dropdown list in another field. -James

0
86
Member Avatar for sac_bid24
Member Avatar for digital-ether
-1
74
Member Avatar for Krofh

Hello, The title pretty much describes the problem I'm having. Right now, I've got a <table> with two <tbody>s in it; the first one is visible (display:inline) and the second one is invisible (display:none). The first one contains a button, the second one several form fields. Pressing the button hides …

Member Avatar for Krofh
0
181
Member Avatar for mikeandike22

alright here is the problem im trying to get a certain menu to have a thin border but in firefox the only way I could do this was to set it to .1em which makes it look chunky in IE so i tried to do some conditional comments to link …

Member Avatar for mikeandike22
0
103
Member Avatar for Silentiopk4

Hello, I have a .shtml page that on it's own works with server side includes but when I call that page from a perl script which is called from a login .shtml page, they don't work. I am using Microsoft IIS and I don't know if it's an IIS settings …

0
92
Member Avatar for umshere

[B]Searching keywords inside webpages [/B] -------------------------------------------------------------------------------- hi all my problem is [B]searching [/B]:rolleyes: ...i want to search words within webpage which is stored in one [U][B]directory[/B][/U]..:surprised it is different from normal directory searching :eek: ...beacause i am searching inside the [COLOR="darkorange"]webpage[/COLOR] ..so i want to omit all that html tags …

Member Avatar for umshere
0
104
Member Avatar for a1eio

hi, i'd like to create something that basically grabbes information from websites, however i havn't any experience in urllib (apart from very basic page reading) and the issue is that the page i want to grab data from checks to see if another page is connected to it or perhaps …

Member Avatar for metabo_man
0
356
Member Avatar for chrchcol

I have an index.html file that I need to be able to modify depending on if its secure or unsecure, can I use cat and or grep in a script to modify text in it? Chris

Member Avatar for chrchcol
0
319
Member Avatar for tefflox

today I found a site with jpg images that by themselves are placed on a strict xhtml source. is it an htaccess function? here is a sample source.. [code] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> <head> <title>Photo</title> <style type="text/css"> html, body, p { margin: 0; …

Member Avatar for tgreer
0
226
Member Avatar for 'Stein

Heh first off, I want to thank the responders here for the help given. Ok, now for the prob. I just wrote my first ever HTML page (awful if ya ask me), and I'm mainly using it as a place to keep files and such. However, it's still in development. …

Member Avatar for Comatose
0
482
Member Avatar for ftwebgs

I'm using <IFRAME> in a middle column of a static HTML page. I'm calling a second HTML page in the <IFRAME> that includes a web form. The form is quite long and as a result I have to scroll down to get to the submit button. When I submit the …

Member Avatar for tgreer
0
82
Member Avatar for mrk_hyd

IIS in my system is running when I checked in the control panel/Administrative Tools/Services/IIS admin. Now when I enter any address in the browser, it is trying to fetch it from Internet instead of getting it from local server i.e., my system. Am I clear? Pls help me. I got …

Member Avatar for terrencetaylor7
0
168
Member Avatar for j4mes_bond25

I'm trying to add "shadow" (which is in fact, an image) effect behind the border of my "centerContent" (i.e. the area where the main description text lies). Presently looking page can be seen on: [url]http://allinclusivewebdesign.byethost13.com/AllInclusiveWebDesign/about.php[/url] The related CSS code is: [CODE]#centerContentContainer { width:100%; } #centerContentShadow { background:url(content-shadow.jpg) #FFFFFF; width:760px; float:left; …

0
95
Member Avatar for Coreyna

Hi, Up until now I have been using wysiwyg editors to work on my website and they have really mangled the code. I am trying to get the text from my main container to begin at the top of the page but it seems to start 10-30 cm down the …

Member Avatar for Coreyna
0
142
Member Avatar for ccwai

[B]HELP!!!!!!![/B] I am facing a big problem now with MSN Space and I hope that you can help me! My Space used to work fine in both Firefox and IE. However, yesterday, after I played around with the Powertoy: Custom HTML, something really weird happened. In Firefox, everything works fine. …

Member Avatar for alc6379
0
101
Member Avatar for mikefitz

Hi, Is there a way to set a mask on the standard ASP.NET TextBox Web control? For example, I need to mask the input and display of a telephone number "###-###-####". Thanks, Mike

Member Avatar for mikefitz
0
145
Member Avatar for thare

I have to input data in a ASP form like microsoft excel with many rows and columns. How should I do to make this form ? :sad: Thanks !

Member Avatar for thare
0
159
Member Avatar for tarverlee

At first I thought I was in the wrong place but read some intros and I think I'll be fine. In the Army for 9 years now and am working towards a degree. I have two years of General Ed now and want somthing in the IT, CIS field. The …

Member Avatar for stymiee
0
79
Member Avatar for ashneet

lets say i have a file named test.html and i want to store all the text of this file into a variable named $email. how would i do that and be able to change few things in text with string replace command. I am just trying to make html email …

Member Avatar for ashneet
0
258
Member Avatar for Puckdropper

How do I change the table background color with valid HTML 3.2 code? The browsers I use (the big four--IE, FF, Opera, Netscape) had no problem with the BGCOLOR tag, but that's for HTML 4, not HTML 3.2. If at all possible I'd like to avoid CSS, nothing personal but …

Member Avatar for Puckdropper
0
297
Member Avatar for Codealot

Hey, i just joined this place because i really need a job... i dont expect alot of money, however i have sold my codes for over $800, i am looking for any size job any amount of time, pretty much anything.. i am young but i have been coding for …

Member Avatar for Puckdropper
0
92
Member Avatar for sujagr8

var vvalue=document.forms[0].fname.selectedIndex; var vovalue=document.forms[0].fname.options[vvalue].value <select name="fname"> <option value="Arial">Arial</option> <option value="Symbol">Symbol</option> <option value="Rockwell">Rockwell</option>

Member Avatar for sujagr8
0
172
Member Avatar for krhelter

the script that creats a smaller window with a scroll bar inside a page. like what happens here when we use [] to set off code and its long code. i want to do this so that people dont have to scroll down on pages with more info the the …

0
113
Member Avatar for krhelter

I am new here and having a big headache. I have inherited a web site at my job. It is a site for a history magazine and I need to be able to have a search and advanced search option that allows users to search the article table by keywords. …

Member Avatar for krhelter
0
173

The End.