Forum: HTML and CSS Feb 2nd, 2008 |
| Replies: 12 Views: 2,597 Thank you all for your replies.
A special thanks however to MidiMagic for 1.) having a cool name and 2.) taking the time to teach me something that I wasn't aware of.
These suggestions helped in... |
Forum: HTML and CSS Jan 18th, 2008 |
| Replies: 12 Views: 2,597 Because, a template isn't going to tell me what is wrong with my code, nor is it going to teach me anything about how to make things work properly in firefox.
I can read those codes all day long... |
Forum: HTML and CSS Jan 18th, 2008 |
| Replies: 12 Views: 2,597 This is getting weird.
I've looked through all of my code to ensure that there are no typos or anything, and I even had another person do the same. My other friend doesn't do CSS, so, he can't... |
Forum: HTML and CSS Jan 15th, 2008 |
| Replies: 12 Views: 2,597 MidiMagic,
I agree with the need for something like the TR tag.
I'm baffled by the empty space to the right of my table, but, I'm almost certain that I need to "float right" in the css for that.... |
Forum: HTML and CSS Jan 15th, 2008 |
| Replies: 12 Views: 2,597 I always validate,
If you just looked at the site and validated there were some errors in the validation with an unclosed tr, a silly error on my part.
Fixing this did fix the issue with the... |
Forum: HTML and CSS Jan 15th, 2008 |
| Replies: 12 Views: 2,597 Hey all,
over the years I got in the bad habit of ignoring firefox totally. I am currently working on a project at findacourt.com/test use the /test to get into my little sandbox area.
At any... |
Forum: HTML and CSS Nov 30th, 2007 |
| Replies: 23 Views: 13,522 Robert,
Thanks for your input, I mean, I do understand where some people are coming from with wanting to keep their creations in their own hands, so that it can't be stolen by others. I do view web... |
Forum: HTML and CSS Nov 28th, 2007 |
| Replies: 23 Views: 13,522 I still do not see a reason to want to hide the source code. I know plenty of people who have mentioned wanting to do this in the past and it's just silly.
You want the user to see the way the... |
Forum: HTML and CSS Nov 28th, 2007 |
| Replies: 9 Views: 8,186 Hey all,
I have a div tag in which is a basic place holder, calling CSS to clear some floats of previous div tags. They are currently being used like
<div id="clear"></div>
Does my code... |