how to edit links for basic default skim setup?
Posted: Sun Mar 15, 2015 10:29 pm
Hello, I have a site called mahometown dot com. The main page shows 80 thumbs in random order, chosen from the 80 newest posts in the database all the time. If you see the code for each thumbnail post it looks like:
I want to know:
what modification do I need to make on the above sample code to prepare it for DEFAULT SKIMMING and to make sure the link opens in a new window?
PS: I ask this because I do not want to HARDCODE anything without being sure it´s correct first. I wish to be able to operate from TE´s admin without the need to touch the code anymore afterwards
Code: Select all
<div class="col-md-3 col-xs-6 thumb" style="padding: 0; min-height: 100%;">
<a class="thumbnail" href="/index.php/index/postDetails?posi_id=100872">
<img class="img-responsive" style="width: 190px;height: 190px;" src="http://41.media.tumblr.com/db416334824dc6717d90c587c4a263bb/tumblr_nkpbymt4yq1uol9vro1_500.jpg" />
<div class="caption">
<h5>caperucitafeet:
what modification do I need to make on the above sample code to prepare it for DEFAULT SKIMMING and to make sure the link opens in a new window?
PS: I ask this because I do not want to HARDCODE anything without being sure it´s correct first. I wish to be able to operate from TE´s admin without the need to touch the code anymore afterwards