6,568 Topics

Member Avatar for
Member Avatar for dipunm

I just finished a wordpress theme and all was ok. Problems only started once we added more articles... I don't know if this is firefox or what, but here is what happens.. [CODE] <li id="post-83"> <a class="block" href="http://www.website.com/great-british-refurb/2009/" rel="bookmark"> <h2>British Refurb</h2> <div class="subtext"> WRITTEN BY: Name <br> POSTED ON: 28/09/09 …

Member Avatar for dipunm
0
111
Member Avatar for cavpollo

How can I make this HTML into CSS? Also, after making it css I want to save it in a file (.css) and then call it from a different file (an html web page). What I dont know is how to add the "custom code" (the table has 2 holes. …

Member Avatar for Airshow
0
201
Member Avatar for terri1210

I have an issue with my css ul menu bar not displaying AT ALL in IE 7. Works perfectly in FF, IE 8 and Safari 4. Displays but not correctly in Safari 2. Can someone take a look at the code and give me the necessary fixes? Here's the url: …

Member Avatar for Troy III
0
178
Member Avatar for mireille

I'd like to create a menu like the image I attached below. My problem is the submenu. How do I place it so that it appears in that submenu field? Other than that, I'd also like to have the submenu appear on click, not on hover. Like the one on …

Member Avatar for mireille
0
87
Member Avatar for rp_prasanna

I just have to increment values from 0 to 23 using <c:foreach> tag in select box. This is the code snippet <html:select property="schStartTimeHH" styleClass="tableDataTextStyle1"> <c:forEach var="i" begin="0" end="23"> <html:option value ="<c:out value="${i}"/>"><c:out value="${i}"/></html:option> </c:forEach> </html:select> the value of the option tag is hitting an error. Can any one suggest the …

Member Avatar for Thirusha
0
1K
Member Avatar for rajeesh_rsn

Hai Friends, I am designing a CSS based website, Well in that I need to adjust 3 div inside a main div as in the form of a table cell. Like this ====== Parent Div =================== |||Child Div1 |||--|||Child Div2 |||--|||Child Div3||| ================================== I had the code like this CSS …

Member Avatar for js112
0
150
Member Avatar for shamseerazeez

I have a website with three prouct pages. I only use one support page where users have a form facility to enter their information. Each product page includes sublink like features, benefit, support. My problem is when a user click on a support link (exactly from a product page) it …

Member Avatar for shamseerazeez
0
121
Member Avatar for lcyew

Hi! I am developing a php site and required to export the .php files to HTML, PDF, EXCEL, TEXT, CSV, ODS and SXC files. The problem i'm having here is that i don't know anything about exporting files. How should i start? Could anyone provide some steps to help me …

Member Avatar for lcyew
0
1K
Member Avatar for AdventDeo

Is there any way to do this? I have multiple drop down lists and depending on which drop down is selected I want it to unset some sessions. Do I need to use AJAX for this?

Member Avatar for AdventDeo
0
217
Member Avatar for pmcd9

I have a problem with a CSS hover effect I have created. The hover effect works perfectly, here is the HTML code [CODE]<div align="center"><a class="thumbnail" href="http://www.yahoo.com" target="_blank"><img src="images/thumbTest_1.jpg" width="50px" height="68px" border="0" /> <span><img src="images/popoutTest_1.jpg" width="200" height="272" /> <br />Image Description</span></a> </div>[/CODE] And here's the CSS... [CODE]/*Credits: Dynamic Drive CSS Library …

Member Avatar for pmcd9
-1
123
Member Avatar for stymied2

I need to recreate the attached image in HTML so that it can be converted into a PDF dymanically using software that the client has. I created a gif with a triangle-shaped transparency which lets the varying sizes of green, yellow, and red bars show through underneath. The bars vary …

Member Avatar for stymied2
0
91
Member Avatar for roryt

This piece of css will show you that it is perfectly possibly to create a good looking navigation bar without any images or javascript and just a couple of lines of css. All you need to do is create a html file that contains a unordered list in it with …

Member Avatar for ko ko
1
292
Member Avatar for cribaldo

Hi, I am new at css and I just wanted a hoover that would trigger at the time of mouseover (kind of obvious I guess) but I can't get the positioning right. So basically what I would like is when you enter your page for the first time you get …

Member Avatar for cribaldo
-2
197
Member Avatar for mikaqimi

I use filezilla. I have the html I need for my website, but it is saved in a microsoft word document. Can I just drag and drop the microsoft document to get the coding or do I have to do something else?

Member Avatar for webwest
-1
78
Member Avatar for nazarahmat

i have html files at C:/Documents and Settings/USER/Application Data/Mozilla/Firefox/Profiles/ksx3y6oy.default/bookmarks.html. the html files is in my hard disk. then how im going to called the html files to be an input in my javascript coding.someone please help me

Member Avatar for nazarahmat
-1
135
Member Avatar for moerpheus

hi, I have a header on my website. Whenever i add a tag in side the header an annoying white space forms above it. This happens only in firefox: CSS: [INDENT][CODE] body,html{margin:0; padding:0; width:100%} [/CODE][/INDENT] [INDENT][CODE] #head{ width:100%; height:auto; padding:0; margin:0; background:#09F} [/CODE][/INDENT] HTML: [INDENT][CODE] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML …

Member Avatar for cleanserevoluti
-1
131
Member Avatar for Altairzq

Hello... I can't see why this form is not working, when I generate if from a php script through Ajax. I made a test with the same code written directly in an html document and it works ok. Would appreciate any help. This is the code that generates the html …

Member Avatar for Altairzq
-1
126
Member Avatar for mr_scooby

hey guys am teaching myself html and css and have found something I'm not sure how to fix. I have a 3 page website I'm playing with using exactly the same html on all 3 pages except the title and all 3 linking to the same css sheet yet the …

Member Avatar for mr_scooby
-1
188
Member Avatar for jrw0267

[CODE]echo "<param name='FlashVars' value='mp3=Slipknot-Duality.mp3&bgcolor1=$rgb\&showinfo=1&autoplay=0&showstop=1&showvolume=1'>";[/CODE] I am having a problem getting my bgcolor1=$rgb to be evaluated I know that $rgb has a value in it because i am using print_r($GET) and it is evaluated as the correct value how do i get the variable to pass as a paramater in the …

Member Avatar for edwinhermann
0
90
Member Avatar for Rads19

[CODE]import java.applet.*; import java.awt.*; import java.awt.event.*; public class MultipleChoice1 extends Applet implements ItemListener { String question1 = new String("1. 7+2 = ? a.6 b.8 c.9 d.10"); String question2 = new String("2. 9-5 = ? a.2 b.4 c.6 d.8"); String question3 = new String("3. 144/12 = ? a.12 b.10 c.14 d.16"); …

Member Avatar for Rads19
0
165
Member Avatar for elamigosam
Member Avatar for NorthDakota

Hi all :) First of all, sorry for my bad english :) Actually I'm creating a little program that should replace Vista's welcome center (that one that shows the system info's, microsoft's related links, etc..). So far I've made the "header" part of the form (see attached image) and now …

