14,212 Topics
I have a large amount of data on a page in IE6 window that when I try to convert to Excel 2003 using the built-in onverter on the page produces a file that is more than 255 colums wide so I lose approximately 50 columns of data. Is there a …
Hi, I'm trying to use a double click action on a input field. It works fine on firefox, but doesn't work on ie7 saying the object doesn't support the action. My action so far is just an alert box (for testing purposes), is this a known compatibility issue?
I copied this from another thread because it became buried. So far, all I got were kludges that changed other parts of the page to fix the problem. Divs don't always work exactly the way you want them to, especially when they are inside other layout tags. I gave up …
hi I am new to this forum and new to using php. Everyone says it is really easy and so far so good until I was trying to display pictures based on the selected option from a drop down menu. so I have 3 options: dromidary bactrian mollie I have …
I want to build a news panel in which news will be moving frm up to down. [CODE] <div id="Layer8" style="position:absolute; width:263px; height:123px; z-index:11; left: 499px; top: 476px; background-color: #336699; layer-background-color: #336699; border: 1px none #000000;"> <marquee align="top" direction="down"> <div align="center"> <a href="#"><font color="#FFFFFF" size="2" face="Verdana">Academy Classes from 5th to …
Hello all! I created a web form, but it isnt I guess to say attractive? Its a form to enter some information, but the alignment is horrible lookg. Can any one help me? :) Thanks!!!!!!!!! Here is the code... <html> <head> <title>Welcome</title> </head> <body> <h1>??? Welcomes You!</h1> <br> <br> <form …
I have some prewritten css that I use for a bunch of sites to integrate different things, is there any kind of tool that will go through and eliminate the styles not being used? Not all of them are used by every site and I dont really have time to …
I want tht whn a user is logeed in,the user can see a page.hw it can be done in php..as: [CODE] if($valid_user==1) echo "You are logged in"; else echo "Enter again"; [/CODE] In ths code I want tht whn the valid_user has value 1 the control shld be directed to …
I am creating a framed page using css elements. The only problem is I am having problem linking to specific elements. I have the main body titled content and would like to link to it to from another element so the information is displayed in the body. Is there something …
is really tables are out of the designing world? is really CSS is a must in every website? Please help me learning CSS, can you recommend websites that has a CSS TUTORIAL in ZERO KNOWLEDGE LEVEL... :'(
Hi all, pls how do i create a site in dw 8, i.e how do i set up a server on my pc + i need codes for search within a website. thanks
Hi all, I have an HTML/Css code, for display of Collapsible Data. While the Data grid/table looks neat and good in IE, it is not so in FireFox. Furter in FF, each row height keeps expanding, on usage of the collapsible marker .... Can anyone help me in fixing this …
First, I am aware that there are a lot of extraneous graphics on the site right now. I am working on it. [url]http://abusesanctuary.blogspot.com[/url] Why are my main posts showing up waaaay down at the bottom? Am I missing a /div somewhere? Thanks -blogger who needs help
Hi I am having a problem with the height of my dynamically create rows. The data is retrived properly form the database, the issue is displaying the rows. When there are alot of results to dusplay the rows are displayed correctly. If there are a few rows the hight can …
I'm trying to use an HTML table layout to "organize" several components, one of which is an cfgrid... but nothing shows up, the cfgrid doesn't populate. In fact, in the following example, only the first row of the HTML table is painted in the browser. here's a sample: [code] <html> …
Hi. Im developing my first website and need some help with my menu. Im trying to use the rollover effect using images. The 'MouseOver' function is working just fine. But I need the second image(hover image) to appear and stay there when the user clicks on the link and opens …
Hello Everyone. I am a newbie in PHP and using XAMPP tool for learning php. While dealing with forms,I encounter a problem,please help. I have made a simple form in which user fill his name in textbox click on button,his name is displayed.But,this is not happening,Instead of this dreamweaver opens …
Hi all... My coding is in below working good in IE. But not in Firefox, I don't know what i am doing wrong? Can any one help me...? document.getElementById([COLOR=#800000]"nodeValue"[/COLOR]).innerHTML=afor(); here the afor() function will return a string. Thanx advance....
Does googlebot spider IFRAME tags? Do they actually follow the URL as if it were a link? Or do they spider the contents of the IFRAME as if it were part of the included page? Unlike JavaScript, there is no client-side parsing that needs to be done with IFRAMEs. Just …
I am stuck. I have a layout witha table 3 columns. Each column has a table inside of it, with different colour background. I do not seem to be able to make my inlaid tables stretch to the very bottom of the main table. They are formatted according to their …
Hi, I now am 100% CSS with no table in sight (except for the odd bit of truely tabuler data) and I find thayt my pages now lack suitable scroll bars (the ones I have played with are intrusive (look a bit old fashioned)). I am looking at the ready …
Hi everyone I have only used tables once before and I am making a web page with a table that fits flush against the sides and top. I have set my nav bar at about 18%, I remember some code you could place in a cell that would make it …
Hi, Guys can you help me on this, I designed in MACROMEDIA FW, and I want to achieve the same effect in CSS, here is the CSS CODE div#search{ width: 4em; float: left; text-align: right; margin-right: 0.5em; margin-top: -5px; display:block; } I want it to be like this (see below)
hi all, i have an assignment due tonight and i have been on this assignment for the past 4 days and my brain totaly shut down, below is what i need to do, it's namegame i enter my name on an html input form and the namegame.py will write my …
Hi everyone I just started using css and I was wondering if anyone knows of some SIMPLE yet nice templates I can get hold of that are easy for newbie to modify. I looked at the site dexterz suggested but they were a bit confusing. Can anybody tell me where …
Hi, 10 CSS layout Templates for you to practice or use in your project. Click the link to download them all. [url]http://www.ex-designz.net/template/tempcat.asp?cat_id=13[/url] By: [url]www.ex-designz.net[/url]
2 Im am just wondering how to change the frame color of a table. The following solution works but isn't very pretty. My test code is as follows. [code=html] <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTNL 4.01//END" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <style> body { background-color: black ; color: white; } </style> <title> test …
Hi All, I am generating a series of tables in CSS. The tables should repeat themselves for a number of times governed by a counter that is calculated at runtime by the ASP code. The problem is that I have used top margins to position the tables in the ASP …
I hv make an html page on which there r 2 fields of username n pw n a login button.For Authentication code I make another file named "check.php".Kindly guide me that hw can I give the refernce of the form objects in this file as I need the values of …
Hi.I'm new here.I'm looking for codes for a login form.Be great if you guys could help me out,it's for my thesis.thanks!
I need serious help with meta tags. Here is the story: I changed the whole theme of my website recently. The meta tags were standard and showed the keywords in them. I was getting some traffic from Google so I they must have been working. Two weeks ago, I changed …
I am a teacher and am having trouble thinking of ideas for my summer computer science class. We deal with HTML, CSS, JavaScript, PHP, and MySQL. The project should be fairly adept in order to challenge my students...they are training for a rigorous national competition. Please help me! Thank You …
Hi everybody,I faced one interview question in interview that , Where should you write the code(for properties like back ground color etc) which applies for every page of your website when application of your website starts? and please give the example also. Please give the answer. Thank you, Aravind
Hi, I'm developping a site in arabic, I put the UTF-8 charset, but the arabic chars that are shown correctly in design view become junk in browser view. text from DB is shown correctly anu idea? Thanx,
Most likely you've seen a flash MP3 player or two while searching the web but I have a favorite. This is the [URL="http://www.jeroenwijering.com/?item=JW_MP3_Player"]JW MP3 Player[/URL], mainly because it has external JavaScript functions that can be used to access data about the player dynamically. I've written a few things for it …
Here in my project i am using [COLOR="Red"]this[/COLOR] reference to know my current name of td. Below i provided sample code similar to my project. "[COLOR="Red"]this[/COLOR]" won't working in Mozilla. I am migrating my project to Mozilla . So please help me. [code] <html> <head> <script> function f(a) { alert(a); …
hi again is there a way to change css rules using javascript? i have this: [INLINECODE]<style type="text/css"> .flash { position:absolute; left:52px; bottom:30px; } .logo { position:absolute; left:0px; top:20px } </style>[/INLINECODE] and i want to change .logo and .flash attributes depending on the window size... thanks
Dear Forum: I work in frames with my html pages. However my index.htm page brings up the title "untitled Document" in the internet explorer tab at the top of page. All othe web pages have the proper name. I am not sure how to change theis title in the tab. …
i am using iframe. it works in internet explorer which show the content of word file but in mozila download the file. How i solve it in mozila firefox. Any one help?
Hi, I have a few blogs, and I'm interested in cleaning them up and making them more space efficient. Specifically, I'd like to increase the body, decrease the margins, and add a right sidebar, in addition to the left sidebar that already exists. Can someone please help me? Perhaps with …
I've been working on a web site menu update and I would dislike doing anything that might mess up my google keyword rankings for individual pages. This update is going to involve a new menu system. Currently the only full menu is on my index page. ie [url]www.budgetlighting.com[/url] It's nothing …
I have an Joomla app that I now have a huge problem with. This is not an Joomla issue, but an issue with IE7. Joomla has a simple Iframe module called a wrapper. IE7 is indiscriminately deciding which IFrames can be viewed and which cannot. It has created a major …
I have an html script going like this: which is in mymain.html <a id="temples" href="mytemples.html">Temples</a><br> <a id="festivals" href="myfestivals.html">Festivals</a><br> When I click on Temples link , I am taken to mytemples.html , which again has the folowing links : <a id="home" href="mymain.htm">Home</a><br> <a id="prev" href="#" onClick="history.go(-1)">Back</a><br> The funny issue is, when …
Hello, I have created a list of links that serve as the left side navigation that I include in every page of my site. I add it using Frontpage's Webbot include [CODE]<!--webbot bot="Include" U-Include="navigation/leftmenu.htm" TAG="BODY" -->[/CODE] On leftmenu.htm I have included some internal CSS to make links and visited links …
hi, my name is Reece, i have learnt, javascript, css, php, xhtml, html and loads of graphic stuff. Im 14 and my teacher said for me to learn asp, but im sure there is no difference, is there??
How to open HTML page in a browser with specific options selected in drop-down boxes? Hi Everybody, The task that I have is from Perl script to open HTML page in a browser with specific options selected in drop-down boxes and edit fields using POST method. The good example of …
HI, [COLOR=#000000]i want a pure HTML editor,Can support syntax high color.[/COLOR] [COLOR=#000000]some tell me[/COLOR]
Suppose there is a very simple web page. [CODE]<html> <head> <style type="text/css"> #logo{ background-color: red; position: absolute; top: 0px; left: 0px; width: 100px; height: 100px; } #banner{ background-color: blue; position: absolute; top: 0px; left: 100px; width: 500px; height: 100px; } #content{ background-color: green; position: absolute; top: 100px; left: 0px; width: …
Hello Everybody. I am Kilikou and i would like to have someone to help with that. Can somebody refer me to a code in C language that can take a text (markDown) and convert it to HTML (markUp).
i'm trying to find a way to have a simple input box on my site, all i want is to have a box where a user can input whatever they like and then click a submit button and have it save that to the end of a file. problem is …
The End.