Go Back   PCMech Forums > Help & Discussion > Internet, Web Applications, & The Cloud

Need Some Help? Type Your Keywords Here:

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
Old 08-20-2004, 03:13 PM   #1
Member (6 bit)
 
Join Date: Jan 2003
Posts: 56
WSYIWG editor won't display pictures

I'm helping a guy with his mailing list software called DirektMail by SiteControl. There are two sections, one which allows you to post your code and another to preview it. When I post the code, everything look normal, but when I look in the preview section, all the images are gone and the style sheet at the top of the document appears to not be used.

When I went back to where I posted the code, that's where I noticed forward slashes in front of all the quotation marks. I tried removing the quotation marks but the forward slashes came back and the quotation marks were reinserted. Does anyone have a clue as to what the problem may be?

Thanks
lilpenny1316 is offline   Reply With Quote
Old 08-20-2004, 10:38 PM   #2
Staff
Premium Member
 
mairving's Avatar
 
Join Date: Jul 1999
Location: Arlington, TN
Posts: 5,538
Most likely a relative path vs. full path issue.

A picture or a stylesheet in an email should be linked like so:
<img src="http://sitename.com/images/imagename.jpg>
which is the full path to the image and will display correctly as long as their is a picture there.

It is common and a little faster processing to do images on a website something like this:
<img src="/images/imagename.jpg>
which is a relative path. This looks for images in a subfolder of the root domain (sitename.com). If you send out an email with the relative path in it, it won't find the pictures since it doesn't know what domain to use.

So use the full path and it should work fine. Also you should note that AOL, MSN and some others don't process stylesheets effectively. So I would make sure that the page will display okay without the stylesheet as well.
__________________

Want to Make $$$$ with your Computer? No Risk! Simply press shift-4 four times in a row
mairving is offline   Reply With Quote
Reply

Bookmarks

Still Need Help? Type Your Keywords Here:


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 09:12 AM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 PL2