This is a discussion on FCKEditor ISSUES within the osCMax v2 Installation issues forums, part of the osCMax v2.0 Forums category; I am having issues with the FCKEditor portion of the newsletter. The HTML looks good however you have to scroll ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| I am having issues with the FCKEditor portion of the newsletter. The HTML looks good however you have to scroll to the bottom of the page to view the content. This is not professional quality at all. What can I do to solve this problem. This happems with both Email and Newsletter. -Thomas |
| Sponsored Links | ||
| ||
|
#2
| ||||
| ||||
| Cannot reproduce this. What browser are you using?
__________________ Michael Sasek osCMax Developer
|
|
#3
| |||
| |||
| What it does is that after I create the file it looks good in the editor however when I preview to send for every row I have in the table there is an additional line above the table. This is a real interesting issue. At the bottom of this message is the HTML i used. -Thomas *****HTML***** <table border="0" width="600" align="center"> <tr> <td><h1 align="center"><img width="280" height="107" alt="DMWears.com" src="https://www.dmwears.com/catalog/images/logo.gif"/></h1></td> <td> </td> <td><h2 align="center"><img width="200" height="100" src="https://www.dmwears.com/catalog/images/promos/free_sneakers.gif" alt="FREE Sneakers Special"/></h2></td> </tr><tr> <td colspan="3"><h3 align="center">(expires 7/31/07)</h3></td> </tr><tr> <td colspan="3"><p>Buy 2 Pairs of sneakers at $69.99 ea & Get The Third Pair FREE Along with FREE SHIPPING (over $100 in savings) To Receive FREE Sneakers & Shipping, just enter CODE: <font color="FF0000"><strong>10607</strong></font> at checkout.*</p></td> </tr><tr> <td colspan="3"><p> </p></td> </tr><tr> <td colspan="3"><p>Your online shopping experience like no other with thousands of your favorite name brands to choose from. FREE Shipping and Delivery within 5-7 business days. DMWears.com guarantees our everyday competitive prices. If you find a lower everyday or advertised price on an identical item, at an established online retail competitor, simply email us the website along with the stock number of the item and we’ll try to match or beat their price.</p></td> </tr><tr> <th><!--<h4>-->FOOTWEAR<!--</h4>--></th> <td><img src="https://www.dmwears.com/catalog/images/nikelogo.jpg" height="100" width="200" alt="footwear"></td> <td>Adidas, Bapesta, Converse, Dsquareo, Gucci, Ice Cream, , LV, NBA Stars, Nike, Prada, Puma, Timberland.</td> </tr><tr> <th><!--<h4>-->HATS<!--</h4>--></th> <td><img src="https://www.dmwears.com/catalog/images/NL-NBA-7.jpg" height="100" width="200" alt="footwear"></td> <td>Adidas, Bape, Burberry, Chanel, City Hunter, D&G, Dsquared, Ed Hardy, Evisu, Gucci, Lacoste, Levis, LV, NBA, New Era, Nike, Polo, Prada, Puma, Red Monkey, Y-3</td> </tr><tr> <th><!--<h4>-->SHIRTS<!--</h4>--></th> <td><img src="https://www.dmwears.com/catalog/images/NL-EDH-4.jpg" height="100" width="200" alt="footwear"></td> <td>Artful, Ed Hardy, Evisu, GGG, Lacoste, LRG, Polo</td> </tr><tr> <th><!--<h4>-->JERSEYS<!--</h4>--></th> <td><img src="https://www.dmwears.com/catalog/images/NPK-NBAJERSEY-47.jpg" height="100" width="200" alt="footwear"></td> <td>NBA, NFL</td> </tr><tr> <th><!--<h4>-->HOODIES<!--</h4>--></th> <td><img src="https://www.dmwears.com/catalog/images/NL-EVISU-7.jpg" height="100" width="200" alt="footwear"></td> <td>10 Deep, Artful, Bape, BBC, CLH, Ed Hardy, Evisu, Gino, LRG</td> </tr><tr> <th><!--<h4>-->HANDBAGS<!--</h4>--></th> <td><img src="https://www.dmwears.com/catalog/images/NL-CHANEL-9.jpg" height="100" width="200" alt="footwear"></td> <td>Chanel, Chole, Chris Dior, Coach, Fendi, Gucci, LV, Prada</td> </tr><tr> <th><!--<h4>-->SHOES<!--</h4>--></th> <td><img src="https://www.dmwears.com/catalog/images/NL-COACH-1.jpg" height="100" width="200" alt="footwear"></td> <td>Chanel, Coach, Gucci, LV</td> </tr><tr> <th><!--<h4>-->SWEAT SUITS<!--</h4>--></th> <td><img src="https://www.dmwears.com/catalog/images/NL-JUICY-5.jpg" height="100" width="200" alt="footwear"></td> <td>Juicy</td> </tr><tr> <th><!--<h4>-->SWIMWEAR<!--</h4>--></th> <td><img src="https://www.dmwears.com/catalog/images/NL-GUCCI-SWW-04.jpg" height="100" width="200" alt="footwear"></td> <td>Burberry, Coach, Dior, Gucci, Juicy, LV</td> </tr><tr> <td><h6>*Current specials & Kids Sneakers not included</h6></td> </tr> </table> |
|
#4
| ||||
| ||||
| I just copied your html from your post and pasted it in as source code right into the fckeditor and I cannot reproduce the issue. See the screenshot. The page displays just fine for me... again what browser?
__________________ Michael Sasek osCMax Developer
|
|
#5
| ||||
| ||||
| Oh I am dense... the preview page... sorry. Now I see what you are talking about. Probably just a missing tag somewhere in that file in osCMax. That is a minor issue to be sure. The preview looks fine, it is just a little out of place on the page.
__________________ Michael Sasek osCMax Developer
|
|
#6
| |||
| |||
| However, the issue is this follows through with the email sent out as well. What's interesting is that this doesn't happen until tables are used. As I said 1 row in a table = 1 LINE added above the table. This is interesting. -Thomas |
|
#7
| |||
| |||
| Quote:
i have experinced the 1 line added above the table. and white space problems before. me thinks fckeditor is not stripping / handling the hard returns and white space between the html tags. correctly. hard return = carriage return, hard line return, ascii code charactor for enter key white space = spaces my work around has been to take every seperate line of code. and make one single long line of code. example: ((removed "<" ">" from below so editor doesn't hog swap me)) ....table .........tr ............td ............/td ........./tr ..../table will cause line spacing problems. example: ((removed "<" ">" from below so editor doesn't hog swap me)) removing all white space and hard returns like below. tabletrtd/td/tr/table should fix problem with line spacing when you useing html tags. --------- EDIT: additional info. if work around for single long line of code works, then most likely once you paste it into the editor and submit it, you will no longer be able to re-edit the code without re-editing the code to remake it a single line of code again. the same thing goes for previewing it. if you try to preview it, that single line of code just went through the editor and the editor most likely added its own spaces and hard returns to that single line of code. Last edited by boggen; 07-15-2007 at 11:03 AM. |
| Sponsored Links | ||
| ||
| |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Path to Fckeditor | mjfontec | osCMax v2 Installation issues | 1 | 05-16-2007 06:35 PM |
| FCKeditor 2.2 | cameroti | osCMax v2 Customization/Mods | 1 | 05-03-2006 04:56 PM |
| FckEditor Issues | netfrugal | osCMax v1.7 Discussion | 1 | 02-14-2006 01:08 AM |
| FCKEditor and forms | cacooke | osCMax v2 Features Discussion | 0 | 01-05-2006 08:16 AM |
| FCKeditor, still doesn't work | Sander | osCMax v2 Installation issues | 5 | 10-05-2005 08:39 PM |