Member Avatar for TomW
0
161
Member Avatar for gowth08

hi ive been doing a project in which metadata for various filetypes(html, xml etc.,) are needed. are there any existing api's to do the above. ideas and suggestions

0
62
Member Avatar for MaskedPianist

Hi guys First post on this website, so go easy on me. I'm a fairly inexperienced programmer, mostly using snippets of other people's code and adapting it for my own uses, but I have found a problem. I want to change my desktop programatically, but to a picture on the …

Member Avatar for iamthwee
0
166
Member Avatar for virtualmisc

I am a beginner in html. I wanted to make a page in xhtml. So does changing all characters in html code to lowercase make it Xhtml?

Member Avatar for cfajohnson
0
84
Member Avatar for akie2741

my code is: [CODE] import urllib import urllib2 import re #get URL urla='http://www.sc.iitb.ac.in/~bijnan/personal-details.htm' #connect to this website request=urllib.urlopen(urla) #get html file from this website html=request.read() #get the address from above html file print html [/CODE] How can i find all his addresses in this html,can use the re.complie() method to …

Member Avatar for djidjadji
0
98
Member Avatar for drewjj

Hi People, Hope some body can help I have been pulling my hair out over the last few days trying to figure this out!! Problem: I have narrowed the problem down to a <div> with a 2 floating images and float <ul> <li> as my menu. When the inner wrap …

