Forums Sign Up Reply Search Statistics
Star Rating System GraFX Software Solutions - Forum / Star Rating System /

Star Layout Problem

 
Author frisco32
Guest
#1 Posted: 7 May 2005 11:37:15
Reply 
I have successfully set up the rating system but my stars are displaying one on top of each other opposed to side by side.

Could you tell me which part of the code is associated with the star layout?

Any help greatly appreciated
Author software
Admin
#2 Posted: 7 May 2005 11:51:21
Reply 
I do not understand exacclty the problem, can I see an example page?
Author frisco32
Guest
#3 Posted: 7 May 2005 12:02:18
Reply 
If you look at the following you will see the stars are displayed one on top of each other:

http://www.fishe.co.uk/eastsussex/fisheries/idenwoodpage2.php#Readers% 20Comments
Author software
Admin
#4 Posted: 7 May 2005 12:43:02
Reply 
I get the HTML code and without CSS seems to be OK.
BUT, you have a lot of HTML header which is wrong, first correct that and then is easier to find the error. But is in CSS.
Author frisco32
Guest
#5 Posted: 7 May 2005 12:54:38
Reply 
Ah really, doh, sorry!

What do mean when you say there is "a lot of html header which is wrong"
Author software
Admin
#6 Posted: 7 May 2005 13:06:49 Edited by: Admin
Reply 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="eng">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" type="text/css" href="../../style.css"/>
</head>

You have this at least 3 or 4 times. Need only 1 time at start and the end to close it with </body>
</html>
Author frisco32
Guest
#7 Posted: 7 May 2005 16:51:56
Reply 
Problem sorted, the problem was with my img tag in the css style sheet

Thanks for your help
Author software
Admin
#8 Posted: 7 May 2005 23:45:44
Reply 
welcome :-)
 
Your Reply

» Username  » Password 
Only registered users are allowed to post here. Please enter your login/password details upon posting a message, or sign up first.