|
|||||||
Join now to share free website templates or post on the forum. If you have never been on a forum before read the
FAQ. It's quick, easy and free to join!
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
That's not bad for all that he does. I use Hostmoster and usually if they like them I ask them to click on the link from my website.
Had a quick look at your site - very nice. I'll take a hard look latter as I have to take care of a few other things.
__________________
Consultant - Programmer - WebMaster cleandeck - lawn mower undercoating wilmargraphite - graphite lubricants |
|
||||
|
I understand about that time thing, kids, g-kids, dogs and the fish well the ones I catch are in the lake behind my house.
Looked at your code. since you had a problem opening external sites in there own window. I put in the proper code and modified your DTD. You had (which should not be use) charset=us-ascii and put in charset=windows-1252. Add some <meta tags for SEO and rearranged the order. I left <!-- comments --> in for you to see. Thought you might want to compare it to what you have and it does validate. You can just drop it into your directory and run it. Attached zip file.
__________________
Consultant - Programmer - WebMaster cleandeck - lawn mower undercoating wilmargraphite - graphite lubricants |
|
||||
|
I did not have your graphics when I sent you that zip file.
this correction will fix the footer that I messed up. As you can see it moves the validators graphics to the right and unclutters the footer. Plus the validator opens in own window. Code:
<h2>Credits</h2> <div> <ul> <li>Designed by <a href="http://inobscuro.com/" target="blank">In Obscuro</a> </li></ul></div><!-- NAVIGATION END --></div> <ul> <li><a href="http://validator.w3.org/check?uri=referer" target="blank"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0 Transitional" height="31" width="88" /></a></li> <li><a href="http://validator.w3.org/check?uri=referer" target="blank"><img src="http://www.w3.org/Icons/valid-xhtml10-blue" alt="Valid XHTML 1.0 Transitional" height="31" width="88" /></a></li></ul> </div>
__________________
Consultant - Programmer - WebMaster cleandeck - lawn mower undercoating wilmargraphite - graphite lubricants |
|
||||
|
Thanks ishkey got that working great,
The only problem am having now is getting my pages to validate lol they wont and am not sure how to fix the errors and warnings that they are giving me. So bit more work to do yet, am finally getting the forum sorted and it is now linked to the website so have that to finish setting up to, going to be a fun few nights |
|
||||
|
It validated for me. You change the code I put in from
Code:
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252" /> Code:
<metahttp-equiv="Content-Type" content="text/html; charset=ansi_x3.110-1983" /> Code:
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" /> I have no idea why you did that, but read up on DTD (Document Type Definition) and believe me it will confuse you. It takes sometime to digest.
__________________
Consultant - Programmer - WebMaster cleandeck - lawn mower undercoating wilmargraphite - graphite lubricants |
|
||||
|
Thanks ishkey That must of happened when Copying and pasting as I copied from the file I downloaded from you into the notepad with the pages html.
I'm an ex typist but if can copy and then paste code like I did is alot easier for me. I type to fast for myself sometimes lol. Will go back and look at it and sort it and see what happens. Angie |
![]() |
| Thread Tools | |
| Display Modes | |
|
|