Member Avatar for Troy III
0
108
Member Avatar for MikeGore

Hi, I am looking for a program or an online website or whatever, that will convert my asp.net, .asp and .aspx files to html. I have searched the web but couldn't find any. I would really appreciate your help. Thanks, Mike

Member Avatar for Ramesh S
0
99
Member Avatar for Aamit

Hi,This is my php file. I want to [COLOR="Red"]replace [/COLOR] [COLOR="Green"]$$FullName$$ with Jon Rama And $$FirstName$$ with Jon and $$Gender$$ with Male[/COLOR] And [COLOR="Red"]create to new file Jon_Rama.php[/COLOR] [code] <table width="100%"> <tr> <td align="center"> <b> <h1 class="title_list">$$FullName$$</h1> </b> <br><br> </td> </tr> <tr> <td>$$FirstName$$ is a $$Gender$$.</td> </tr> </table> [/code] How …

Member Avatar for almostbob
0
270
Member Avatar for Aamit

Hi,This is my php file. I want to [COLOR="Red"]replace [/COLOR] [COLOR="Green"]$$FullName$$ with Jon Rama And $$FirstName$$ with Jon and $$Gender$$ with Male[/COLOR] And [COLOR="Red"]save or create to new file Jon_Rama.php[/COLOR] [code] <table width="100%"> <tr> <td align="center"> <b> <h1 class="title_list">$$FullName$$</h1> </b> <br><br> </td> </tr> <tr> <td>$$FirstName$$ is a $$Gender$$.</td> </tr> </table> …

Member Avatar for cwarn23
0
113
Member Avatar for motionfiend

Hello all, While attempting to switch from a hard-coded array to a dynamic array read from a db table, I'm running into a few snags. I'm using the following function to create the dropdown menu, and it has worked for everything thus far: [CODE]// function showDrop($array, $active, $echo=true){ $string = …

Member Avatar for Rkeast
0
197
Member Avatar for bugatha1

I recently moved from JDK1.3 to JDK1.5 and find that the display of parameter listings in javadoc output is now hard to read. The lines are too close together. I think this has to do with the fact that the doctype at the top of each HTML page has changed …

0
118
Member Avatar for akie2741

How can i extact the personal address from html file.. After i get the source from the html file using read() method,what pattern should i consider if i wanna extact the address? Currently i think is use the compile() method to set the matching the address' pattern, but what rule …

Member Avatar for jice
0
141
Member Avatar for akie2741

My code is: [CODE] import re import urllib import urllib2 webURL="http://www.sc.iitb.ac.in/~bijnan/personal-details.htm" #the website is connect=urllib.urlopen(webURL) #connect to this website htmlDoc=connect.read()#get the html document from this website patternIN="Permanent Address" # Where to begin to keep the text patternOUT="</tr>" # Where to end to keep the text (after the begining) keepText=False # …

Member Avatar for vegaseat
0
160
Member Avatar for pansen24

i m doin something like: editorPane.setPage(urlString); i m using this function for displaying a webpage. now i used hyperlinklistener so when i click on link it goes to pointed url.but i m not able to use other component of the page like Buttons,checkboxes,Submitbutton.Can you explain how to do it?

Member Avatar for quuba
0
110
Member Avatar for veledrom
Member Avatar for Venom Rush

