Summary: Hi, I'd like to design a page that is centered but the onbjects within it are absolute. In other words the page width has an absolute size and positio...
Summary: I have some content within a table and there are several rows which I want to show/hide dynamically using DHTML. I have it working now, but it is not ...
Summary: hey, i've done kind of a lot with CSS but i've never come across this, so i was wondering if there was a way that you could horizontally align somethi...
Summary: You should use IDs within the tables, table-rows, and table-cells as appropriate. For example, if you had the following two tables... [table] [tr] [td...
Summary: Could be, why don't you make sure your code is correct anyway. There's no need to use CENTER tags within a table cell, just use the align=center attri...
Summary: When the user clicks on the submit button in a form I want the next page to open in a new resized window via javascript. I've included the function c...
Summary: Well there could be any number of things going on here. Which browser(s) did you test? IE does not adhere to the standards as well as others generally...
Summary: I am attempting to sort an array within a class using the usort command, but am having difficulty in formating the function name parameter. The usort ...
Summary: wel no i would like it in the second column of a table the first column would be somthing different (such as google.com) but bare in mind i'm using a ...
Summary: Been a while.... Simple quiestion as web design is not my forte. Im creating a web site for fun and ive found a navigation bar displayed within a tab...
Summary: Because of the way text is stored within a PDF file I don't think it will be possible w/o some extensive programming. I would suggest trying to copy a...
Summary: I have a long table and there are two scroll bars: A page scroll on the far right, and a table scroll. How do I get rid of the table scrollbar and onl...
Summary: Making the image a "footer" is pretty easy.Just create your entire page within a table with a height of 100% and have a single cell that spans the ent...
Summary: hello, i was wondering if someone could help me, i have made a table within a table in dreamweaver and i would for the table which inside the larger o...
Summary: The solution will depend on how you have currently built your page. The simplest solution (for me) has to always build my pages within a table that ha...
Summary: It's kind of hard to visualize what you are describing, but I have an idea of what may be causing it. When putting content within a table cell, if you...
Summary: Hey guys, here is my question. If I fade a picture to put in the background on a webpage is there a way I can place it without creating a seperate tab...
Summary: paste the code below into your text editor and see if you can address these problems: I'm trying to achieve something like a table of 3 images acros...
Summary: What's the problem with using cell-padding in CSS? I find that by removing cell-padding from the <table> tags and using a seperate CSS with padding...
Summary: Well, first off, this has nothing to do with CSS. The problem is with your HTML code. Lots of problems. IE is VERY forgiving of errors in HTML. For in...
Summary: ok, td = table data, tr = table row. the td tag goes inbetween tr tags. and all of the above go in a table. SO in order for your page to have 3 tables...
Summary: I know how to use JavaScript to highlight table rows. In a static table, for example, some data may look like this. <table> <tr onMouseOver="thi...
Summary: Is it possible to get an HTML page to fill a single cell on a table? As if the cell were the limits of the browser (in other words, it would scroll pr...
Summary: JavaScripters, This question is in regards with a JavaScript script within a PHP page. I included everything in case a complete understanding is requ...