6,574 Topics
![]() | |
Hi I have been searching many forums including this one and not found the answer to this anywhere (sorry if it has been and I have missed it) I have a drop-down list in my website. The user can use this to browse the categories and then select a product. … | |
Can someone tell me why it might be that my Title 1 and Title 2 wrap in the table? This is a snippet of 130 titles, some are long, some are short. I want the title block to be a fixed length and nicely formatted. Any suggestions? Thanks in advance. … | |
Could anyone help and advise me on how to create a new sql database and then connect it to my html webpage. I would like to have a search window on my webpage with text search by Languages, Country or Services so as when a customer enters for example "french" … | |
how do i use code in html (i use dreamweaver) when i put a code ..what i get on my page: using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication1 { class Program { static void Main(string[] args) { Student student = new Student(); student.Name = "Dani"; student.Score = … | |
what are the css properties i should look out for when styling for cross-browser consistency? or is there a good website that layout everything? | |
I am working on a simple tool for my office.We have a very huge database with 5000 tables. All the tables, Columns and their attributes are stored in to excel sheet. Tool I am designing is for mapping between front end and back end values. Now I will use an … | |
Hi! Sorry for my bad english! I made an editor. When user passes mouse over the picture, the picture changes color ( Here's code: [CODE] <style> .button:hover{ filter:alpha(opacity=20); opacity=0.2; } .field{ background:#aabbcc; border:1px solid black; } </style> <fieldset class=field> <img src=blablabla.bmp class=button> </fieldset> [/CODE]) I want to make that, when … | |
Hello Friends, I am Rakesh, iam facing a problem regarding HTML in PHP page iam pasting the link of error can any one please tell the solution. [URL="http://screencast.com/t/yrFqDdsf"]http://screencast.com/t/yrFqDdsf[/URL] iam unable to understand why its comming so please tell the solution Thanks in Advance ![]() | |
hi, i'm entry level webdesigner- following the advice of youtube tutorial "rrphillps" of serverside includes. [url]http://www.youtube.com/user/rrphillips?blend=2&ob=1#p/u/143/9TrsRxFtgSA[/url] really simple stuff; the idea is to put all your hyperlinks in an ".inc" file and link all your webpages to it. but then he explains that your server needs to know to look … | |
Hi all, I am a newbie in php and is developing a cms. I am verifying the email address of the new user when creating an account on a site. The email goes to the email address with activation code of the account, but this email is not having the … | |
Im looking to make a css photo gallery. Very simple that can fit on one page, and has no javascript or anything fancy. It's for a school project and all we have learned is CSS and HTML coding. | |
How to make flash movie as html link <a>embed tag</a> not working? Any ideas? | |
Hi! Sorry for my bad english! I want to make HTML editor (editor with tags, like this on daniweb) with tables. Here's the problem: If user writes [TABLE], I made that this replace with <table>. If the user write, eg. [TABLE:BORDER=1;WIDTH:300;], it will change this to <table border=1 width=300> Here's … | |
Hey I have a problem with background repeating and positioning in IE. For some reason the background of the header and the shadow underneath it is not repeating but there is another div tag inside of the header div tag and the background is repeating just fine! Help will be … | |
Hi, I am running into problems with creating a dropdown CSS/JS menu. The below code is a bare skeleton. My current goal is getting the submenus to be correctly placed under their corresponding menu. [ICODE]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>My Navbar</title> <style type="text/css"> #navbar … | |
![]() | I am filling a dropdown list and an HTML page with the contents of a MySQL database (the tablename is in the variable $tablename2). The file contains a single field, "BusinessCat", with 20 or so unique records. The code below is an attempt to display every category on an HTML … ![]() |
Hi! Sorry for my bad english! I want to make a function that will replace "[LINK=url]Some text[/LINK]" with "<a href=url>Some text</a>". I tried, but the code is too long. Is there any shorter code for this. Here's how I do this (but this code make only first [LINK] into <a … | |
Hello. Here is my website: [URL="http://www.keavon.com/"]http://www.keavon.com/[/URL]. You can view the source for code. What I need to do is lower the 'Newest Game' div down (with white/background color, not the gray) away from the top 'Who Are We?' div. Help would be appropriated! Thanks! | |
I have code craw data and I have write data to file txt but it get all html tags ! I only want get numbers ! help me ! my code : [url]http://www.4shared.com/file/sAoasNMU/wrcode.html[/url] | |
I'm designing the layout of the design at [url]http://humansummit.blogspot.com[/url] I found out that the right side widget is out of the margin when open in Firefox browser. IE and chrome are fine. Do anyone know how to fix it ? Thanks! | |
Hi, I need some help with a webpage on the ipad. I have a HTML registration page with a simple button. The problem is, when iPad users press the submit button, the shadow of the button is displayed on the next page. So when you hit submit, you are taken … | |
How would I check to see if html purifier is running correctly on our server? We are using the following [CODE]<?php $doctypes = array( 1 => 'XHTML 1.0 Transitional', 2 => 'XHTML 1.0 Strict', 3 => 'HTML 4.01 Transitional', 4 => 'HTML 4.01 Strict' ); $tidylevels = array( 1 => … | |
CSS tips and tricks As integrators pave their way along their regular tasks of integrating what designers build, there are some regular things that they have to bear in mind, some of which are explicit but oh well, I thought it would be a good thing to write about the … | |
Takes an XML, XHTML, HTML, Javascript or CSS file and creates a pretty printing version. | |
hello, Please any one send me sample code,... 1)How to embed the flash movie in iframe using swfobject in javascript? 2)How to send parameters from Iframe loaded with flash to that flash movie? With regards, Eswaran Saravanan, University west, sweden. | |
I'm having a problem with a navigation map that uses javascript and CSS to shift a sprite. The sprite image is located at [url]www.eagleonedims.com/images/navmap.jpg[/url]. On each <li> rollover, I need the ENTIRE sprite shifted by 88px to account for the overlapping effect. The page in question is located at [url]www.eagleonedims.com/index2.php[/url]. … | |
I am classing this as a CSS problem because I don't know what else it could be. The problem is that when I insert links into a page, only the first one (or maybe the second as in the example below) is recognized as a link (ie the pointer turns … | |
![]() | It is possible to compare background images of a pictureBox? This piece of code works?: [CODE] pictureBox8.BackgroundImage == pictureBox9.BackgroundImage [/CODE] I ask bcause apparently, if used as this: [CODE]if(pictureBox8.BackgroundImage == pictureBox9.BackgroundImage)[/CODE] the result of that IF sentence is always false ![]() |
I have a website whose homepage has 4 frames. 1 at top(horizontal) and 3 vertical below it. The middle vertical frame displays all the contents of pages when links in other frames are clicked. I have a link in top frame to logout the user when clicked. In this link's … |
The End.