01-13-2012, 04:29 PM
(This post was last modified: 01-13-2012, 04:32 PM by AceInfinity.)
(01-13-2012, 04:22 PM)Firetech Wrote: By usingafter img just find the css code that put the text under imageCode:style=""
I'm not sure what you mean by this
Note: Btw, NEVER do that with css styles; adding them directly into html tags like that. It's bad enough just using a style element in the <head>
But all he would have to do is to do something like this:
Code:
<li><a href="http://www.thetechcentral.net/search.php"><img src="{$theme['imgdir']}/nav/search.png" alt="Search" title="Search" /><br />Search</a></li>
Even that i'm not sure why you'd want it underneath, looks more compact and professional with the image being beside the text.