6,557 Topics

Member Avatar for
Member Avatar for ayalsule

Hello There: I Build Me web site in Drupal I Think you know it very well, so I look for theme and I found a beautiful theme but their is problem with it [url]http://drupal.org/project/acquia_marina[/url] I want To make the theme 3 column, with width 100% not fixed for all the …

Member Avatar for ayalsule
0
120
Member Avatar for fellathedog

In my searching, I think I know the answer, it seems that any time you want to do input using HTML, it references a form. Is this also true with buttons? Does ALL user feed back in HTML require a form? I am not speaking of Java Script, just HTML.

Member Avatar for fellathedog
0
75
Member Avatar for sherech

I've been asked to make cosmetic changes to a website that was developed in Cold Fusion. Their original web designer has moved on to other things. Is it possible to make simple changes, such as CSS stylesheet adjustments, new logo, new graphics behind navigation links using standard html coding? Or …

Member Avatar for sherech
0
99
Member Avatar for shaan07

Hei..i am novice to programming. How to generate beautiful html pages from a text file. My idea is to generate XML first and then generate it to html. Generated html page should contain all the information that the text file contains..like tables,pics,body,headings. I dont have a clue what to do …

Member Avatar for pythopian
0
129
Member Avatar for yonghan

Hi all,suppose i got two rows like this picture [url]http://i575.photobucket.com/albums/ss197/yonghan79/ask-1.jpg[/url] I'm trying to change the modified column value to current datetime without refreshing the page when i click the update button..The first row worked,the second doesn't work..Here is my codes views/order_home [code] <script type="text/javascript" src="<?php echo base_url(); ?>js/jquery.js"></script> <script type="text/javascript" …

Member Avatar for Airshow
0
837
Member Avatar for crebilis

Hi all, I am looking for a method to make a html element empty (no innerHTML). This would be pretty easy if it weren't for IE. IE has the bug that innerHTML is read-only for tables (and some other elements too). So my function [CODE=javascript] function clearElement(id){ document.getElementById(id).innerHTML = ""; …

Member Avatar for Graphix
0
164
Member Avatar for Epi23

Ok, this is confusing me to no end, I am making a site and am trying to get the background image to stay in the center, not repeating. I've done this countless times by linking to an internet URL, but not from off of my own hdd. The code I …

Member Avatar for Epi23
0
115
Member Avatar for zhipnie

guys kindly help me namn po ,,mke a website same as fs using html hir is my # [removed]..,nid lang po

Member Avatar for ithelp
-2
26
Member Avatar for manjusaharan

hi All, I m new to c#.I m using a HTML table in web browser control and wants to get the rowid of the clicked row in HTML table.bt dont have any idea how to get. IS there any method for getting the row id of the clicked cell. Please …

Member Avatar for isozworld
0
1K
Member Avatar for zhou1919

Hi, I got the syntax error in my following php code: unexpected T_STRING in /net/home/z6zhou/public_html/signup.php on line 1. Who can help it out? my php code is as follows: <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head><title>Publication DB</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><meta …

Member Avatar for zhou1919
-3
373
Member Avatar for expertotech

hello everyone, i have a new pc and it runs on windows 7, and i never had this problem with my other xp pc, everytime i create an html file with images (i have tried jpeg, gif and png so far) only png shows up and not jpg and gif, …

Member Avatar for expertotech
0
517
Member Avatar for guptavicky

