Home > Questions and Answers > General Questions

Using Landers provided from STM (6)


11-26-2014 08:58 AM #1 ggpaul (Member)
Using Landers provided from STM

Hey,

I was wondering how do you upload dl landers into your file manager? Do you open up the index.html view page source take the code and paste it on? What about the CSS file? Is there a section on the site where I can learn this? Thanks!


11-26-2014 09:13 AM #2 zeno (Administrator)

You upload files to a server via FTP, using a client such as FileZilla.

Copying and pasting source code is far too impractical.


11-26-2014 09:18 AM #3 ggpaul (Member)

Gotcha, I uploaded the index.html but then I'm not sure what I'm supposed to do with the folders of css, and the folder images.


11-26-2014 09:33 AM #4 zeno (Administrator)

They are part of the site, are referenced to from the index.html code, are critical to the page display, so must be uploaded in the same way.

If index.html is expecting to find a file called CTA.png in a folder called images that is in the same directory as itself, then that's where it's meant to be.

Just make a new folder on your server for your lander called "lp1" for example and upload everything for that lander there.


11-26-2014 09:52 AM #5 quinnn (Member)

You need to make sure the files and folders corresponds with the same folder structure from the LP you downloaded.

So for instance if the source code on the original page says "images/ctas/cta1.jpg" you need to upload the folders in the same structure, meaning the folder "ctas" goes inside the "images" folder. Vice versa with any CSS files.

Is that what you meant?

EDIT: What Z said


11-26-2014 10:09 AM #6 ggpaul (Member)

Got it! Damn, learning something new every time!

Thanks Zeno ! and thanks Quinnn!!


Home > Questions and Answers > General Questions