Forum: HTML and CSS Nov 14th, 2007 |
| Replies: 2 Views: 2,192 There is no blink option in HTML. If you want text to blink you'll either have to use CSS (not sure if that actually is supported by all browsers) or JavaScript. |
Forum: HTML and CSS Nov 2nd, 2007 |
| Replies: 2 Views: 702 Google is your friend (http://www.google.com/search?q=html+and+css+tutorials&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a) |
Forum: HTML and CSS Oct 20th, 2007 |
| Replies: 3 Views: 847 Wordpress (http://wordpress.org/) |
Forum: HTML and CSS Sep 4th, 2007 |
| Replies: 3 Views: 814 NVU (http://www.nvu.com/) |
Forum: HTML and CSS Jul 18th, 2007 |
| Replies: 8 Views: 14,857 That's exactly what the post above yours said. |
Forum: HTML and CSS Jul 18th, 2007 |
| Replies: 8 Views: 14,857 Oh, you want to make the flash file load a webpage when you click on it. That's a different story. Sorry but I don't know enough about Flash to help you with that. |
Forum: HTML and CSS Jul 17th, 2007 |
| Replies: 8 Views: 14,857 You need to save it as a .swf file. Then you need to embed it in the webpage using the HTML code Flash can generate for you. |
Forum: HTML and CSS Jul 15th, 2007 |
| Replies: 10 Views: 2,323 It doesn't really matter as long as one of them is. Then you can tell the user's browser which order you wish it to try them. It will go down the list until it finds a font the user has on their... |
Forum: HTML and CSS Jul 14th, 2007 |
| Replies: 10 Views: 2,323 You can't. That would be a security issue if it was possible. |
Forum: HTML and CSS Jul 11th, 2007 |
| Replies: 8 Views: 17,596 That's probably not a file upload issue as the file is unchanged during upload. |
Forum: HTML and CSS Jul 11th, 2007 |
| Replies: 8 Views: 17,596 Yes. There is no difference between file types in file uploads. The browser and server do not care what file type it is. Only your server side code does. |
Forum: HTML and CSS Jul 10th, 2007 |
| Replies: 10 Views: 2,323 The only effective way to do this is to use sIFR but that isn't good solution for an entire page. It's designed more for headers and maybe a small snippet of text.
In general you shouldn't be... |
Forum: HTML and CSS Jul 5th, 2007 |
| Replies: 1 Views: 1,808 Unfortunately you can't force a browser to print using landscape. The user has to select that themselves. The best you can do is encourage them to print using landscape with a pop up or something... |
Forum: HTML and CSS Jun 23rd, 2007 |
| Replies: 5 Views: 2,149 Remember, they said they don't have access to PHP. Otherwise a formmail script would have been the obvious choice. :) |
Forum: HTML and CSS Jun 20th, 2007 |
| Replies: 5 Views: 2,149 Yes, but the form will not be pretty as you can't modify the sent data in any way:
<form action=mailto:your@email.address method="POST" enctype="text/plain"> |
Forum: HTML and CSS Jun 20th, 2007 |
| Replies: 8 Views: 4,536 You will need to read the adobe manual to see how the software you are using can do it. I am assuming it is GoLive? |
Forum: HTML and CSS Jun 19th, 2007 |
| Replies: 8 Views: 4,536 Are you looking for the software to do it for you? Or are you trying to do it yourself? If you want the software to do it, first verify it can do it and then read the help files for instructions on... |
Forum: HTML and CSS Jun 16th, 2007 |
| Replies: 8 Views: 4,536 You really should be using Google for this. Here's what you would have found: http://www.w3schools.com/css/ |
Forum: HTML and CSS Jun 12th, 2007 |
| Replies: 11 Views: 6,155 It's supposed to. But it's possible they didn't actually go ahead in fix it like they said they would. |
Forum: HTML and CSS Jun 9th, 2007 |
| Replies: 2 Views: 2,036 <div "style=margin: auto"> |
Forum: HTML and CSS Jun 6th, 2007 |
| Replies: 11 Views: 6,155 In IE 6 and lower it is buggy and you cannot control when and how it will show. |
Forum: HTML and CSS Jun 6th, 2007 |
| Replies: 11 Views: 6,155 IE6 and lower's handling of favicons is buggy. It won't show the favicon unless your site is bookmarked. There's nothing you can do about it. |
Forum: HTML and CSS May 28th, 2007 |
| Replies: 3 Views: 1,016 I see it and it works for me in Firefox 2 |
Forum: HTML and CSS May 12th, 2007 |
| Replies: 3 Views: 1,607 You'd be surprised how one error causes another problem. I'd start by fixing those since you know they are errors. If that doesn't fix it at least you ruled them out. |
Forum: HTML and CSS May 10th, 2007 |
| Replies: 4 Views: 1,211 How it is specifically done depends on the forum software. But you will need to access the database and get the information out using a server-side script. If you don't know how to program you can... |
Forum: HTML and CSS May 9th, 2007 |
| Replies: 3 Views: 898 You can't do this with javascript. You need to use a server-side programming language that has access to the file system. |
Forum: HTML and CSS May 7th, 2007 |
| Replies: 3 Views: 1,607 When validating the page I get 16 errors (http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fbuddhism.kalachakranet.org%2F). Try fixing those and see if it helps any. |
Forum: HTML and CSS Apr 16th, 2007 |
| Replies: 1 Views: 804 Have you written any HTML yourself? Have you tried at all? If not, we are not here to do your work for you. If you have, show us what you have and we can help you from there. Otherwise, you'll need... |
Forum: HTML and CSS Apr 5th, 2007 |
| Replies: 2 Views: 1,135 You'll need to use a server-side language like PHP to do that. HTML is not dynamic and cannot "think" for itself. PHP offers the include() function to do this. It's easy to use and a great way to... |
Forum: HTML and CSS Apr 4th, 2007 |
| Replies: 2 Views: 1,021 Just view the source: autocomplete="off" |
Forum: HTML and CSS Apr 3rd, 2007 |
| Replies: 1 Views: 1,435 Do you know any server side programming languages like PHP or ASP? |
Forum: HTML and CSS Mar 1st, 2007 |
| Replies: 12 Views: 14,682 It might be in the specs as being allowed but obviously browsers don't support it. |
Forum: HTML and CSS Feb 28th, 2007 |
| Replies: 12 Views: 14,682 But it is not a form element. A form element is something like <input> <select> and <textarea>. |
Forum: HTML and CSS Feb 27th, 2007 |
| Replies: 12 Views: 14,682 disabled only works on form elements. |
Forum: HTML and CSS Feb 24th, 2007 |
| Replies: 1 Views: 917 Table cells are vertically aligned to be in the middle by default. You need to use valign="top" in your table cells to push the content to the top. |
Forum: HTML and CSS Feb 8th, 2007 |
| Replies: 3 Views: 2,764 You can't do that. It is a security risk and no browser will allow it. The best you can do is hope they select execute when the dialog box appears in their browser IF one does appear at all. |
Forum: HTML and CSS Jan 22nd, 2007 |
| Replies: 28 Views: 6,062 CSS 3 will offer columns. |
Forum: HTML and CSS Jan 22nd, 2007 |
| Replies: 6 Views: 2,162 You have it perfect. Good luck. :) |
Forum: HTML and CSS Jan 21st, 2007 |
| Replies: 6 Views: 2,162 Using a single onload function is the best way to go. This javascript function allows you to keep adding functions to the onload event without having to worry about the ones already added:
... |
Forum: HTML and CSS Jan 21st, 2007 |
| Replies: 28 Views: 6,062 Untrue on both accounts.
Search engines couldn't care less if your site is tableless. They don't know the difference and it in no way indicates the relevance of a page. Going tablesless just means... |