final HtmlLink link = new HtmlLink();
link.setModuleRelative(false);
link.setUrl(DegreeCurricularPlanLayout.SPACER_IMAGE_PATH);
final HtmlImage spacerImage = new HtmlImage();
spacerImage.setSource(link.calculateUrl());
final HtmlTableCell tabCell = row.createCell();
tabCell.setClasses(getTabCellClass());
tabCell.setBody(spacerImage);
}