Forum: HTML and CSS Oct 11th, 2008 |
| Replies: 8 Views: 1,930 I didn't see any issue displaying your homepage in Firefox. If you're still experiencing the same problem, consider clearing your browser (Firefox) cache. That can be done by clicking Tools --->... |
Forum: HTML and CSS Oct 11th, 2008 |
| Replies: 3 Views: 1,031 If you already have an image like your company's logo which you want to use for favicon.ico, you can use an online favicon generator like Dynamicdrive Favicon generator... |
Forum: HTML and CSS Oct 11th, 2008 |
| Replies: 2 Views: 575 I modified your code and IE and Firefox result of the file preview is the same in both browsers. The modified code is as follows:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"... |
Forum: HTML and CSS Sep 26th, 2008 |
| Replies: 4 Views: 5,964 Since I don't see your HTML file, I can only guess. Define the height of the main content DIV and every other thing inside it will fit in. |
Forum: HTML and CSS Sep 25th, 2008 |
| Replies: 4 Views: 5,964 To repeat a background image horizontally, your CSS style should look like this:
<style type="text/css">
<!--
#der {
background: url(your_image_name.gif) repeat-x;
}
-->
</style>
and on the... |
Forum: HTML and CSS Sep 25th, 2008 |
| Replies: 1 Views: 497 It would be better for you to post your code here, so we can have a look and try to solve the issue. That's the best approach in Webmaster forums. |
Forum: HTML and CSS Sep 6th, 2008 |
| Replies: 2 Views: 759 I will refer you to http://en.wikipedia.org/wiki/Dynamic_web_page
and http://en.wikipedia.org/wiki/Static_web_page |
Forum: HTML and CSS Jul 28th, 2008 |
| Replies: 8 Views: 2,892 Since you didn't explain in details, I can only guess. If structuring the three text fields with a table is your need, see if this modification helps:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0... |
Forum: HTML and CSS Jul 28th, 2008 |
| Replies: 9 Views: 1,204 I started out by installing DreamWeaver 8 and buying this book: DreamWeaver 8 Beyond the Basics from linda.com. Combining both made my learning experience easier.
So my advice is this: Get an HTML... |
Forum: HTML and CSS Jul 24th, 2008 |
| Replies: 15 Views: 24,465 This will give a clue on how to structure your form fields with table and how to center the form on the page. Pretty easy.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"... |
Forum: HTML and CSS Mar 6th, 2008 |
| Replies: 6 Views: 4,886 If your domain name is coliotz.com, it is most likely your FTP Host will be ftp.coliotz.com. I hope this helps. |