On your webpage, do you use a template or HTML?
If you used a template, did you ever find one you like? Was it easy to modify w/ html?
On your webpage, do you use a template or HTML?
If you used a template, did you ever find one you like? Was it easy to modify w/ html?
HTML, hand-coded in WordPad and checked by the W3C validator.
Templates. Oh, so many templates!
But XML editing is coming! Then it’ll be Aspen CDS and local schemas. Yeah!
I prefer to code in pure HTML using HomeSite. Although I will frequently cannibalize a previous web page as a sort of template.
HTML. It’s not particularly pretty because I can’t do very advanced stuff, but it works.
jessica
A template I made for myself using HTML, SSI, and CSS to make things consistent, yet easy to mess with when I feel like it.
I usually hand “code” an HTML document in TextPad, then use that finished, refined page as a template to make the rest of the pages for the site. I can’t use generators. They make me feel dirty.
Oh, check my wp if you want to see one that I did using mostly template, w/ a little html.
Haven’t done it in a couple of years, but I’ve always used HTML in notepad.
~V
Ummmmmm [sub]FrontPage[/sub]
Please don’t hurt me!
But you’re not using a FP theme which are so obvious (and hideous). I don’t understand why people hate FP so much. It CAN be ugly, but I don’t use the uglies so my code tends to be a little cleaner.
I use FP all the time, but have never used their themes. I also use CSS so I can keep my own ‘theme’ but change the colour, text size, font etc, with ease. A simple change in the CSS file and I can get a whole new look.
I also try to keep all of my HTML (if not perfect) at least lined up in each page and then use a bulk text changer so I can recast pages hundreds at a time if needed.
I do dick around with the HTML as much as using the WYSIWYG editor. Mainly I use WYSIWYG for bulk text and HTML view for playing around with the classes and table formats.
I also find the ‘include page’ option a major timesaver, rather than handcoding the ‘header’ onto each page I include it at design time and when I change it, it automagically propogates through the web.
I don’t like ‘bought’ themes, mainly because I find them a little too graphic intensive and with the crap on my site, there is no point in waiting for nice ‘themed’ pictures to come down when all you want is the basic crap.
So, I thought up a theme (or two to be honest) and use them throughout the site.
Now was that TMI or what !?!?
HTML. And like Why a Duck, I also cannibalize my previous web pages, but less as a template than that I’m too lazy to type the same codes in page after page.
I don’t understand how to add my own pictures, backgrounds, and file downloads using templates, so it’s actually easier to code things myself :rolleyes:
My favorite method of learning new html is to find something neat on someone else’s page, then use “view source” so I can find out exactly which codes they used to do this. Unfortunately, learning Java this way isn’t working out nearly as well.
A bit of both. I handcoded the majority of my site (vim all the way!), but to update the news on my page I wrote a few scripts (in Ruby) which update my front page and news archive.