Html editor 2010 manual - Post ID 134717

User 96404 Photo


Registered User
2 posts

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.
User 117361 Photo


Ambassador
6,076 posts

Are you sure everything is in the right folder and the code pointing to the right place to find the images?
User 364143 Photo


Guest
5,410 posts

Yes, the most likely problem is the image path.

<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!
User 96404 Photo


Registered User
2 posts

yes everything shows and is correct until i hit save.
User 184085 Photo


Ambassador
1,707 posts

F1 will bring up a manual
Volunteering to help :)
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.