<div dir="ltr">Ryan,<div><br></div><div>My sites are built on my custom web class library that optionally uses templates to generate content. Templates are simple fill in the blank page type text files which use reflection to pull properties of a objects into the template.</div><div><br></div><div>Here is how a template is formatted:</div><div><br></div><div><html></div><head><br><title>Search Results: {Phrase}</title><br><link href="/styles/your.css" rel="stylesheet" type="text/css" media="all"><br><div></head></div><div><body></div><div>{SearchItems}</div><div></body><br></div><div></html></div><div><br></div><div>And a template file for the search item: </div><div><br></div><div><a class="searchResult" href="{Source}"><br><span class="resultPath">{Bolden}</span><br><span class="resultKind">{Kind}</span><br><span class="resultDescription">{Description}</span><br></div><div><br></div><div>If you want something specific with regards to layout, just send me a custom template and possibly a css file to make it look however you want.</div><div><br></div><div>Since I have written this web library myself, its very easy to modify and extend. I might add the ability for anyone to send their own templates and browse or select from templates directly on every page, but that extension is not likely to happen in the next few days.</div><div><br></div><div>If anyone is interested let me know and I'd produce a short instructional video on how the my web library makes developing web pages easy. The only hard part is writing html and css, which for plain stuff isn't hard at all really. But html and css are design work, so you get out of html and css work is whatever kind of design, taste, and effort you put into it.</div></div>