Need some help with an html page.

Soldato
Joined
3 Dec 2004
Posts
2,575
Hi all,

Ive created an html page but i am not very good at programming. Ive done the layout but would appriciate if someone could just look over it to see if they could 'tidy it up' as im sure there are pieces of html not needed.

Also I want to add an image to a certain part of the page but I dont know how to do it.

Would be really gratful if I could email the coding and then could have a look for me.

Its not loads of html, very short - just a simple page.

Would be appriciated.

Thanks :)
 
Associate
Joined
12 Aug 2004
Posts
1,009
Location
Glasgow, Scotland
Yeah :), just put all the code inside [code.][/code] tags (without the full stop) and we'll take a look at it.

To put an image on your page use...

<img src="image1.jpg" alt="Image Title" width="100px" height="40px" />
 
Soldato
OP
Joined
3 Dec 2004
Posts
2,575
Thanks for the replys.

The page is actually a template for a popular auction site so I would rather not post the codeing up on this site :)

If one of you could help me out via email that would be great :)
 
Associate
Joined
27 Dec 2005
Posts
97
Ice Rich said:
Thanks for the replys.

The page is actually a template for a popular auction site so I would rather not post the codeing up on this site :)

If one of you could help me out via email that would be great :)

I don't think thats particularly fair.

Have you tried W3 Validators. That will point out any invalid HTML.

Justin
 
Soldato
OP
Joined
3 Dec 2004
Posts
2,575
KingAdora said:
lol why wouldn't you want to post the html code. Anyone can see it by viewing the source...


I know but the page is nothing special, will most likely look very poor compared to the rest of your pages.


MagSafe I have emailed you - thanks.

Regards,
 
Last edited:
Back
Top Bottom