Html editor 2010 manual - Post ID 134699
Is there a manual for the new editor? I'm not able to preview images in the preview mode or test page mode on regular html and css pages? I'm not sure what I'm missing i usually hard code then cut and paste into the editor.
Are you sure everything is in the right folder and the code pointing to the right place to find the images?
Yes, the most likely problem is the image path.
requires the image to be in the same directory as the html page requesting it.
requires the image to be in a subdirectory of the the html file location.
<img src="myImage.jpg" />
requires the image to be in the same directory as the html page requesting it.
<img src="images/myImage.jpg" />
requires the image to be in a subdirectory of the the html file location.
CoffeeCup... Yeah, they are the best!
yes everything shows and is correct until i hit save.
F1 will bring up a manual
Volunteering to help 
http://www.tbaygeek.ca
My HTML play area
http://www.tbaygeek.ca/test/

http://www.tbaygeek.ca
My HTML play area
http://www.tbaygeek.ca/test/
Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.