Forum: HTML and CSS Jul 3rd, 2009 |
| Replies: 3 Views: 449 You're welcome. You know you can also create your own contact form (In a language such as PHP or by using a free service) so that no one would know your email, but that is totally up to you. I ask... |
Forum: HTML and CSS Jul 3rd, 2009 |
| Replies: 3 Views: 449 Correct, unless these bots can register on your sites and access the page with your email. You can always protect your email simply by making it an image and putting that image on your page instead... |
Forum: HTML and CSS Mar 8th, 2009 |
| Replies: 11 Views: 1,973 No I didn't say that. You can try AlmostBob's suggestion or my JavaScript solution. |
Forum: HTML and CSS Mar 8th, 2009 |
| Replies: 11 Views: 1,973 And that's exactly what I'm saying. It could be done with JavaScript but it won't be compatible everywhere and there's no guarantee it will work. It would be something like this...
<html>... |
Forum: HTML and CSS Mar 7th, 2009 |
| Replies: 11 Views: 1,973 Yes simply add the height property to the iframe like so:
<iframe src="http://externaldomain.com" height="50"></iframe>
Now that I think about it, there might be a JavaScript fix that could... |
Forum: HTML and CSS Mar 7th, 2009 |
| Replies: 11 Views: 1,973 Probably not, there is no simple way (or any way at all for that matter) to determine content height unless it is a style on the page (Ex. something like maybe:
.myDivThatIWantTheHeightFrom {
... |