Our UI / UX Design forum encompasses everything related to building a polished end-user experience, from graphic design to usability.
8,049 Archived Topics
Remove FilterAs a beginner with HTML, I could use some help getting started with HTML and CSS. This is what I would like to do for now. I would like to create templates with the appearance of frames, that is, one side of the page (left side) with a different background, …
hi all, this is my the area im least expeirienced in, i would like to create a website of my own for a home page and at the same time with doing this i will learn how its done, but first of all, ofcourse... where do i start? what software …
I'm hoping some of you beautifully talented webdesigners can help me with what I'm assuming is a setting in IE. The problem I'm having is that everytime I click on a link to a webpage that contains any java it takes for ever for the page to appear. Sometime IE …
I recently changed my website from a framed version to a non-framed version using a template. I have been working with Dreamweaver MX2004, and basically made all the changes I need to. The site looks fine using Firefox, exactly as I had designed it, but in IE it all goes …
hi all im adding rows to table by clicking add button. These rows have fom elements in it. It depends upon the user how many times he clicks the add button to add new row. In the end all i want is to send the total number of rows added …
Hi there, This has happened a few times & I don't understand why :( I created a new page called [url]http://www.exoticpublishing.com/seeking_business_partner.php[/url] & the minute I uploaded it, it started redirecting to [url]http://www.exoticpublishing.com/contact.php[/url] This happened with another page & I told the WD to just delete the page & redo it …
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 …
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 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 …
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 …
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 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 …
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 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:
Hi everyone First time on this site hope to learn something. I have a huge problem with web page I have a flash banner from ds effects and it works fine in Internet Explorer but not in Firefox or Netscape This is the script <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" id="DS_ImageScroll" width="776" height="119"> …
Createl-Media web design studio [url]http://www.createl.ru/en[/url] invite professional web designer with technical webdesign abilities. Samples of works level you can see at [url]http://createl.ru/en/portfolio/techdesign[/url]. Createl-Media // web site design company
I am currently designing a site using Dreamweaver MX: [URL=http://www.conceptwheel.com]http://www.conceptwheel.com[/URL] The thumbnails on some pages have image swap behaviors assigned. 1. They swap on mouseover to an outlined image 2. They swap on mouseout back to the original 3. They swap on click the central image to a large version …
Hi everyone, I have some questions about building a certain website. Please bear with me as i am not vey good at building sites. You see i need to build a site that only has a logo of a company some bold text and a few files to download. The …
I need help using iframe. I have my iframe in the main part of my site. I want all links (top, bottom, side) to open in the ifram. I use target="main" but doesn't work. what can I do
I am looking for a script that will fade in and out from big to little or vice versa where i can put multiple lines of text in there. Can anyone help me out?
Hi all, sorry for the title, couldn't think. Basically, i can't figure out an issue with my CSS on NN for one particular thing. The main page area (which has 'test' in it a lot) has an image in a table column to the left of the section, which is …
Ok heres the story. I'm building an online website (<< URL SNIP. Please read the rules. >> ) for graphics, and part on this site I'd also like to have forums. I figured out how to set up the site, Except I can't figure out the forums. I have the …
The End.