The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

How create point store like this?

2 posters

Go down

How create point store like this? Empty How create point store like this?

Post by kumotta March 26th 2014, 8:12 pm

This may be the main attraction for a forum  Very good  I hope someone can help me make point store like this  Hello 


http://socialacademy.forums.fm/h34-shop-section
kumotta
kumotta
Forumember

Female Posts : 204
Reputation : 3
Language : English

http://komiku.forumid.net/

Back to top Go down

How create point store like this? Empty Re: How create point store like this?

Post by Pizza Boi March 26th 2014, 8:27 pm

Hi Very Happy

Note: There is no such thing as automatic points deduction from a profile at the moment if you wish to purchase.

In this link, it was stated on how to create an HTML page; however, you only used to need one "Space".

My apologies since we cannot give you a full code on the appearance and what not but you can code for yourself using W3schools so it will take effort which I hope you will exert in doing.

Anyway, here's a little tip in order to create it easier. In encoding the form, please provide a box BELOW the items you wish to have.

Now, how to create the items, right? Well, first off, you gotta learn how to create tables with either pure HTML or with spice of CSS and Javascript but let's not complicate things. I'll give you a little bit of example:

Code:
<table id="shop">
<tr>
<th></th>
<th></th>
</tr>
</table>

Now, you can see that I declared "shop" as its ID. We can now go on designing it in our CSS:

Code:
#shop {
background-image:url("") no-repeat; /* You can have this or not, it's not obligatory */
background-color: #color;
border: #px;
border-radius: #px #px #px #px; /* The reason is for the edges */
border-color: #color;
padding: #px; /* You can declare padding-left, padding-right, and so on */
margin: #px; /* Same for padding, you can actually use pt instead */
font: Thisfontisanexample; /* Change it to like verdana or something */
font-size: #px;
}

So that's just a little tip, just try to learn coding to make it easier for you to design the tables since Forumotion already provided an easy way to create forms Wink.

Or you can just use this to make your life easier by just listing the items in a topic... https://help.forumotion.com/t131789-add-a-form-on-creation-of-a-new-topic

Regards,
Pizza Boi
Pizza Boi
Pizza Boi
Hyperactive

Male Posts : 2016
Reputation : 160
Language : French
Location : Pizza Hut!

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum