Jump to content
LemmeCheck.Info

CSS


Pornostar
 Share

Recommended Posts

Hello,
I have the following problem. In my template I define the width and height of the thumbs. (Example: <div class="image fit">__THUMB.533.800__</div>) Unfortunately, WIDTH and HEIGHT will also appear in the output. How can I turn it off because I control it via a CSS. Likewise, ALT and TITLE are output. I would like to be able to vary that.


thx Maik

Link to comment
Share on other sites

5 hours ago, Pornostar said:

Hello,
I have the following problem. In my template I define the width and height of the thumbs. (Example: <div class="image fit">__THUMB.533.800__</div>) Unfortunately, WIDTH and HEIGHT will also appear in the output. How can I turn it off because I control it via a CSS. Likewise, ALT and TITLE are output. I would like to be able to vary that.


thx Maik

You'd need to edit the functions file. Locate this file: userFunctions.inc.php

Then just do search for ALT= and each line likely has the ALT, WIDTH and HEIGHT tags. Just edit as needded (make a copy of the file in case you make a mistake).

That said, having it in the source it does not hurt anything. It does not hurt SEO. And, by defining it in the source, it tells the browser what to do immediately versus having it calculated or determined via an extra http call/external file (css). In other words, it's also efficient.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use, Privacy Policy, and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. policies