Hi all A clients website has been and I'm trying to figure out how this could have happened. Any ideas how HTML/framer could have been placed on the server and how to remove it? I've found lots of threads on how to remove it from a personal computer but nothing …

Member Avatar for jholland1964
0
202
Member Avatar for jamesrobb

How can I extract repeated paragraphs of data from an html document. Every paragrahp is preceded by the line: <p><i>Summary as passed House:</i> <br> Thanks.

Member Avatar for sknake
0
768
Member Avatar for serkan sendur
Member Avatar for xuexue

now, i already have a running pagination using php, but i want it to be more eye-catchy, instead of using words or links, i want to use images, like the one's here in daniweb, wherein numbers are enclosed in a box, how will i do that? thanks in advance...

Member Avatar for pritaeas
0
185
Member Avatar for dado.d

I made fisheye menu in css. It is expanding to right site, how to make to expand to left side? [CODE]<!DOCTYPE> <html> <head> <title>Pure CSS Fish Eye Menu</title> <style type="text/css"> .expand-up { height:100%; width:600px; text-align:left; background-color:#000000; font-size:12px; } .expand-up ul { margin-left:10px; } .expand-up ul li { float:left; list-style-type:none; padding-top:5px; …

0
88
Member Avatar for anbushiva

Hi, i am new to this forum after seeing different valuable replies i am posting my query.. Need a HTML script that can define the background color a text with respect to time.. for ex. i have some five texts say 1hr,2hr,3hr,4hr,5hr. Now my script should check the local time …

Member Avatar for kylegetson
0
124
Member Avatar for rubyscye

Hi all, not sure if this is the right place, but i'll give it a go I need to create a short survey, 7 questions all likery scale (1-5) with some comments blocks. Making the form using HTML form controls i understand just fine... here's where i am a bit …

Member Avatar for cguan_77
0
83
Member Avatar for sulkhanz

Urgent help needed. i am a newbie, and starting to have a headache with this problem, i am using form to enter firstname so that all the details of that person can be pulled. where am i doing it wrong? its showing me the headings of firstname, lastname, and age …

Member Avatar for sulkhanz
0
118
Member Avatar for j_limboo

the php process the page once the vistor clicks on the php based link they go to iframe where it is html. I was looking for a function where I can insert a link call go back to the link and that sould be in html on the frames

Member Avatar for j_limboo
0
109
Member Avatar for Terry56

Hi to al :)l, Hope all will be fine. I want to include a link in the alert method.I tried this [code=JavaScript] alert("Please enable your java to experience this enhanced page." + '<a href="http://www.java.com/en/download/index.jsp" target="_blank">Free Download Java</a>'); [/code] But this will not made a link it shows all as it …

Member Avatar for almostbob
0
284
Member Avatar for sreeram01

Hi, I am trying to get the html source of the particular webpage that having different frames.i want the html source of a particular frame. Thank you in advance

Member Avatar for CodeDoctor
0
116
Member Avatar for AdventDeo

Ok so I have two separate AJAX function that I want to combine but have no idea how. The first 2 files are to call up a table with cells in the form of text-boxes, and the last 2 files are linked dropboxes. What I want to do is to …

Member Avatar for AdventDeo
0
122
Member Avatar for j_limboo

Got stuck How to make $newUrl a hyperlink in a different html page new to php code [CODE] <?php if (!isset($_GET['p']) || empty($_GET['p'])) { $_GET['p']=0; } if (empty($_GET['q'])){ echo "What are you doing?"; } else { /* getting value from the search form creating a new variable*/ $ser = $_GET['q']; …

Member Avatar for j_limboo
0
261
Member Avatar for redserpent7

[B][COLOR="Red"]Important:[/COLOR] [COLOR="Green"]Please read the whole question before answering.[/COLOR][/B] I would appreciate it if someone can guide me to the new MS APIs necessary for modifying/controlling the Windows 7 Action Center. What I need to do is integrate the Backup notification messages in my application which is a backup application in …

0
146

The End.