Forum: HTML and CSS Dec 6th, 2006 |
| Replies: 8 Views: 3,122 I can't think of any strictly HTML/CSS ways of doing this, anything I can think of requires, PHP, JSP, ASP, CFM or some other dynamic driven website. It is very easy to use any of these languages and... |
Forum: HTML and CSS Dec 5th, 2006 |
| Replies: 1 Views: 1,065 I want to know how to do an image map for all of the unlinked portion...
ie everything that isn't explicitly already mapped out, can I have it by default link to another page, or do I need to map... |
Forum: HTML and CSS Mar 31st, 2006 |
| Replies: 5 Views: 2,200 bb code is not html, it you wrote it in PHP it might look something like this: $message = preg_replace("#\[b\](.*?)\[/b\]#","<b>\\1</b>",$message); it's not pretty if you don't know much about... |
Forum: HTML and CSS Mar 12th, 2006 |
| Replies: 7 Views: 1,927 I design for firefox, but I have a little plugin that will automatically switch it back and forth to internet explorer so I can see what it looks like in either browser |
Forum: HTML and CSS Mar 12th, 2006 |
| Replies: 1 Views: 4,773 your going to need to do this with PHP, ASP, JSP, OR CFM
you can't do this with html/css/javascript |
Forum: HTML and CSS Feb 21st, 2006 |
| Replies: 0 Views: 1,557 I have a table that I want to put a rounded corner in all 4 corners. My problem is that I don't know how big the table is.
Most of the tutorials I've found on how to do this require me knowing how... |
Forum: HTML and CSS Nov 28th, 2005 |
| Replies: 2 Views: 2,671 I want to make a list where the list is complexly aligned against the left hand side. Here is an example code snippet that I am using, I put the list inside a black table so you can see the gap. How... |