Need HTML Help!!!

Status
Not open for further replies.

cD-rR

Banned
Banned
150
2010
0
0
Hello, I want to add my new Site logo on warezj.com , but it's a little bit larger from my HTML ( correct me if i am wrong ).
So can someone help me out changing height and width of that HTML?

Thanks :)
 
4 comments
The one that is there is using auto so it fits. Do you not mean this one?
logo.png


File is spelled flie in the image by the way.....
 
You can define the image size in the head - Similar to:

<div class="logo"><a href="index.html"><img src="images/logo.png" alt="logo" width="350" height="100" hspace="15" border="0" /></a></div>

Just alter the sizes to suit the new logo.

(Is that what you meant?)
 
Status
Not open for further replies.
Back
Top