hello friends please tell me how can i create [COLOR="Green"]CSS[/COLOR] file on net this is possible or not if yes than please tell me witch site can my help for my....... :(

Member Avatar for pritaeas
0
32
Member Avatar for mailme.vibin

I download free css from [url]http://www.templateyes.com/[/url] to my computer ,but I dont know where to past the code and image it in asp.net..any one help

0
61
Member Avatar for chowdarysmk

hai fndz, i face alignment problems vth css... anyone can help me.....in mozilla,but not striaght it show space between bullet symbols&text area...In IE7 ,no space between bullet symbol&text area...the pics are shown below (if any one ask code i also put it).how 2 correct alignment??/ plz help me............. Thank you

Member Avatar for ko ko
0
109
Member Avatar for kirit275

does anybody know how to add animation in a website? i tried it using timeline in dreamweaver cs3 but its not working on mozilla firefox & internet explorer browsers. please help....

Member Avatar for rajarajan2017
0
73
Member Avatar for 3000MAN

Getting to the poiint; I have a 'index.html' document that creates 3 iframes, each within a row of a 1 column, 3 row table. So I have a top (frame1), middle,(frame2) and bottom(frame3). Frame1 src="header.html" is a descriptive banner. Frame2 src="Start.html" is where the real application does all the work. …

Member Avatar for 3000MAN
0
232
Member Avatar for becraig

I need to find a way to parse an html file with php. the idea here is to read the file eg: [url]http://www.somesite.com/page.html[/url] Then look for a string eg: "This text is present " Then perform an action based on the whether or not that item is present. The if …

Member Avatar for JenniC
0
168
Member Avatar for iwahm

Would you please suggest any website which is offering quality tutorial on CSS freely !I want to learn this online.If you've got any free ebook, please inform about it.Thanks.

Member Avatar for ko ko
0
52
Member Avatar for kayblack

Hello guys, I'm trying to make my PHP mailing script mail an html webpage. I've pasted the page code but I've been getting alot of error pages complaining about the tags in the html code (style, table width, etc) How do I get around this?

Member Avatar for Atli
0
181
Member Avatar for colerainescotty

Hi there, I am wanting to find out how to add text to a hidden field in a HTML form. I want to add text from an array, the array holds the information for the caption placeholder for the images. Basically i have an image viewer which lets you scroll …

Member Avatar for colerainescotty
0
241
Member Avatar for ttope

I am having trouble getting the two dropdowns under Facility and Contact Us to drop down... see link below... the first drop down works fine (under Services) Please help! Thanks in advance. [url]http://www.gumshoestudio.com/Wickertree_menu_test/[/url]

Member Avatar for Airshow
0
82
Member Avatar for oded_r

i want to cast this two typs HtmlDocument doc = Webbrowser.Document; HTMLObjectElement FirstElm = doc.All[0]; how can i do it

Member Avatar for sknake
0
114
Member Avatar for PetrQ

Hello, I use html2ps/pdf - as upgrade of FPDF - for conversion html/php pages to pdf. It works great but I cannot solve the problem - how can I convert only part of the page without other CSS style. FPDF offers class CLIPPING. However official html2ps/pdf forum doesn´t work properly …

0
61
Member Avatar for bjdmb

I have a site that is two column developed in CSS. Whenever the right column gets too long it appears that the right column starts to go under the right column and then the text and images start stacking on top of each other. The background also disappears. This happens …

Member Avatar for dipak_passion
0
136
Member Avatar for james27

hello, i have some form which split by iframe. subject field is no probelm ,but content field was come from another iframe source.. so i can't input text in content's field.. im using PAMIE and win32com module.. i have to put text in 'contents.contentsValue' here. but i have no luck..anyone …

0
99
Member Avatar for JerieLsky

Hi, guys.. I've got this problem on CSS. What i wanted to do is like an image gallery. Luckily i found a tutorial in with this link [url]http://www.dynamicdrive.com/style/csslibrary/item/css-popup-image-viewer/[/url] In the tutorial as you hover into the thumbnail, a pop-up image shows up exactly at the thumbnail pointed to. So that's …

Member Avatar for almostbob
0
117
Member Avatar for jaimca

Hi i need to pass values from one html page to another without using forms. Is this possible . Can i access these values using javascript.. Please help me with a code sample .. thanks in advance

Member Avatar for samlabs821
0
74
Member Avatar for arritmo00

I want to buy a PDA, but one that runs the HTML compiled file also cause I have a lot of books in this format wich I need at my work. Does the windows mobile 5 open these HTML complied files? THanks

Member Avatar for Adamsappleone
0
92
Member Avatar for bjdmb

I need another set of eyes to look this over. I can't seem to get the three columns to work properly with the product listing at the bottom of the page. Here is the CSS; [CODE]#productbox{ width:666px; background-image:url(../slices/item-bkg.png); background-repeat:no-repeat; height:173px; } .productimage { float: left; width: 100px; margin-left: 0px; padding:20px; …

Member Avatar for bjdmb
0
135
Member Avatar for mcek

I'm writing a program that will download pfd files and collate them. However the urls I get are a bit weird. They look like this: [code]http://links.ealert.nature.com/ctt?kn=105&m=34136651&r=MjA1NzczMzM4NgS2&b=0&j=NTkwOTY5NjQS1&mt=1&rt=0 [/code] I'm using URLConnection and BufferedInputStream, but no data is read from the stream (read() returns -1 at the first try). If they are …

Member Avatar for mcek
0
541

The End.