Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
- when using the timeline page, you can alternate between each timeline post just like in the preview. To do this here is the code
- /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
- <td>
- <div class="entry">
- <plus></plus>
- <div class="pic"><img src="TIMELINE PORTRAIT IMAGE URL GOES HERE">
- <div class="date">(DATE WILL GO HERE. KEEP IT IN SHORT DATE FORMAT [EX: DEC 25])</div>
- </div>
- <div id="info">
- <span>FILLER TEXT WILL GO HERE</span>
- </div>
- </div>
- </td>
- <td>
- <div class="entry2">
- <plus></plus>
- <div class="pic2"><img src="TIMELINE PORTRAIT IMAGE URL GOES HERE">
- <div class="date">(DATE WILL GO HERE. KEEP IT IN SHORT DATE FORMAT [EX: DEC 25])</div>
- </div>
- <div id="info2">
- <span>FILLER TEXT WILL GO HERE</span>
- </div>
- </div>
- </td>
Advertisement
Add Comment
Please, Sign In to add comment