1
Alt
News Img to close to text
  • 2004/2/16 0:21

  • Alt

  • Just popping in

  • Posts: 15

  • Since: 2002/11/26


Hi, I am new to .php and I have a problem with img in news module.

Here is news_item template

<div class="item">
<div class="itemHead"><span class="itemTitle"><{$story.title}></span></div>
<div class="itemInfo">
<span class="itemPoster"><{$lang_postedby}></span>
<span class="itemPostDate"><{$story.posttime}></span>
</div>
<div class="itemBody">
<span class="itemImg"><{$story.imglink}> </span>
<p class="itemText"><{$story.text}></p>
</div>
<div class="itemFoot">
<span class="itemAdminLink"><{$story.adminlink}></span> <span class="itemPermaLink"><{$story.morelink}></span>
</div>
</div>

I created in style.css .itemImg with padding right 10px. but news module it's showing img stick with text. Can someone help me with that issue?

Thanx,

Alt

2
TooBaked
Re: News Img to close to text
  • 2004/2/16 2:56

  • TooBaked

  • Just popping in

  • Posts: 37

  • Since: 2003/2/9 5


whats the web address so we can see the image?

3
meme
Re: News Img to close to text
  • 2004/2/16 5:03

  • meme

  • Quite a regular

  • Posts: 271

  • Since: 2002/12/10


change this
<span class="itemImg"><{$story.imglink}> </span>

to

<span class="itemImg">&nbsp;&nbsp;<{$story.imglink}> </span>

Login

Who's Online

184 user(s) are online (97 user(s) are browsing Support Forums)


Members: 0


Guests: 184


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits