Previous Thread
Next Thread
Print Thread
Rate Thread
#252217 06/24/2003 12:52 PM
Joined: May 2001
Posts: 2,798
Member
Member
Offline
Joined: May 2001
Posts: 2,798
I have 4 files:

lib.php - has my functions
index.php - main page
header.php - has the CommonHeader I use for each page
phrozenphan.css - my css file

Now in lib.php I have this code for my quicklinks function:
Code
<br />function quicklinks() { // Quick Links Function<br />    $string = "";<br />	$query = mysql_query("SELECT * FROM `QuickNav` LIMIT 0,30") or die(mysql_error());<br />		while ($row = mysql_fetch_array($query)) {<br />			extract($row);<br />		$string .= "<a href=\"$Link\" style=\"font1\">$Title</a> | ";<br />			}<br />		$string = rtrim($string, "| ");<br />		echo $string;<br />	}<br />


If you look at the link with style="color: font1" you see what I might be having a problem with. because on header.php I call the css file. So on index.php, I include header.php and call the commonheader function. In the commonheader function I include lib and css file. But for some reason, it won't display the color set in font1, it just displays the normal link color. Is there a way to fix this?

Sponsored Links
BOO_YAAAAAAAAA #252218 06/24/2003 4:59 PM
Joined: Aug 2002
Posts: 1,191
Kahuna
Kahuna
Joined: Aug 2002
Posts: 1,191
Try referencing the css file in your header file. The way you describe it first loads the header with the <HTML> etc. tags then the lib and then the css. Put the <link .... directive in your header and it will be included before the lib.php.


Nikos
Hal_dup2 #252219 06/24/2003 7:29 PM
Joined: May 2001
Posts: 2,798
Member
Member
Offline
Joined: May 2001
Posts: 2,798
The <link is in the header, so I have no idea why it won't work.

BOO_YAAAAAAAAA #252220 06/24/2003 8:13 PM
Joined: May 2001
Posts: 2,798
Member
Member
Offline
Joined: May 2001
Posts: 2,798
I tried moving the include file for lib.php under the css link rel but it still doesnt work ...

BOO_YAAAAAAAAA #252221 06/24/2003 8:31 PM
Joined: May 2001
Posts: 2,798
Member
Member
Offline
Joined: May 2001
Posts: 2,798
HAHA! It's supposed to be class not style..

Sponsored Links
BOO_YAAAAAAAAA #252222 06/24/2003 10:07 PM
Joined: Jun 2003
Posts: 1,025
Junior Member
Junior Member
Offline
Joined: Jun 2003
Posts: 1,025
Does that mean that you figured it out? If so -
If no -

BrokenToy #252223 06/27/2003 8:54 PM
Joined: May 2001
Posts: 2,798
Member
Member
Offline
Joined: May 2001
Posts: 2,798
Yes, I forgot it was supposed to be class.. and I needed to change the .font to a.font. Silly CSS.


Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
isaac
isaac
California
Posts: 1,157
Joined: July 2001
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20221218)