Problems with HTML & lookin for reviews on my website
Hi I am presently making up a website (or trying to) with a company called Sitesell & I am attemting to add a few HTML tags to it .
As some of you may know it is a fairly basic & straightforward website aimed at providing information to the general public BUT also to provide the owner of the website with income .
One of the points we were told whist going through was that the general public is after information & not a fancy looking website .
As far as the HTML tags are concerned I would like to know the tag/code for putting spaces (of variying lenths between sentences .
.eg – Craigs Adventures.....space .....3333 Craig ave......space.....1 250 555 6666..... space..... http://www.- - - - - -
Also I would like to ask you all for your opinions of my website (so far) – eye appeal , content etc. at the same time please keep in mind the type & goal of it.
Thanks Craig My website is at - http://www.victoria-bc-canada-guide.com
Renegade posted this at 02:11 — 23rd September 2006.
He has: 3,022 posts
Joined: Oct 2002
Not too sure what you mean by putting spaces of varying lengths between sentences. However, have you tried using the margin property in CSS? Then, just set a class for each paragraph and space you want so:
p.one-em {
margin-left:1em;
}
p.two-ems {
margin-left:2em;
}
Then:
<p class="one-em">The quick brown fox jumped over the lazy dog</p>
<p class="two-ems">The quick brown fox jumped over the lazy dog</p>
Hope that was of some help to you.
Also, if you are looking for a review of your site, please post it in the Website Critique Area (just make sure to read and follow the rules first )
Busy posted this at 10:56 — 23rd September 2006.
He has: 6,151 posts
Joined: May 2001
is a space but not ideally suited to be used a lot, what about justify ?
You should really start a thread in the critique section for a review of your site.
You have two obvious errors in your code, two images are missing the closing bracket > and quotes are missing around the align value which is also spelt wrong - center (american) not centre (the proper way)
The images on your naviagtion need to have the white bit transparent.
Your tag should not have any html tags in them
I have been to Vancouver Island, beautiful place (even thou I got food poisoning there lol), highly recommend to everyone, and the boat trip over there from US was just as great with not only seals sunning on the boyes etc but the whales as well.
adamjthompson posted this at 23:12 — 28th September 2006.
They have: 4 posts
Joined: Sep 2006
IMHO, your website looks good, but looks template driven. I'd try to do something a little more creative with the design to make it look unique.
-Adam
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.