Forum: JavaScript / DHTML / AJAX Feb 16th, 2008 |
| Replies: 0 Views: 790 Adding custom tags to innerHTML I need help figuring this out. I have a "contenteditable" div. I have a menu that does the basics, bold, italic, etc. I need to add custom tags that will be represented in the source, not visually.... |
Forum: HTML and CSS Feb 6th, 2008 |
| Replies: 24 Views: 2,253 Re: Html There's nothing in his code that wouldn't display in either browser. I tested it. I also tested how each browser dealt with a CMYK colored JPG. Both IE and Firefox could not display it. I have... |
Forum: HTML and CSS Feb 4th, 2008 |
| Replies: 24 Views: 2,253 Re: Html Yes. I understand it's a JPG. However, if the color model it was saved to is CMYK (Cyan, Magenta, Yellow, Black) instead of RGB (Red, Green, Blue) then it may not display properly in some browsers.... |
Forum: HTML and CSS Feb 4th, 2008 |
| Replies: 24 Views: 2,253 Re: Html It might be that the jpg was saved as CMYK instead of RGB. Check that, and change it, if needed. |