6,574 Topics

Member Avatar for
Member Avatar for venomlash

I am writing a applet-based mini-game. Whenever I open up the HTML document with Internet Explorer to test what I have so far, it just says "Java Applet Load failed".When I do the same with the AT&T browser, I get a blank web page with a big grey rectangle (or …

Member Avatar for venomlash
0
275
Member Avatar for weleh

Here are my css kode can u check it cause i'm a newbie in this case. [code]/*KODE INI NGIKUT DR OM KANAL AMA OM CUPU*/ .commonbox, .commonbox_noborder { margin-bottom:0px !important; } /* PROFILE BACKGROUND */ body { background-image:url(GANTI URLNYAH); background-attachment:fixed; background-position:center; background-repeat:repeat; background-color:#000000; } /* GLOBAL FONTS */ .usercontent { …

Member Avatar for peter_budo
0
98
Member Avatar for smartness

can anybody make this flash menu xhtml valid... i tried with some tutorials over the net but it still doesn't work. this is the code [CODE]<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase= "http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="923" height="90"> <param name="movie" value= "http://www.zeriislam.com/menu.swf" /> <param name="menu" value="false" /> <param name="quality" value="Best" /> <param name="bgcolor" value="#1f314f" /> <embed src="http://www.zeriislam.com/menu.swf" …

Member Avatar for Suomedia
0
209
Member Avatar for nikhita

can somebody help me whether the shortcut icon can be called using a CSS file. other than the following code given below: <link rel="shortcut icon" href="favicon1.ico">

Member Avatar for nikhita
0
105
Member Avatar for Lokasip

I'm trying to figure out how to build a site using table for the layout. Like the following: [url]http://img187.imageshack.us/my.php?image=tablelayoutst6.jpg[/url] I know using table isn't the brightest idea. I am just trying to learn how the table tag can be used in different situations. I can't seem to get the "content" …

Member Avatar for Lokasip
0
89
Member Avatar for Ankita B

Hi, I am trying to make a table that has following columns: site id,txn id,txn name,target id,target db there can be any number of rows in the table and each row has at least one different column entry with respect to other rows.Now i wish to delete from database data …

Member Avatar for Ankita B
0
82
Member Avatar for forzadraco

i have a code like : [code=html]<table width="242" cellpadding="0" cellspacing="0" class="Form"> <tr> <td width="11" class="leftTopForm small">&nbsp;</td> <td width="174" class="centerTBForm small">&nbsp;</td> <td width="55" class="rightTopForm small">&nbsp;</td> </tr> <tr> <td colspan="3" class="mainForm"><p>User :<br> <input type="text" name="textfield2"> </p> <p>Password: <input type="password" name="textfield3"> <br /> <br /> <a href="#"><img src="_images/submit.png" border="0"></a></p></td> </tr> <tr> <td class="leftbottomForm …

Member Avatar for forzadraco
0
87
Member Avatar for amandamay

Hello, I have built a site that looks just how I and the client wanted it in Safari and Firefox, but Internet Explorer tears it to pieces. I would post code here, but I just don't know which part of it is wrong - the site is [url]http://www.sarahamosstudio.com[/url] Please tell …

Member Avatar for CassieJ
0
76
Member Avatar for OmniX

We all know that what effects work for IE will not always work or act the same in Firefox. Is there anyway to check which do and dont work? Anyway to get them both to work? For example. I noticed a href attributes defined with CSS, mouseover and mousein defined …

Member Avatar for buddylee17
0
87
Member Avatar for lydia21

hi i have upload option where the user will be allowed to upload only txt file..when the admin tries to view the uploded file i want to show him in html format

Member Avatar for nav33n
0
64
Member Avatar for csshacker

Hi, i have a simple idea about[COLOR="red"] "Css on Different resolution"[/COLOR], See Example Below:- [code=html]<html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Css on Different resolution</title> <script type="text/javascript"> if(screen.width==1024) { document.write("<link rel='stylesheet' type='text/css' href='style_1024.css' />"); // this css runs in only 1024 resulation } else { document.write("<link rel='stylesheet' type='text/css' href='style_other.css' …

Member Avatar for techniner
0
154
Member Avatar for DWSandyS

I am new to Dreamweaver, and stumped. Though I can do it easily with frames I cant get CSS to allow user to click on one of several thumbnails in a left column and show larger image of the clicked thumb in the main area of the SAME page. Is …

Member Avatar for hunkychop
0
78
Member Avatar for vijukumar

Please some body tell me how to display a table with two rows only using <div> tags in Xhtml using CSS. if you pass me the code it will be a great help. please dont tell me again how to desing using <tr> and <td> tags. want it in <div> …

Member Avatar for knight fyre
0
121
Member Avatar for knight fyre

In IE 6 my site has the layout I want it to have but when I view it with FF2.0.0.12 the pictures and text is out of alignment. :( Another problem that I'm having is that when I resize my browser window the images move and everything falls out of …

Member Avatar for knight fyre
0
125
Member Avatar for macy2323

Can we call a php function on html buttons onClick event? if yes, how? i really had a hard time solving this.here is my code: [code=php]<?php function store_func($param){ //some code here } ?> ... <?php ... echo '<td> <input name="edit" type="submit" id="edit" value="EDIT" onClick="store_func($param);"/></td></tr>'; ... ?> [/code] it doesnt execute …

Member Avatar for Suomedia
0
83
Member Avatar for juvincy

Hello, I have been trying to develope an online registration system but i can get the right syntax to use in the developement here are the specifications We have the following types of visits • Admission • Control/Entry/ Visit2/ visit3(routine1)/ visit4(routine2)/ annual • Acute(unscheduled visit) On register response page, we …

Member Avatar for sagedavis
0
142
Member Avatar for microtekblue

Hello. My site [url]www.justwantaquote.com[/url] doesnt seem to display in the center of the site. Its made using xhtml/css using Dreamweaver cs3 How can I center the entire div tags ? The page properties is set to left 0 and top 0. Please see the site at [url]www.justwantaquote.com[/url] All help is …

Member Avatar for microtekblue
0
128
Member Avatar for sukhy_1

hello i need help on my website, i need a function so that when someone enters their date of birth it displays there age in another textbox, but if the person is under 16 a message box shud appear saying u are not over age, message box shud have a …

Member Avatar for nav33n
0
121
Member Avatar for Krimi

hi i need to read html from a url requiring that i log in to the site. how is that done? i think it depends on how the site is build? its for a torrent site, and they often use the same template as far as i know. the site …

Member Avatar for Krimi
0
252
Member Avatar for tilto

Hi, i have my site looking like this : [code] html> <head> <title>Toller Titel</title> <link rel="stylesheet" type="text/css" href="layout.css"/> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> <script language="JavaScript"> <!-- button1= new Image(); button1.src = "bilder/menue/menue1.jpg" button2= new Image(); button2.src = "bilder/menue/menue2.jpg" button3= new Image(); button3.src = "bilder/menue/menue3.jpg" //--> </script> <div id="menue"> <div style="text-align: …

Member Avatar for hunkychop
0
188
Member Avatar for macslayer

Hello, I am having an issue with a page that works fine in IE and not FF. Bascially it is a <div> loaded with a basic coldfusion input form that posts back to parent of the div page. Problem I am having is a validation routine in javascript seems to …

Member Avatar for Suomedia
0
356
Member Avatar for karl.goddard

I’d like to have a php page that will retrieve the 10 most recent articles submitted to a database and create a static html page with the results from the query. The idea is to reduce the load on my mysql db by only hitting the db once instead of …

Member Avatar for sDJh
0
90
Member Avatar for vijukumar

can anybody tell me how to display a simple table only using Css and Xhtml? where in xhtml onlt <div> is used please pass me the code thank you

Member Avatar for DangerDev
0
59
Member Avatar for amit6sharma86

please give me an idea what worg with this file ,whan i mail through then the html working in also sending with the content ,what is the error in this file <?php $msg="<TABLE align=center bgColor=#990000 border=0 cellPadding=4 cellSpacing=1 width=\"95%\"> <TBODY> <TR bgColor=#ffffff> <TD class=txt width=\"25%\">Name </TD> <TD class=txt width=\"4%\">::</TD> <TD …

Member Avatar for Suomedia
0
145
Member Avatar for Venom Rush

Hi there I'd like to know what the general rules are when working with divs to create a pure css layout (if there are any). I've been reading a bunch of tutorials and yet I'm having a huge headache trying to get my layouts to work the way I want …

Member Avatar for MidiMagic
0
188
Member Avatar for ZItheDRAGON

Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 5:22:24 PM, on 3/9/2008 Platform: Windows Vista (WinNT 6.00.1904) MSIE: Internet Explorer v7.00 (7.00.6000.16575) Boot mode: Normal Running processes: C:\Windows\system32\Dwm.exe C:\Program Files\CA\CA Internet Security Suite\CA Personal Firewall\capfsem.exe C:\Windows\system32\taskeng.exe C:\Program Files\CA\CA Internet Security Suite\CA Personal Firewall\capfasem.exe C:\Program Files\Synaptics\SynTP\SynTPStart.exe C:\Program Files\Synaptics\SynTP\SynTPEnh.exe C:\Program Files\HP\QuickPlay\QPService.exe …

Member Avatar for crunchie
0
572
Member Avatar for suganzeni

Hi all i am working with VB.NET for mobile application. I want to open a HTML page in the internet explorer from my form and the size of the internet explorer should be limited to the Pocket Pc size. How can limit the size of internet explorer and how can …

Member Avatar for leokuz
0
155
Member Avatar for LogicWeb

I'm trying to correct some W3C validation errors found at [url]www.logicweb.com[/url] I'm not a designer by trade, but I learn quickly and would appreciate help on this. The code used for the view packages button is below, and the one that caused W3C errors [code] <div id="view_packages"> <h4><a class="view_packages_button" href="/services/hosting.php" …

Member Avatar for LogicWeb
0
88
Member Avatar for serkan sendur

How to insert big html markup with white spaces(i.e. line breaks) and single and double quotation marks to sql server : To insert that big html markup to ms sql server, i tried to copy the markup and paste it to the sql server table cell first. It didnt work, …

0
61
Member Avatar for Ragnarok

I have been working on my site for some time and its not yet been released. What I want to do is modify my layout so that it works with CSS insted of tables. All my efforts so far have gone in vain because the gaps between the <div> and …

Member Avatar for peter_budo
0
134

The End.