Welcome Guest, Not a member yet? Register   Sign In
A simple CI tutorial question
#2

(09-15-2015, 07:46 PM)folospace Wrote: Hi there!
I'm totally new to CI and know little about html/php,when I read CI user guide,
a section of code in tutorial/news section confused me:


Code:
<h2><?php echo $title; ?></h2>
<?php foreach ($news as $news_item): ?>
       <h3><?php echo $news_item['title']; ?></h3>
       <div class="main">
               <?php echo $news_item['text']; ?>
       </div>
       <p><a href="<?php echo site_url('news/'.$news_item['slug']); ?>">View article</a></p>[code]
<?php endforeach; ?>
[/code]

Where does the 'class="main"' come from? Where can I edit it?
Anyone who answers will be a great help to me.
Thanks!!
class="main"

Main is the class name of the div tag.

it can edit in the css page or same page.
Practice | Practice | Practice
Reply


Messages In This Thread
A simple CI tutorial question - by folospace - 09-15-2015, 07:46 PM
RE: A simple CI tutorial question - by Midhun Mohanan P - 09-15-2015, 11:40 PM
RE: A simple CI tutorial question - by RobertSF - 09-15-2015, 11:44 PM
RE: A simple CI tutorial question - by folospace - 09-16-2015, 02:22 AM



Theme © iAndrew 2016 - Forum software by © MyBB