Question:

How to make a piczo site like this?

by  |  earlier

0 LIKES UnLike

http://freak-ette.piczo.com

what did she use to make it like that? I mean you can't just make a textbox for every section. how can I make mine like that?

 Tags:

   Report

1 ANSWERS


  1. The site use a lot of <div> tags to contain the sections, since the <div> tags are assigned with absolute references(e.g. top:530px; left:205px;), it can be placed anywhere like tile or columns in the newsprint. Within the <div> tags, it got a lot of heading tags <h1>, <h2>.... which stylized the titles and the text. to see those tags, go to browser menu, view, page source.

    Regarding the counter, it depends on the site you got, some people know php can right their own counter and put it on the web page, but basically, the hosting site should have a section for web counter, once you get to the page and choose the attribute of the the counter like type(e.g. odometer, digital clock), the starting count, the number of digits, etc. it will generate image link for you put in to your web page, whenever that page load, the image link will activate the server code and get the update counter.

    Here's an example of counter taken out from the page link you provided.

    < img border="0" alt="hits" src= "counter.php" ilo-full-src= "http://freak-ette.piczo.com/ counter.php"/>   note: 1 space added to show full code

    Hope this helps.

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.