Quote:
Originally Posted by SecTa
If you don't want your logo to be resized, following changes should be done:
Styles & Templates-> Style Manager-> Edit Templates-> Header:
find
HTML Code:
<img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" />
replace with
HTML Code:
<img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" id="forumlogo"/>
Info was taken from here
|
Adding the
for any image works great. thanks. I have a image for my footer which was resized, but after adding the id part. It was fixed.