Hi Nick

The site is a bit spartan but there's nothing wrong with that if you want to 
keep things simple.

A couple of suggestions:

I think the pages would look better if there was more white space between the 
images and the text.  There are several ways of doing this but if you're not 
using style sheets, probably the simplest here is to use an invisible 1 pixel x 
1 pixel "spacer" gif (that can be resized to suit) next to the existing image.  
For example, on your main page replace <img src="nickmug1.jpg" align="right">
by:

<img src="nickmug1.jpg" align="right"><img src="space.gif" align="right" 
width="20" height="459">

You can change the width of space.gif to vary the amount of white space (the 
height parameter is the height of the main image)

The space.gif image is easily created in most image editing programs but I can 
email you one if you want it.


The other thing I would do is to try to exercise some control over the font 
used.  It's difficult to really control this but one thing you could do is to 
insert a font style in <head> tags of each page.  For example:


<head>
<title>Nick Wright Photography</title>
<style type="text/css">
BODY { background-color: white; font-family: sans-serif; font-size: 10pt }
</style>
</head>


This will force a sans serif text unless a user specifically sets up their 
browser to over-ride the font.  



Cheers

Brian

++++++++++++++++++++++++++++++++++
Brian Walters
Western Sydney Australia





Quoting Nick Wright <[EMAIL PROTECTED]>:

> I threw up a simple Web site, and I was wondering if you all would
> tell me what you thought of it. Professionally-speaking.
> 
> I hate fancy flashy sites. So mine probably appears a bit spartan.
> But
> I would like to know what you all think. Thanks a lot.
> 
> The addy is:
> http://www.phojonick.com/
> 
> -- 
> ~Nick Wright
> http://blog.phojonick.com/
> http://www.phojonick.com/
>

----------------------------------------------------------------------
Click for free info to become an interior designer & work for yourself
http://tags.bluebottle.com/fc/CAaCMPJkcLxxnu7AqCm8YC8PDdqR7gD4/


-- 
PDML Pentax-Discuss Mail List
PDML@pdml.net
http://pdml.net/mailman/listinfo/pdml_pdml.net

Reply via email to