Forum: HTML and CSS Jul 3rd, 2009 |
| Replies: 7 Views: 518 You can do it pretty easily in PHP with the mail() function. To do this though you would need to change the action attribute on your form tag to your PHP script. Then construct the message in PHP and... |
Forum: HTML and CSS Jul 3rd, 2009 |
| Replies: 5 Views: 484 Nice article...though I must agree with the comments and say that rel isn't rarely used. And the wbr tag: never heard about it before! Sounds useful. |
Forum: HTML and CSS Jul 3rd, 2009 |
| Replies: 3 Views: 466 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: 466 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 May 31st, 2009 |
| Replies: 19 Views: 1,464 Ok so I did figure out how to fix the post width problems with the help of some CSS on this page. What I needed to do was simply set a margin on the side the post details would appear of 120px. This... |
Forum: HTML and CSS May 29th, 2009 |
| Replies: 19 Views: 1,464 I could try, but here's the problem. The user details that appear beside the post have a set width. I can't use a percentage because of this. I need the post to fill up just the area it is given. I... |
Forum: HTML and CSS May 29th, 2009 |
| Replies: 19 Views: 1,464 Here is a before and after preview of what I am trying to accomplish....(screen-shots attached) |
Forum: HTML and CSS May 26th, 2009 |
| Replies: 19 Views: 1,464 You bring up a good point JugglerDrummer. I guess as long as my site works for 1024x768 and up I'm good. But, I still can't figure out why my post boxes won't fill the whole area given to them... |
Forum: HTML and CSS May 25th, 2009 |
| Replies: 19 Views: 1,464 That seems like a great idea, being that it just doesn't want to properly align to the center. And I have tried it and it worked quite well. People with small screen resolutions will have a double... |
Forum: HTML and CSS May 25th, 2009 |
| Replies: 19 Views: 1,464 Here is my CSS for the navlist...
<ul class="greybox navlist" id="navigationbox">
<li><a href="#"><span>Home</span></a></li>
<li><a href="#"><span>New... |
Forum: HTML and CSS May 25th, 2009 |
| Replies: 19 Views: 1,464 Ok so I did fix the center align nav menu (It's still not perfect...640x480 people aren't going to like the look of it to much so if there is any other fix, please post!! :) ). Aside from that...any... |
Forum: HTML and CSS May 24th, 2009 |
| Replies: 19 Views: 1,464 I just tried the margin-left: 25% and sadly it didn't work. Maybe it's because I have my list set to display: inline-table so that the navlist displays right...no wait I tried it without any other... |
Forum: HTML and CSS May 24th, 2009 |
| Replies: 19 Views: 1,464 Ok so I've fixed some of the problems with the nav lists and such, but there still are a few problems.
The ul list with id navigationbox is still not aligning to the center. I have checked... |
Forum: HTML and CSS May 23rd, 2009 |
| Replies: 19 Views: 1,464 Hello everyone....I've been working on the design for my forum on my website and while everything else has gone to plan...one thing hasn't. On my topic page... |
Forum: HTML and CSS Mar 9th, 2009 |
| Replies: 11 Views: 2,059 Yes but he wanted to know the height of a div. As long as the div has an id you can figure that out. |
Forum: HTML and CSS Mar 8th, 2009 |
| Replies: 11 Views: 2,059 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: 2,059 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: 2,059 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: 2,059 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 {
... |
Forum: HTML and CSS Oct 18th, 2008 |
| Replies: 10 Views: 1,400 If you don't have scripting abilities you may consider an external Javascript file. Take this example:
header.js:
function header()
{
document.write("MySite <a href='index.html'>Home</a> <a... |
Forum: HTML and CSS Oct 12th, 2008 |
| Replies: 5 Views: 3,297 Here is an interesting statistic:
Yahoo has hundreds of HTML/CSS errors that don't comply with standards.
No website is absolutely prefect when it comes to standards. (Not like I'm volunteering to... |
Forum: HTML and CSS Sep 28th, 2008 |
| Replies: 2 Views: 620 Please post the link. Also note, that most of the time, Dreamweaver's deign mode is not what you will see in your browser. It's best to simply switch between Code mode and an internet browser with... |
Forum: HTML and CSS Sep 28th, 2008 |
| Replies: 4 Views: 1,117 Also, with the price of ink today, many people are using freeware programs to remove the background from printed documents to save ink and paper!! |
Forum: HTML and CSS Sep 28th, 2008 |
| Replies: 1 Views: 1,709 Javascript. You can use it's date function to put the time, etc. into the field. Create a javascript function to validate your form and the add onsubmit="return Validate(this);" to your form. The... |
Forum: HTML and CSS Sep 28th, 2008 |
| Replies: 3 Views: 798 Well, you could disable embedding on the video, but that probably wont fix it. The best thing to do would be to not upload videos that you don't want that to happen to. Like the age old saying: "Once... |