10,650 Topics
| |
I was recently told that tables are out and css is in. Is this correct? | |
Hi all I'm having a major problem here. Before you read this and think "that's a stupid mistake to make", I'm on an internship and it's my first "real" website. ( I experimented before, but it's the first time I have to make a "finished product) So I hope for … | |
ok my problem with this my frame page looks like this and works fine locally:[CODE]<html> <head><base target="_parent"> <title>BLARG!</title> </head> <frameset rows="10%,*" border="0" noresize base > <frame src="catalognavigation.html" border="0" base scrolling=no> <frameset cols="20%, *"> <frame src="price breakdown.html"> <frame src="catalog.html"> </frameset> </html>[/CODE] but when i upload to my server it turns to … | |
Ok, so I'm a programming major but over the summer I wanted to pick up and learn web design for some extra cash over the school year. I have books so I'm gonna learn the basics on my own. What I do want to know is where I should host. … | |
I use CSS quite a bit now, but some times I just can't place things where I want them inside the "wrapper". Tables are easy, but make for very ugly code. Are percenatges in CSS the way to go or should you now make tables using CSS? Is there one … | |
Hi All, I have a question. I have a div, which has an image slideshow using innerfade. I have another div which overlaps this div which contain some text. Basicly, the slideshow is working but I want it to be in the background so that I will be able to … | |
hi all, i am working with this site actu.. [URL="http://www.hitechinfosoft.com/wfc"]http://www.hitechinfosoft.com/wfc[/URL] i am generating dyanamic div of controls in web page. when you add controls to right side div , controls are not fitting in proper way in step. and in IE it will not displaying good. any help appreciated thnx | |
Hey everybody, I created a HTML form using Dreamweaver and Spry validation fields to make sure that the fields follow the format I want for the fields. The problem I am having is that I simply want a button to print the page with the information that the user has … | |
Hey you guys I have a question about web designing . Im a person who would like to learn about web creation, what would be a great place to start? In this college im attending this summer their offering two classes, one class is "Basic mechanics of web design using … | |
Hello! Being new to this forum I havent throughly browsed through the individual threads but would appreciate it if someone could check the coding used for my Flash portfolio. I have compiled the pages individually and saved them under different file name suchs as creativeportolio, to identify them more easily. … | |
Im creating a site with a basic login to use cookies ( this is a college assignment and so i don't need a registration page etc - i just need to show ive used cookies in the site) I have the below code: [B][U]login.htm[/U][/B] [CODE]<table border="1" width="500px" height="400"> <tr> <td> … | |
why is it that when I minimize my screen my website goes all out of whack? | |
Hey All; Does anyone know of any good widgets or dashboards that could show the availability of various websites? I'm looking for something I can run on my system that will give me the status of a bunch of our websites and let me know if they are up or … | |
Hi All, I'm developing a website and one page is invalid according to the w3 Validator. It is a link to Multimap, to give directions to the company's office. [QUOTE]Validation Output: 9 Errors Line 43, Column 53: cannot generate system identifier for general entity "countryCode" …tp://www.multimap.com/maps/?qs=W9+2BE&countryCode=GB#map=51.52306,-0.19973|17|… ✉ An entity reference … | |
I made a slideshow in dreamweaver which works, however when it gets to the end of the cycle it displays a black image before it loops again- how can i get this black 'image' to disappear? [CODE]In the header part: <script type="text/javascript"> var slideCache = new Array(); function RunSlideShow(pictureName,imageFiles,displaySecs) { … | |
Hi all I'm having an issue in every developer's favourite browser, IE. I have an anchor tag wrapped around two divs. The first div contains a transparent png and the aforementioned div is hidden using 'display:none;' When the anchor is moused over the div is shown with jquery's hoverintent. However, … | |
Hello Friends I have a large background image in a site. I wanted to know if .JPEG or .GIF is the best. Thanks | |
Is it possible to have multiple font colors in the same table header? I have an Address column in my data table that has color coded entries based on where the address is. North = green, South = red and West = blue. What I want to do is the … | |
For some odd reason in firefox I get an issue with my code, my "footer" refuses to locate itself bellow the content... even though my css is correct... can someone please take a look and tell me how I messed up? *I realize I have no text on the site, … | |
Hello, Please take a look at the attached image. How can I create this without using a table? I tried dl and ol. But I can't get the elements to sit next to each other. Please advise. | |
how do i embed sound file for safari users as well | |
How can I make a web hosting service? What do I need? What must I do? I wish to offer my clients web hosting service and website design service. Thank you 4 your help, | |
im curious if somene can help me out. i have a site that has content that changes once a year (dates when our hotel opens and when we close) i have the dates/times of various pages, and every year i forget to edit at least one of the pages (leaving … | |
Here's a list of HTML editors: Homesite HTML kit World Wide Web Weaver BBEdit Notetab Pro Share your list here! | |
does nay one use both interchangably? If so, for what reasons? Now that I'm exploring After Effects it seems there are some tasks much more easily done in After Effects that I could simply export to SWF | |
I'm testing something on an old version of netscape, specifically 4.7. Everythings fine except for my javscript function doesn't work because it says getElementById is not a function: document.getElementById('ncp').src = "ncp" + pictureNum + ".jpg"; I've got many more of these type lines but it works fine in IE and … | |
HI all, I am teaching myself web design and I am only just getting round to the whole FF / IE css issues. I have a menu system that works great in IE / but not FF and I was hoping someone could point me in the right direction as … | |
i am trying to make a css content box with left right and middle images, i am failing as i cant use that content box twice in one page, if i use it twice, then it shows no spacing between two boxes..........Plz give me good idea to make a content … | |
I'm looking for recommendations for 3D Technical Graphics tools suitable for creating business graphics such as the following... [URL="http://media.kayako.com/site/1/img/solution_chart_l.png"]Sample 1[/URL] [URL="http://1.bp.blogspot.com/_20VcSsPOS08/Suai8NUMCLI/AAAAAAAAAV0/YQSP3aF-Mzk/s320/ITIL_v3.jpg"]Sample 2[/URL] [URL="http://www.axiossystems.com/six/en/images/bestpractice/bp/ITIL3D.jpg"]Sample 3[/URL] I realize any of Adobe's products are *capable*, however, I'm interested in plug-ins and/or other products that could simplify the process. Thanks J.M. | |
Hi, in a "contact us" page named contact.htm that has some input textboxes, a submit button, and a reset button. When I fill out the fields and click Submit, it posts to an asp page that sends an email. What I want to do is to clear out the input … |
The End.