![]() |
|
|
|||||||
![]() |
|
|
Thread Tools | Rate Thread |
|
|
PM User | #16 |
|
Regular Coder ![]() Join Date: Jul 2002
Location: Vancouver, BC Canada
Posts: 949
Thanks: 22
Thanked 39 Times in 39 Posts
![]() |
CMS adds a whole new dimension to what basically is a very simple script that uses either a TXT file or XML file. The end user doesn't have to learn much to edit any of the examples above. Now you can go the CMS route but it will add a lot of extra coding and you must make it as "idiot" proof as you can. I would maybe work on the CMS as your next project after this one. --
__________________
Leonard Whistler |
|
|
|
|
|
PM User | #17 | |
|
New Coder ![]() Join Date: Apr 2009
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
![]() |
Quote:
This code is working great To avoid all the text files I put the show description in the php file here PHP Code:
PHP Code:
Any information greatly appreciated. Thanks
|
|
|
|
|
|
|
PM User | #18 | |
|
Regular Coder ![]() Join Date: Jul 2002
Location: Vancouver, BC Canada
Posts: 949
Thanks: 22
Thanked 39 Times in 39 Posts
![]() |
I would use CSS and apply it to headlines, paragraphs, spans of text.
Quote:
-------------
__________________
Leonard Whistler |
|
|
|
|
|
|
PM User | #19 |
|
New Coder ![]() Join Date: Apr 2009
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
![]() |
Hello, thanks for the reply. That is working great thanks
![]() One last tiny part that I need to sort out, I changed the font size/type in css, it displays perfect in Firefox, but IE is displaying it outsized, far too big. Ive searched the net for some information as to why IE wouldnt display the size correctly but havent been able to find anything. Can anyone think of a reason why IE would not be showing the text in the font/size I specified in css? Thanks |
|
|
|
|
|
PM User | #20 |
|
New Coder ![]() Join Date: Apr 2009
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
![]() |
Hello again, on closer inspection it would appear IE is showing the correct colour & font but comepletely ignoring the size.
Im aware that Firefox & Chrome skip errors in code, unlike IE which reverts to a default if an error is present, <style type="text/css"> body,td,th { font-family: Verdana; font-size: 5px; color: #666666; font-weight: bold; } </style> This is the code Im using, I'll be blowed if I can see an error in it though Im assuming this is a css issue.Any help greatly appreciated. Thanks
|
|
|
|
|
|
PM User | #21 |
|
New Coder ![]() Join Date: Apr 2009
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
![]() |
Hello, I still have this problem & would love to resolve it after all these months. The text is not displaying corectly in any browser, my css is being ignored.
This is the header of my php page <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="refresh" content="180"> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Now Playing</title> <style type="text/css"> body,h1 { body{background-color: transparent; font-family: Verdana; font-size: 10px; color: #FFFFFF; font-weight: bold; } </style> </head> <body> Any help would be great. Thanks |
|
|
|
|
|
PM User | #22 |
|
Regular Coder ![]() Join Date: Oct 2009
Location: United Kingdom
Posts: 236
Thanks: 2
Thanked 33 Times in 33 Posts
![]() |
your css is wrong..
PHP Code:
PHP Code:
|
|
|
|
|
|
PM User | #23 |
|
New Coder ![]() Join Date: Apr 2009
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
![]() |
Hello, thankyou for the reply. I managed to sort the problem out. Do you know where I would put the <marque> tag in this code to get the current show text to scroll?
PHP Code:
|
|
|
|
|
|
PM User | #24 |
|
Regular Coder ![]() Join Date: Oct 2009
Location: United Kingdom
Posts: 236
Thanks: 2
Thanked 33 Times in 33 Posts
![]() |
PHP Code:
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Rate This Thread | |
|
|