Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

my problem w/ screenshot

Asked Modified Viewed 1,902 times
B
blitzkrieg07
B
  • Member, joined since
  • Contributed 89 posts on the community forums.
  • Started 23 threads in the forums
  • Started this discussions
asked
Member

img502.imageshack.us/img502/3852/panelob5.png

How to make the panel header image (cellpic4) get taller in height and wider in width?

How to make the text in the news panel get bigger and not affect the other panels? also, how to make the text bigger and make it so that it won't affect the panel header image?

function render_news($subject, $news, $info) {

   global $locale;

   echo "<table width='100%' class='news-body'>\n";

   echo "<tr>\n";

   echo "<td class='zero_margins'><img src='" . THEME . "images/tl_cnr4.gif' alt=''></td>\n";

   echo "<td colspan='3' class='cell_heading' style='background-image: url(" . THEME . "images/cellpic4.gif);'>\n";

   echo "<img src='" . THEME . "images/small_arrow.gif' hspace='3' alt='>'>\n";

   echo "<font class='block-title'>$subject</font>\n";

   echo "</td>\n";

   echo "<td class='zero_margins'><img src='" . THEME . "images/tr_cnr4.gif' alt=''></td>\n";

   echo "</tr>\n";

   echo "<tr>\n";

   echo "<td rowspan='2' style='background-image: url(" . THEME . "images/boarder_left.gif);'></td>\n";

   echo "<td colspan='3' style='padding-top: 5px; padding-bottom: 5px;'>\n";

   echo "$news";

   echo "</td>\n";

   echo "<td rowspan='2' style='background-image: url(" . THEME . "images/boarder_right.gif);'></td>\n";

   echo "</tr>\n";

   echo "<tr>\n";

   // echo "<td class='news-footer' style='background-image: url(".THEME."images/boarder_left.gif);'></td>\n";

   echo "<td class='news-footer' align='left'> \n";

   echo $locale['040'] . "<a href='profile.php?lookup=" . $info['user_id'] . "'>" . $info['user_name'] . "</a>\n";

   echo $locale['041'] . showdate("longdate", $info['news_date']) . "\n";

   echo "</td>\n";

   echo "<td class='news-footer' align='right'>\n";

   if ($info['news_allow_comments']) {

      echo $info['news_reads'] . $locale['044'] . " ·\n";

      echo "<a href='news.php?readmore=" . $info['news_id'] . "'>" . $info['news_comments'] . $locale['043'] . "</a> · \n";

   }

   if ($info['news_ext'] == "y") {

      echo "<a href='news.php?readmore=" . $info['news_id'] . "'>" . $locale['042'] . "</a>\n";

   }

   echo "</td>\n";

   echo "<td class='news-footer' align='right'>\n";

   echo "<a href='print.php?type=N&item_id=" . $info['news_id'] . "'><img src='" . THEME . "images/printer.gif' alt='" . $locale['045'] . "' style='vertical-align: middle'> </a>\n";

   echo "</td>\n";

   // echo "<td class='news-footer' style='background-image: url(".THEME."images/boarder_right.gif);'></td>\n";

   echo "</tr>\n";

   echo "<tr>\n";

   echo "<td class='zero_margins'><img src='" . THEME . "images/bl_cnr4.gif' alt=''></td>\n";

   echo "<td colspan='3'style='background-image: url(" . THEME . "images/boarder_bottom.gif);'></td>\n";

   echo "<td class='zero_margins'><img src='" . THEME . "images/br_cnr4.gif' alt=''></td>\n";

   echo "</tr>\n";

   echo "</table>\n";

}


and i checked php-fusion themes..no one's online and well in my own opinion, i think it's better for me to ask here. cuz, people over there are asking questions on what a theme should look like, theme requests...bla bla bla. my question has to do with coding not witht he theme...or am i wrong?
Edited by blitzkrieg07 on 30-09-2006 22:00,
0 replies

2 posts

M
Matonor
M
Impossible things are there to be made possible
  • Veteran Member, joined since
  • Contributed 1,022 posts on the community forums.
  • Started 3 threads in the forums
answered
Veteran Member

You are wrong. This Question is 100% Theme related.
Please use PHPFusion Themes the next time. There are not as much people online as there are here, but the Design Team visits the Themes site more frequently so your chances are good to get a good answer there, too.
Why do you start a new thread?
You posted a very similar question and got it probably answered here already:
http://www.php-fusion.co.uk/forum/vie...post_79760
0 replies
E
enablingwolf
E
  • Junior Member, joined since
  • Contributed 14 posts on the community forums.
  • Started 2 threads in the forums
answered
Junior Member

For future referance.

A quick primer on CSS would be a great help in resizing and general concepts of how to modify the general look of your site.


http://www.w3schools.com/css/

The best parts are:

CSS Background
CSS Text
CSS Font
CSS Border
CSS Margin
CSS Padding
CSS List

The advanced parts are the fun part. I love the editor on that site to see how the stuff works.
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 2 posts
  • Votes 0 votes
  • Topic users 3 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet