10,325 Topics
![]() | |
I'm trying to figure out the best way to do something. I'd like to use HTML/CSS. I'd prefer not to use flash as a lot of people dont have it installed. I'd like it to work cross browser. I'd like to have an image of an old school Drive-In movie … | |
hey , will anybody sugest me how an i use comman CSS to webpage basically i want to use this for [URL="http://www.nikeshyadav.com/"]http://www.nikeshyadav.com/[/URL] i m using is [code]<?php if (eregi("MSIE",$_SERVER['HTTP_USER_AGENT'])) echo '<link href="css/iestyle.css" rel="stylesheet" type="text/css" />'; else echo '<link href="css/otherstyle.css" rel="stylesheet" type="text/css" />'; ?>[/code] but it is not a good way … | |
hi. i need help. when i preview deleteKom.asp there is no error on it. here is the coding. [code]<%@LANGUAGE="VBSCRIPT"%> <!--#include file="../Connections/data1.asp" --> <% Dim RSKom Dim RSKom_numRows Set RSKom = Server.CreateObject("ADODB.Recordset") RSKom.ActiveConnection = MM_data1_STRING RSKom.Source = "SELECT * FROM tblKom" RSKom.CursorType = 0 RSKom.CursorLocation = 2 RSKom.LockType = 1 RSKom.Open() … | |
Hi, I modified my postbit_legacy template in vbulletin for my forums, [url]www.talkjesus.com[/url] The problem is the css tooltip hover is messed up in IE7, but works fine in Firefox 3. In IE, it shows a blank wide space after the icon hovered on, as if its showing a blank alt … ![]() | |
I'm searching for a better way for this : I have several maps to display so I use a GPX file per map of course and also one HTML file per map; the HTML file invokes a .js routine which displays the GPX in google Maps. The "issue" is that … | |
Hi, I need help on my website, [URL="http://uk.geocities.com/i123Pie/chattabox"]Chattabox[/URL] (no domain yet). I want a basic microblogging/blogging website which people can join up to, but all I know is some bsic CSS and HTML. If anybody can help that would be great. Thanks. | |
Hi all, I am Rene, 45yrs from the Netherlands. I am self employed advising engineering firms with their 3D designs and support everything involving projects. To do my job i am trained in vb6, vba, lisp, pascal, vbscript, sqlserver (yes all ms), 3D design software and minor programming techniques. While … | |
Hi guys, I need to have a list of alphabet letters ABCDEFG...etc, and when I click on each letter, it opens a list of items. How do i do this opening list? I'm working with html/php/sql/etc Thanks a lot! Good night :) | |
Hi , i am being develop site that using Drupal. And try to edit the list to be without bullet. I have try with select the class or id and create the properties in css but getting failed. Please, give me know to do that ? [B]This is the codes … | |
I have a page that loads a text box and an image the user has selected from another page. I can get them to display but I need to be able to have the image fit under the text. Right now the image is over the text. I have a … | |
Hello all, I got involved with a Joomla CSS project, but I know very little about the properties of CSS. I have found out the hard way, that it works by it's own rules which may or may not necessarily be a subset of the HTML tag that I am … | |
Hi, I'm creating a small application with a "mood generator" on it. Basically, the user chooses a colour and a saturation, and this data is queried against a database to produce a sentence. For example, choosing a deep red in a very pale shade might show "I'm really angry, but … | |
Hello.. I musy apoligize in advance for this, since this thread will be pretty much dedicated to my website, but hopefully if anyone has any tips or solutions on how to debug HTML, Javascript and CSS, others will find useful information here. My problem is simple. My website does not … | |
Hey.. here i am going to do root map ..its working fine..but i have some extra features.. it includes (WHEN WE CHOOSE A COUNTRY ,THEN AUTOMATICALLY DISPLAY STATES IN THE OTHER SELECT BOX...THEN THE LOCATION WILL GOES TO SELECTED STATE..] PLZ DO SOME HELP AEAP............ its very urgent... here is … ![]() | |
hey all, first post, im a real n00b at this.. its just part of my first yr at uni and dont even need it for the 2nd yr and never done it before.. anyway, if u could please just get me through this il be FOREVER greatfull... basically iv done … | |
Hi, I have created a form and have successfully sent it to my email address. However, not all of the "message" comes through in the email. The only part of the message that comes through is the "contact" part. Can you please help?? I thank you very much in advance! … | |
Hello all, Now I know in an ideal world creating a new website would involve a designer and a developer who work together to come up with a solution, but for (i'm guessing) most of us you have to do both jobs. My question is, what do you look at … | |
Hi everyone, I've an issue here. i want load the data from database and i want it appear at DOM select. what i had done,first i load data to hidden text and use a javascript load to DOM select. But the problem is i need to click on select textbox … ![]() | |
hi, i written a code for sending html maIL.MAIL FUNCTION IS WORKING BUT THE MAIL I AM GETTING I HAVE DISPLAYED BELOW.please do tell me how to send html mail [ICODE] $headers = "From: [email]cggroup@car.com[/email]"; $toa = "lydia@gmail.com"; $subject1 = "An Agreement has been signed for your Job Order"; $body2="<html><head></head><body>"; … | |
I am web designer. I have skills in html, css and editing some javascript. I want to start studying programming specially for web development. Unfortunately, i do not have a basic background on programming. Can you please help me what is the basic or easiest programming language should i start … | |
hey guys, I am currently oursuin B.tech in Computer Science. Till now i have a knowledge of HTML,CSS and javascript. I have started learning server side scripting. But i have not made any project. I would like someone if interested to involve me in the project so that i am … | |
I am having an issue with a drop down menu putting it on my main page. It is for my tire inventory and will allow my customer to select his tire and find in stock stores. I have it working from my server but when I add the drop down … | |
Hello! I need to know how to make a "word application." What I mean by this is a window I can open up that has me input data into certain fields and once I hit OK it will transfer it to Microsoft Word and place it in a certain layout … | |
I dont know this programe name what ever u say........ Suppose you have a html page save in c:\first.html first.html page contain two text boxes one for username and password and one button whenever we click on button it validate the username and password which is already pass in the … | |
This is slowly converting me to a suicidal lunatic :P I have an ordered list with class="funkynumbers". The CSS is as follows: [CODE=CSS] ol.funkynumbers { list-style-type:decimal; list-style-position:inside; margin:0; padding:0; } ol.funkynumbers li { font-size:42px; padding: 10px 0px 10px 12px; font-weight:bold; background:url(nem/images/layout/circle_orange.gif) no-repeat 0% 10px; color:white; <if condition="is_browser('ie')"> vertical-align:top; display:list-item; </if> … ![]() | |
I have now spend many hours trying to figure out what can be wrong and how to solve this issue. I have a whitespace in the left side of the website (beside the logo), and not at the right side, and it doesn't seem to be a problem when viewing … | |
While executing a perl script, it showed the following errors. Can anybody tell me what's wrong with the bottom script? Thanks a lot. The server encountered an unexpected condition which prevented it from fulfilling the request. The script did not produce correct headers. It must at least print out a … | |
hello everyone, i need your help. i m using update query for a table to update data. i want to insert data when submit button is pressed but when page is refeshed the table data is automatically updated the value. now i want to restrict automatic update except submit button … | |
I'm only 11, but I know html, CSS, javascript, and C#. I was wondering, [B]if Java is like C#[/B], as it looks pretty similar, I could just start coding :)! -worldwaffle | |
I have some bottons that are called cmdBananaSpider and cmdSydneyFunnelWeb that I am trying to link to [url]http://en.wikipedia.org/wiki/Banana_spider[/url] and [url]http://en.wikipedia.org/wiki/Australasian_funnel-web_spider[/url] I can't seem to get the right code in to link to the page, can anyone help me with the code? I would like it to open up in its … | |
I can't see why my left and right cols are falling below the main col. Here's some of the html (using dtd xhtml 1 transitional) [code] <link rel="stylesheet" href="cg3col.css" type="text/css" /> </head> <body> <div id="pagewidth"> <div id="header"> <a href="index.html"><img src="images/logoTop.jpg" alt="Cape Gazette" name="cgLogo" width="554" height="126" border="0" id="cgLogo" /></a> <div id="navigation"><script … | |
My name is Michael, I'm 15 and I'm from New Zealand. I'm currently at High School where they unfortunately don't offer any courses in programming (the closest I get to a computer course is word, excel, internet explorer (:'(), and other microsoft products) so any threads I post won't be … | |
Me and my team are using yellow duck framework to build a dynamic site with a backend database. Does anyone know of any tool to help speed up the process of validating the html page that the php spits out? Locating these errors is time consuming and we have been … | |
Hi! Im creating a search engine for products. it can search by category, model_no and so on.. when i searched for multimedia, it would return lists of products under multimedia. every result should be clickable and would display info for each product. problem is, how can i pass the value … | |
Geeks and XML Freaks I need your help. I have a CMS with teaser RSS Feeds I want to make it where it will display the whole article with all its content in a HTML Format... Done a lot of reading tried different things so I appealing to your help. … | |
Hi, I've got a small problem here in replacing html for bb. I can go bb to html really easily (see the code below), but when I go the other way, I get the same text returned as when I put it in [code] if ($tobb == 0) { $search … | |
Hey, this could go one of two ways. I want a rich text editor for my website, the information typed into the text editor will be saved to an sql server database under either char or varchar format that supports up to 8000 characters per field. I want it to … | |
anybody have a browser compatible html entity decoding function? | |
Hi there! I am working on a project that requires a login screen (which I have done) and upon (hardcoded) authentication, would spawn another window which deposits the user into the game lobby. What is the best way to go about this? I have all my code finished for the … | |
hi can u please tell me how to convert html page into word document so tat the user can download the page in html format | |
Hello, I'd like to know is there a way to specify what character to use in the unordered list? for example, i'g like to have a list with '-' or '>' for a bullet, but cant find a way to do this in html or css. All ideas very weclome … | |
Hi there, am new to php and i have been trying to upload files from a form to a location on a server ( folder "uploads" on the server), the syntax and everything i am using is right cos i tried using just a form but when ever i use … | |
I want to go ahead and design a page that certain parts will be changeable by someone who doesn't know anything about HTML. After I've designed a page I would like this person to be able to fill in boxes, and the copy will fall into the right places on … | |
Very new to this. I've set up a MySQL db with two tables. Structure is table_ads with fields id, category_id, name, sort_name, img1, img2, and active table_categories with fields id, category The goal is when page is loaded to have all active (true) names from ads fall below the category … | |
I'm new to the scripting and database stuff, and am trying to learn the right way to do things. I've taken some video courses through SNIPPED, and have some background with html and css. I've seen some great help here, and thought I'd join up. Most of my background is … | |
High.... I am making a multi editor to use in my (some days in a month) job relateed to web building, and i have a problem in my html editor. I transformed the StyledTextCtrl_2 module from the wxPython Demo, from Python editor to HTML editor. Thats mean that i [B]changed … | |
Hi, Once again I come to Dani's forum after days of getting nowhere myself. I am using the "htmlarea" editor with one of my scripts. A CSS file (probably) is overriding the changes to font sizes I change in the editor unless they are coded in a certain way. For … | |
Hi! Could sb advise me some site with a good css manual - with examples, etc... Something like php.net(when talking for php) Thanks!!! | |
I have a form which displays data retrieved from database in suppose first 10 feilds.There is an update button at the end of the 10th feild. My user can change the data in the feilds and update them.When user clicks the update button i want all the info to go … | |
Is anyone out there using the css friendly control adapters in their asp.net projects? I learned about them from the wrox book, asp.net 2.0 design..... by jacob sanford, which, BTW, seems a bit out of date concerning the adapter download and install. Looks like MSFT has handed the code over … |
The End.