How do I add content "after" the HTML export?« Back to Questions List

Reset The Elements

Export Kit has custom HTML and CSS settings to render your PSD content correctly. When using standard HTML you will want to reset the HTML elements. This is quick and easy.

Reset CSS Class


.reset div, .reset img { position: initial; }

Using "position:initial;" with any CSS element will reset that element for standard HTML use.

Add the Reset CSS Class to any element in your HTML file AFTER your output.

Reset PSD Layers


#psd_layer_name div, #psd_layer_name img { position: initial; }

Where "psd_layer_name" is the name of the layer in the PSD document you want to reset for standard HTML.

Eg. If your PSD layer name is "My Custom Container", your CSS element # is "my_custom_container".

Added July 30, 2014 5:17 am

Do you have the right answer? If you do other users will benefit from your contribution, share your knowledge with the community!

1892 views
0 answers
Last Answered 10 years ago by admin

Categories

Recent Answers

asked by Ali Sodikin
asked by indian
asked by Gts
[+] View All Recent Questions

Share Your Knowledge!

Contribute to the community and help other users to benefit from your answer with experience and knowledge.