Post4VPS Forum | Free VPS Provider
How did you create the VPS Plans thread - Printable Version

+- Post4VPS Forum | Free VPS Provider (https://post4vps.com)
+-- Forum: Web Technology & Internet (https://post4vps.com/Forum-Web-Technology-Internet)
+--- Forum: Web Design & Projects (https://post4vps.com/Forum-Web-Design-Projects)
+--- Thread: How did you create the VPS Plans thread (/Thread-How-did-you-create-the-VPS-Plans-thread)



How did you create the VPS Plans thread - greenie - 12-11-2016

First, i hope I'm posting this in the right section. If I'm not please can a mod/admin move it Smile
So the VPS Plans page has the boxes for the different type of plans. Is it HTML code or a plugin or something. I'm looking for something similar and was wondering how it was created. 
Thank you Smile


RE: How did you create the VPS Plans thread - Dynamo - 12-11-2016

(12-11-2016, 10:48 AM)greenie Wrote: First, i hope I'm posting this in the right section. If I'm not please can a mod/admin move it Smile
So the VPS Plans page has the boxes for the different type of plans. Is it HTML code or a plugin or something. I'm looking for something similar and was wondering how it was created. 
Thank you Smile

It's created by HTML and decorated with css, nothing else. But don't forget to allow HTML in the page.For css you can put them in every theme's global.css


RE: How did you create the VPS Plans thread - greenie - 12-11-2016

(12-11-2016, 11:31 AM)Dynamo Wrote: It's created by HTML and decorated with css, nothing else. But don't forget to allow HTML in the page.For css you can put them in every theme's global.css

Arhhh brilliant. Thank you Smile. Will get into looking how to code something like that and the CSS.