10,655 Topics
![]() | |
I'm screening WDers who think they are 3WC & are great in CSS & xhtml. Since I can't tell if they are or aren't even with the validators (as there are different aspects to validation, not just one), can someone more experienced tell if me this WDer is any good... … | |
i have tried making a horizontal rule <hr> that i can put under my text links but it always spaces them out by a huge amount. I am trying to achieve the effect that is kind of like what you see to the right of this page. But exactly like … | |
ok if ur reading this then u might be intrested in helping me i'am 15 and i'am now starting to get into computers i also just started my site its a clan site for the game street fighter online i did what little i could to make the site good … | |
I'm running a linux box and for my web design I'm using Nvu. I was wandering if there is a better program. I'm not real good with HTML yet. | |
Is there an i-frame expert out there? I am sure I have found a bug. Take a look at this page: [url]http://www.plastikibiza.com/index4.htm[/url] The white box is an i-frame and the red box is a table. I have found that any objects below the top line of the i-frame disappear when … | |
I have frames page. In ("index.php"="main.php"+"button.php"+"banner.php") format. Using Apache 2.0. The problem is, when I open a link in the home page, it opens in the main fram, as I want, but the address in the address-bar does not change, remains "http://localhost/site/index.php". Always stays as is. What can be the … | |
Goto: [url]http://www.students.yorku.ca/~ericore[/url] Escentially theirs a short story hyperlink in the left colom which is supposed to target the main center window and open there, then they would pick a story which would display in the same center window. Im trying to do this without using frames; it doesnt seem possible. … | |
I am planning on installing dreamweaver, and Fireworks from MXstudio on to my pc, I already have them installed on my mac, my question is when i install it on my pc, and go to open say a Fireworks file on the pc that i made on a mac will … | |
My question is many parts. Below is the code I have done so far in HTML. I have tried to create this form that prints a certificate when someone completes a course. However, the first row labeled Certificate of Training..... is also supposed to have the words "Date of Issuance" … | |
I'm trying to make a link directory. In short, It's going to have 9 categories and I want it to look like this: [size=7]_ _ _ _ _ _ _ _ _ [/size] At first, I made a 3x3 table. But when anyone submits a link, it breaks the whole … | |
i have two popup windows. but when i click a button on my first popup window, it hides and my second popup will display.. how will i do it? | |
I have a code to open new window and display a progress bar .The code works fine in I.E and Netscape4.7 but in Netscape 7.2 it opens a new window and displays nothing in it . Below is my code. Can you please tell me what is wrong in my … | |
So, I'm making a page with navigation bars on the left and the right, and I want them to extend to the bottom of the page regardless of the length of the content of either the nav bar, or the page content. Right now my navigation is done with a … | |
Hi everyone, I use the paintbrush tool at 4 pixel size to stroke a curvy path I have made using the pen tool in Photoshop 5.5, but instead of the resulting curve being smooth and beutifull it turns out very jaggy and ugly, could someone please tell me where I've … | |
Hi all!, Due to the high costs of other image manipulation programs such as adobe photoshop, I began to look at alternative programs for image manipulation. I recently found the GIMP (GNU Image Manipulation Program). which is a "... freely distributed piece of software for such tasks as photo retouching, … | |
Can anyone tell me why I keep getting this error when I try to open this page in Internet Explorer. It is an Intranet, so I can't actually give the site to view, but here is the code. The error keeps referring to line 20, I have looked through for … | |
Aloha! I have a question: how can i implement music on my website. Which is basicly build up of HTML and PHP, and a table design. That mean everytime someone clicks on a link on my website a whole new site loads up. I though about flash! but i don't … | |
Hi I have an embedded video for this page I am doing. <!-- begin embedded WindowsMedia file... --> <p align="center"><OBJECT id='mediaPlayer' width="303" height="285" classid='CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95' codebase='http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701' standby='Loading Microsoft Windows Media Player components...' type='application/x-oleobject'> <param name='fileName' value="http://www.xxxyyy.ca/intro-1.wmv"> <param name='animationatStart' value='true'> <param name='transparentatStart' value='true'> <param name='autoStart' value="true"> <param name='showControls' value="false"> <param name='loop' value="true"> … | |
I've got some CSS issues with the following page: [COLOR=Red]url removed[/COLOR]. In IE: 1) Extra [I]dark grey [/I] space at the top and bottom of text boxes on the right...need to get rid of this space, and make it look like it does in Firefox... 2) Need to get the … | |
Ok here's the deal. I made a pretty sweet custom corson in Adobe Photoshop, and after installing the right plug in, made it in the correct cursor format, .cur. Now all my website is in dreamweaver, and i need to insert the cursor there. I tried a few different ways … | |
I whant to ask for small help. I'm using Dreamweaver MX 2004, which is a great tool for web developer. Me only problem is I do not exactly like the automatic closing function for HTML tags. :evil: Is there any way how in settings block/switch off this function?? :?: | |
A friend of mine said that being a webmaster is basically changing pixs on the site upload/download. Is that true or is there more to do? | |
I have a script that has tables embedded inside php. When I change the td width in a table, it shows up in internet explorer, but it doesnt show up in firefox. I am having to do [CODE]<td width='230' .....[/CODE] because the "" will throw off the PHP. I am … | |
[COLOR=Red]hyperlink removed by moderator[/COLOR] basically the buttons dont work like they should, I've made the buttons using photoshop and importing them to dreamweaver, from there creating the button as a hyperlink. In theory the button should therfore on mouseover display the behaviour as an active link. Upon closing the yahoo … | |
hi, I just needed to sent mails (to a group) that is a web page.I created the php script that uses the mail function and it is doing fine in personal mail boxes.The issue is in outlook it is showing as html tags. This is a problem as the gourp … | |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <title>Verses Inc.</title> <HEAD> <SCRIPT LANGUAGE="JavaScript"> <!-- Begin function Login(){ var done=0; var username=document.login.username.value; username=username.toLowerCase(); var password=document.login.password.value; password=password.toLowerCase(); if (username=="username" && password=="password") { window.location="page1.html"; done=1; } if (username=="member2" && password=="password2") { window.location="page2.html"; done=1; } if (username=="member3" && password=="password3") { window.location="page3.html"; done=1; } if … | |
hi to all, I am just asked to make a news letter. What I did:> I have made a web page uploaded to server.Then I openend the outlook and used New Mail-> Web page .It prompted for URl and I gave URlto this page in server.It loaded the page fine … | |
[FONT=Garamond]I am using dreamweaver for the first time, want to use flash to have my pictures either appear and disappear or go from small to large will the dreamweaver directions explain how to do this or will I hhave to find out through my Flash??[/FONT] | |
We have a funny problem In a PHP page we have used following code: onmouseover="window.status='hello'" I runned the page on two diffrenet machines both runnig win XP and both with the same IE version (6.0.29). In my surprise, on one of them, there is no status bar. But on the … ![]() | |
Would someone send me the link (or explain) how I set up 'password protected' pages on a website? I use Frontpage and know html coding. Thanks! | |
Hopefully I post this in right place if not then I'm sorry.. Anyway I have a little problem and it's this. I made a site in CSS and then I have a forum (Invision) and now I want to have news posted from the forum to the CSS site but … | |
Please help me to improve Performance Hi........ I am a beginner. I have developed website in Php/MySql. But my home page takes some more time to load in some of the browsers Check this << url snipped to comply with forum policy >> Can Mysql stored procedures help me? I … | |
I would like to either 1) set the iframe's height equal to the window height minus the iframe's top position (filling the window without invoking the verical scroll bar) or 2) resize the iframe to the height of the its src. Yes, I've tested [url=http://codingforums.com/showthread.php?t=62836]Dynamicly resizing an iFrame to the … | |
As anyone figured out or found a "Set as Startpage" script that will work with Firefox? | |
I developed a web page that has a vertical menu (created from third-party tool) w/ several submenus. When I print the web page, the submenu displays at the bottom left of my web page. I contacted the company and their tech support stated this is an issue w/ IE6, and … | |
I am making a simple html page for some servers that we have in are building. What I was wondering if there is a way to launch remote desktop from an html page and if so how you would you do that. Thanks in advance | |
I just published a website and everything works when I view it from my computer. When I went to view the site from other computers (4) the animation does not work. Can anyone tell my why this has happens. Is there a solution? Thanks | |
Is there a way to let a frame height be defined by it's content? I tried height="100%" but that doesn't seem to work. Thank you, John | |
i did not see an html topic so i posted here. sorry for this. i feel very :evil: I have a list of links that are just http://.........com's is there an easy way of changing those into html links with thdomain as the anchor text. other wise i would have … | |
Hello, (PLEASE DONT DELETE MODS) Im looking for a mentor to guide me and teach me to make me the ultimate site maker K well i just joined this site a bit a ago, and im trying my best to learn how to make quality websites, because i'm try to … | |
hello ppl, i have some text that want to have some shadow on it using css, how do i do this? TNX | |
good morning... i did a search for this, and didnt find what i needed to see. i have a table with over 40 columns, i need them to align the text vertically like this: [COLOR=Navy]t a b l e h e a d e r[/COLOR] is there a way to … | |
Sorry to bother you all, extreme HTML newbie here .... I recently purchased a premade website from 4templates.com, here is the link to the site I acquired [URL=http://www.4templates.com/view/web/0/AX0061BL]here[/URL]. Now, being the dork that I am, I didn't question the sites ability to fill fullscreen, and realised post purchase, that I … | |
Well I wonted to try out some file(.shtml) with #include statment on my machine and It is not working.I'm asking u if I need a server (like Apache) to run this script and if server (Apache) needs some plug-in or add-on (or whatever) to serve this kind of scripts?? :confused: | |
i am getting some curious gaps between divs in ie mac, which i am not that bothered about in the scheme of things, but it would be nice to tidy them up. on this page - [url]http://michael-tyler.co.uk/index.htm[/url] - the footer sits right up against the picture. on this page - … | |
I am using a Paypal shopping cart on one of my sites right now and was wondering if there was a way to move the <form>...</form> tags to an external file for the 'add to cart' button. Also I am looking into a different shopping cart system, but I do … | |
little problem with flash mx 2004 i'v given a tekst in Flash a transition (timeline effects -transition) so that this tekst fades-in for 30 frames now when i do "control - play", then it works. but the problem is when i do "test movie" or i export it as a … | |
Hello guys I'm new on this field! I can't get my *.avi working with <embed src="movie.avi"></embed> tag!! Is there any other way to play diferent content (movies like)?Mybe some other script language like PHP? :cry: | |
I have some coding on my home page, [url]http://www.progressenterprise.com[/url] for a Bravenet hit counter and the Google Page Ranking tool. When I run my search engine optimisation tool it always picks this code up as an alert, with no explanation. Can anyone advise whether having these items on my page … | |
[url]www.stilwerks.com/3seriesnew.htm[/url] The first time you visit this site, the white table takes up the entire screen until everything is loaded. Even though it's only a second I would still like to make it load normally. Any ideas? Thanks! |
The End.