10,643 Topics
| |
Hi, I'm considering doing some web design and development for money but something that has been on my mind for awhile now is, when designing websites for clients do they need to have a back-end for the admin to log-in and add new content to the pages? As I'd imagine … | |
I keep getting this error with FrontPage when I try to open an .htm file. The error is something to the affect of, "Couldn't open file C:\Document and Settings\blah\blah\blah.htm". They appear as regular Internet Explorer Icons and will open in I.E. but when I right-click>open with>FrontPage, I get that error … | |
| Hi, I bought a web template to be used in joomla, but the weird thing is that part of the design doesnt show in IE (it shows in Mozilla and Safari). It is on the website [URL="http://www.ringeson.se"]ringeson.se[/URL] The funny thing is that it shows on other menues (or parts) of … |
helloo... i have a form inside the div that can dynamically add data. my problem is that whenever i add data it overlap the div.. what can be the solution for it? | |
I'm attempting to design an emailer to send off to existing clients using constant contact but I'm having a huge problem with unwanted white spaces between every one of my images and tables. I know its not the cellspacing or padding as I've had those set to 0 the whole … | |
Hello. i have make 2 websites and i would like suggestions to improve them. it is ok to post here the site links or it is against the rules? | |
Hi Guys, this should be a no-brainer. I have a div, and i'd LIKE it to stretch to 100% of my browser window. Unfortunately, it doesn't happen like that. The div shows up, but its very small height wise. CAn anyone see problem with this code? [code] <body> <div id="outerContainer" … | |
hello, can u plz help me?? I can't run the javascript on Mozilla nad IE(can run on Chrome) I don't know why. I think my javascript has some problem. Here is my code ..... [CODE]<script> function check() { if(document.getElementById("name").value==""||document.getElementById("address").value==""||document.getElementById("phone").value==""||document.getElementById("email").value==""||document.getElementById("username").value==""||document.getElementById("passwd").value==""||document.getElementById("passwd2").value==""){ alert("You need to complete the form"); } else continue; } function … | |
Hi I'm not too sure how to create the attached image effect where the right hand side is my main content and it shades onto my left sidebar which has a gradient effect downwards. | |
Currently I am using a combination of .htaccess + .htpasswd to require a user name and password for a directory on my website. Is it possible to do something similar, but to only require a [I]password[/I] and NOT a user name? I would like it so the people who log … | |
I would like a table cell to act as my hyperlink. What I have currently is a hyperlink embedded in a table cell, hence it is only when the exact underlined hyperlink text is clicked that the url is obeyed. But not when you click anywhere else. [e.g <tr><td><a href=www.meme.com>clickMe … | |
help meeee!in opera my list style is higherrrrrrrrr!what should i do?!:( | |
Hi all, I have created a website and placed it in my domain. But i am getting following 2 errors "550/crossddomain.xml no such file or directory" and " Error #2044: Unhandled securityError:. text=Error #2048: Security sandbox violation: [url]ftp://solves@ftp.smartyhost.com.au/public/www/cu3er.swf[/url] cannot load data from config.xml?t=1275979253767. at Main/::frame2Action()" Please help me resolve these … | |
here is my problem i have my website [url snipped] i want the htaccess code so that when someone goes to tapenterprise.com they are redirected in their browser to tapenterprise.com/index.html i dont want people to be able to go to just tapenterprise.com/ | |
[CODE]<base href="http://www.whatever.com/"/> [/CODE] I seen these codes right before link and I want to know how this works on a website. What is the purpose of base? | |
| Hey yo developers outta there. Mine is a simple question as this: How could I create rotation for IE? I know there's the filter function for this, but that can't rotate 45 degrees. So, if it is necessary I change my css rotate technics, to a jQuery or something. Now … |
I'm trying to edit an existing FrontPage form that gathters information (Name, email, phone number, and a comment). When a user hits the submit button, an email is sent to a recipient with the form information. Currently this form shows that it is sent from a specific email address, and … | |
Hi, How can I position one elemenent on top of another within a table cell? I need the <TextBox> element positioned on top of the <input> element. The second element, the <TextBox>, is currently displaying below the <input> element. I tried using the left, top, display, and position style attributes … | |
how can we create css form like this : iranhost.com all of parts and icon are in many boxes . | |
I have an issue where my content has two different classes assigned to it: left and right. The left column is perfect, but the right column which holds my text begins at the bottom of the first column. Please look here for more: [URL="http://mgndesign.com/draft/"]http://mgndesign.com/draft/[/URL]. Feel free to look at the … | |
Hello, I am just racking my head I am still learning more on unordered lists etc... I have created a ul link list that displays the current page. This was a challenge. now I must create a drop down hover menu in CSS. I have viewed a ton of tutorials … | |
Social bookmarks icons.. Look at the right column at the website below to know what I mean [url]http://mashable.com/[/url] I know you can find them everywhere on the web like here [url]http://www.freesocialicons.com/[/url] But my question is how do u set it up ?? There are service like (add this) and (share … | |
I am very sory if I posted in the wrong section, I didnt knew where to post this so I thought this would be the best section to post my question. Well, I am in need of a code for RICH TEXT BOX, just same as where I am typing … | |
Hi, I have a snippet of CSS as follows: [CODE] #navbar { position: absolute; top: 75px; right: 4px; padding: 2px 0 2px 32px; white-space: nowrap; background: #629632; } #navbar ul { display:block; font-size:12px; height:1px; list-style:none; padding-bottom:1.3em; } #navbar a { display:block; text-decoration:none; color:#FFFFFF; font-size:12px; font-weight:bold; padding: 2px 0.5em 1px; width:8em; … | |
Hi all. I have some questions that may cover multiple forums, but I think this is the most appropriate. I have been working on my wife's new website. You can see its current state here: [url]http://home.comcast.net/~mlyn7576/signandgrow/[/url] The following questions apply both to the home page and one of the sub-pages. … | |
Maybe I am missing something but I have checked and double checked and even triple checked my code and I can't figure out why background-attachment:fixed; isn't working! The css code is: [CODE]#background { height:100%; min-height:100%; width:100%; margin:0px; padding:0px; border:0px; background-image:url(../images/bg.png); background-repeat:repeat-x; background-attachment:fixed; background-position:top; }[/CODE] For whatever strange reason the bg.png … | |
Hi, I want to align this layout in the middle of the web page. How can I do it? I don't want to use table. Thanks in advance [code] <html> <head></head> <body> <div id="container"> <div id="header">Header bits go here</div> <div id="content">Content bits go here</div> <div id="footer">Footer bits go here</div> </div> … | |
Hello, I am quite new, in Dreamweaver CS4 I have 2 a 3 sites with lot's text as information. The customer do not want have a scroll bar viewing on this particular site location. I was wondering how can I exclude the scroll bar viewing in the browsers with keeping … | |
HELLO.. I've been designing web pages in dreamwaever 8 and i have put a table inside a div. No matter what i try the table wont scale accordingly inside the div. It always scales along the div. its width is 200px but automatically scale up to somewhere around 500px.. :( … | |
Can any one tell me please.... How to create a domain name and also how to create a register page? |
The End.