/ Published in: HTML
This is a mock skeleton used when I create a flat mock to show clients designs. Prefs: tab trigger [mockskel] Note: I use e-texteditor and it uses $1, $2, etc. for the tab stops.
Expand |
Embed | Plain Text
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <style type="text/css" media="screen"> body {margin:0; padding:0; background:$2 url(mock.jpg) no-repeat top center;} #container {width:$3px; height:$4px; margin:0 auto;} #container img {display:none;} </style> </head> <body> </body> </html>
You need to login to post a comment.
