Forum: HTML and CSS Jul 18th, 2004 |
| Replies: 10 Views: 33,762 That is wonderful! I had never thought of using margins, thanks for that great example!
Let me see if I can try to explain it without making too much of a fool out of myself. :) When you... |
Forum: HTML and CSS Jul 16th, 2004 |
| Replies: 10 Views: 33,762 My only problem with this technique has always been with the text being centered as well. I don't always want the text to be centered as well.
<-- Stumped |
Forum: HTML and CSS Jul 4th, 2004 |
| Replies: 4 Views: 4,830 Well in your iframe tag, specify a name for it. Something like this:
<iframe name="content"></iframe>
And then to have a new page load in there you will want to include the target in your... |
Forum: HTML and CSS Jul 2nd, 2004 |
| Replies: 4 Views: 4,830 Hehe, not on my internet connection. :)
I suppose you could do it with iframes, but I'm sure these guys here have a better way of doing it than that. |