Forum: HTML and CSS Oct 9th, 2009 |
| Replies: 0 Views: 288 I was trying to think of practical examples for needing to pass a value with a hyperlink. I've been doign HTML for a few year btu never needed to do that. I was thinking of when I visit a retail... |
Forum: HTML and CSS Sep 21st, 2009 |
| Replies: 1 Views: 253 I ended up solving my own problem. |
Forum: HTML and CSS Sep 21st, 2009 |
| Replies: 1 Views: 253 This could really go into several language categories. I use Dreamweaver to primarily generate the HTMLand CSS I need. (of course I tweak it manually. Sometimes I even forget Dreamweaver's... |
Forum: HTML and CSS Aug 8th, 2009 |
| Replies: 2 Views: 364 I actually solved my problem. I forgot that floating divs need to have a set width for another div to be by its side. |
Forum: HTML and CSS Aug 7th, 2009 |
| Replies: 3 Views: 828 Hey Everyone,
I want to replace the following code with it's DIV equivalent.
<body>
<div id="container">
<div id="header">
<table width="901" border="0" cellpadding="0" cellspacing="0">
... |
Forum: HTML and CSS Aug 6th, 2009 |
| Replies: 2 Views: 364 My div background color did not show up when I placed it in the external CSS sheet. I went ahead and made it an inline style and got my desired result except for thebig space between the right side... |
Forum: HTML and CSS Oct 31st, 2008 |
| Replies: 5 Views: 677 Yep. There's no such thing as a bad experience if you learn from it. |
Forum: HTML and CSS Oct 31st, 2008 |
| Replies: 5 Views: 677 BOth good answers whose content somewhat overlaps. I think I'll apply both in the future.
When I first started designing I read that DIVs were becoming the new standard so I stayed away from... |
Forum: HTML and CSS Oct 30th, 2008 |
| Replies: 5 Views: 677 Now I know the word table in the design world is almost blasphemous (lol), but it seems that whereas a table will expand/contract with the content so the page still renders nicely a div will not and... |