A Conversation for Ask h2g2
Website/page designing software
Ferrettbadger. The Renegade Master Started conversation Jul 9, 2006
Anyone reccomend something good, that can make simple but good looking webpages?
Website/page designing software
Yelbakk Posted Jul 9, 2006
All you need is your brain and imagination. If you use them, even Front Page Express (as delivered for free with any Microsoft product) does a good job.
Y. (Do I get a prize for the most smart-pantish answer?)
Website/page designing software
Baryonic Being - save GuideML out of a word-processor: A7720562 Posted Jul 9, 2006
The geek's answer is that you should learn XHTML, which is similar to GuideML, and not too difficult, and a useful skill that looks good in your credentials. See, for example http://www.w3schools.com/
http://www.nvu.com is the home of Nvu - a free and WYSIWYG website creation program that is a perfectly legal rip-off of the Composer component of http://www.mozilla.org/projects/seamonkey/ (the Mozilla Internet suite).
There are some online tools, like with Freewebs, I think. Even some ISPs provide a website-making tool for free. Purists scoff at such things, but for simplicity you can't beat it.
Website/page designing software
Not him Posted Jul 9, 2006
In MS office, Word or Publisher will do the job.
Website/page designing software
The Nitpicker Posted Jul 9, 2006
When you get the hang of it Dreamweaver is a really good tool but the MOST important factor is a good design sense and imagination.
Website/page designing software
Baryonic Being - save GuideML out of a word-processor: A7720562 Posted Jul 9, 2006
"the MOST important factor is a good design sense and imagination"
That's two important factors isn't it?
In this particular case I think price is a more important factor, since Dreamweaver is quite expensive.
Website/page designing software
TRiG (Ireland) A dog, so bade in office Posted Jul 9, 2006
Notepad is all I've ever used.
(Except for Google PageCreator, but I can't find any way of handcoding pages there. But I created a page simply for the fun of it, and it has nothing on it, really.)
We were taught basic HTML in college. I'd like to learn XHTML.
I'm quite proud of the fact that, though we'd been told nothing about divorcing style and content, my first thought when I saw a tag was, That looks a bit iffy.
TRiG.
Website/page designing software
Yelbakk Posted Jul 9, 2006
I am just gonna go ahead and abuse this thread for some technical help...
How do you create a frame in html? Not a frame in the sense of the frameset kind of thing, but a frame around, say, a picture. Or like a box. In fact, what I am looking for should look like the box into which I am typing this right now.
See, what I can think of is to put the picture into a single-cell table, using a border for the table. However, the table borders look, well, ugly. What I want is a simple thin line to go around the picture.
Any ideas how to do that?
Y.
Website/page designing software
six7s Posted Jul 9, 2006
your words or image go here
anything other than zero will create a visible border, a value of 10 will be rather heavy
-----------------
For those who like Notepad, I can recommend SCiTE - free from http://www.scintilla.org/ (there are versions for both Windoze and Linux)
It's like Notepad on steroids - it 'recognises' a whole host of languages, incl HTML, and although it - like Notepad - won't fix any errors it does 'colour code' your tags... so it's really easy to see where you've goofed
And... when working with a file that's been saved with a .html , if you hit the F.5 key, it loads in your browser
And... you can get it to show 'line numbers', so when (not if ) you run your code through http://validator.w3.org/ or http://www.htmlhelp.com/tools/csscheck/ you can quickly find the bugs you missed
Website/page designing software
Baryonic Being - save GuideML out of a word-processor: A7720562 Posted Jul 9, 2006
Yelbakk - in XHTML you would need to add this to the CSS:
#img {
border: 1px solid #000;
}
/* #000 is where you put the hexadecimal colour code */
Key: Complain about this post
Website/page designing software
- 1: Ferrettbadger. The Renegade Master (Jul 9, 2006)
- 2: Yelbakk (Jul 9, 2006)
- 3: Baryonic Being - save GuideML out of a word-processor: A7720562 (Jul 9, 2006)
- 4: Not him (Jul 9, 2006)
- 5: Mu Beta (Jul 9, 2006)
- 6: The Nitpicker (Jul 9, 2006)
- 7: Baryonic Being - save GuideML out of a word-processor: A7720562 (Jul 9, 2006)
- 8: TRiG (Ireland) A dog, so bade in office (Jul 9, 2006)
- 9: Yelbakk (Jul 9, 2006)
- 10: six7s (Jul 9, 2006)
- 11: Baryonic Being - save GuideML out of a word-processor: A7720562 (Jul 9, 2006)
- 12: TRiG (Ireland) A dog, so bade in office (Jul 9, 2006)
More Conversations for Ask h2g2
Write an Entry
"The Hitchhiker's Guide to the Galaxy is a wholly remarkable book. It has been compiled and recompiled many times and under many different editorships. It contains contributions from countless numbers of travellers and researchers."