Current location: Hot Scripts Forums » General Web Coding » CSS » CSS Question


CSS Question

Reply
  #1 (permalink)  
Old 06-04-05, 12:16 AM
Justin171985 Justin171985 is offline
Newbie Coder
 
Join Date: Feb 2004
Posts: 35
Thanks: 0
Thanked 0 Times in 0 Posts
CSS Question

Hello,

I recently made a simple news script using PHP to include in my home page, and I need to style each part differently in the php file (title, author, news). Is there any way I can use CSS or link to a CSS file or something in a PHP file, so that i can make this possible?

Thanks,
Justin.
Reply With Quote
  #2 (permalink)  
Old 06-04-05, 04:00 AM
NeverMind's Avatar
NeverMind NeverMind is offline
Community VIP
 
Join Date: Aug 2003
Location: K.S.A
Posts: 2,257
Thanks: 0
Thanked 2 Times in 1 Post
yes, why not?
you can make your .CSS file and then include it in your html <head> by putting:
Code:
<link rel="stylesheet" type="text/css" href="filename.css" />
then say you have your title, author and news inside <span>s then you use:
PHP Code:

echo '<span class="title">',$title,'</span>';

//and so on... 
you should've defined the classes in the CSS file.
__________________
PHPSimplicity
We don't need a reason to help people - Zidane [FF9]
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Cross-browser CSS Help Arctic CSS 10 12-26-06 11:21 AM
Adapting CSS for different platforms pagetta CSS 1 01-12-05 07:13 AM
Posting a question / answer on site markcody PHP 2 11-23-04 01:58 PM
[PHP] Array question UmiSal Script Requests 1 04-05-04 01:52 PM
question and answer software jaydifox C/C++ 0 02-21-04 09:26 AM


All times are GMT -5. The time now is 01:39 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.