Forum: PHP Nov 19th, 2008 |
| Replies: 3 Views: 362 You have omitted column ( : ) on case 11, and the break statement after it. |
Forum: HTML and CSS Nov 19th, 2008 |
| Replies: 5 Views: 1,186 To your last you have just posted.
the correct order to define styles for a link is
a:link, a:hover, a:visited and optionally a:active
As for the question where to do css coding - inside page... |
Forum: PHP Nov 13th, 2008 |
| Replies: 7 Views: 1,321 I went on solving your issue, but I just stumbled upon the following:
Your task is to display pages in groups of 10, so e.g. 4500 records will display on 45 pages, instead of showing page numbers... |
Forum: HTML and CSS Mar 8th, 2007 |
| Replies: 15 Views: 15,406 Oh I see...
Well, in my opinion the problem is because you use div's to wrap the images together with the caption. Besides, why do you use the caption element - this is a table element, so if you... |
Forum: Database Design Feb 15th, 2007 |
| Replies: 2 Views: 4,366 It really depends on how buzy your website is expected to be. In case you are expecting a lot of both read and write transactions for the flats or let's say country houses, you better keep them in a... |
Forum: PHP Feb 12th, 2007 |
| Replies: 13 Views: 3,835 Well, it is not 1 but three questions :) .
Ok, now, I do not know how many and what opitons do you have on your control panel. But, if you are familiar with MySQL, you maybe will be able to do it... |
Forum: PHP Feb 12th, 2007 |
| Replies: 3 Views: 6,391 If you are using WinXP pro, you should think of installing IIS with SMTP services on. IIS is MS native web server, including HTTP, FTP and SMTP server. Still you can install only the SMTP server.
... |
Forum: Site Layout and Usability Oct 20th, 2006 |
| Replies: 9 Views: 29,327 I saw what you're trying to do on the other page and I haven't tried my solution. By the way, I agree that the Z-index is not a solution, as it requires absolute positioning, which in my opinion... |