Forum: HTML and CSS Jul 4th, 2004 |
| Replies: 8 Views: 10,840 If you're still looking, google "HTML Tidy". If that fails, it's on the W3C site somewhere. |
Forum: HTML and CSS Jul 4th, 2004 |
| Replies: 6 Views: 4,892 You could use <em>blahblah</em> but all the tags like that (ie, <strong>, <b>, <s>, etc) may soon be deperciated in favour of the span tag + style atribute. What cscgal said is correct though, just... |
Forum: HTML and CSS Jul 4th, 2004 |
| Replies: 6 Views: 4,892 Be sure to code for a browser, with CSS NS and IE dont' seem to agree on pixel locations. Like slade said, post your CSS along with your HTML page so he (and maybe I) may look it over. There are a... |
Forum: HTML and CSS Jul 4th, 2004 |
| Replies: 3 Views: 7,801 With divs, people can't steal your images if you use
style="background-image:url('/temp/img.jpg');"
unless they really want to
In my (about 5) websites, I find that divs load faster, but that's... |
Forum: PHP Jul 4th, 2004 |
| Replies: 5 Views: 2,889 Thanks for lookin :D and hey :)
Well yea, I'm a newb @ this whole web scripting thing, and I was wondering if there were any good PHP starter guides you could point me to. I've googled about 3... |