• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

HTML Editor that can keep format?

larciel

Diamond Member
I'm shamefully copying a html source from a website and put it into a HTML editor to edit some of the words and give the finalized one to my gf for our anniversary. While I was able to edit the wording, the .html file does not contain any of the format/pictures on the website because I guess the .jpg files aren't stored locally.
Is there a way to have the .html file recall the picture/formats from the website?
Thanks in adv
 
You would have replace the image URL's with full urls, instead of what are likely relative ones.

i.e. change /images/logo.jpg to http://website.com/images/logo.jpg

This of course requires you to have an internet connection when viewing the webpage, else the images won't load.
 
Some browsers have a way to save all the images and content of a single web page. Chrome does this under File, save as.
 
Back
Top