mrsnoopie Posted October 16, 2014 Posted October 16, 2014 Ok so I have a few simple things that need doing they're strictly CSS related I need my side panel line breaks to be shorter and the text align to the left I also need my tables fixed as they're squashed together for someone with the right knowledge this is a 10 minute job max and I'm offering £5 :) it isn't much but its not a hard job URL : http://www.mrsnoopie.com Skype: benlucraft Email: [email protected] Please no negativity guys I'm just simply asking for help - - - Updated - - - Ok take out the tables being squashed that has been dealt with so just the side panel :) Quote
DAMINK Posted October 16, 2014 Posted October 16, 2014 In your game.css i see td width="20%" where the side menu is. Now your using <hr> to make that line and it simply fits the table size. If you shrink the 20% it will work. Another option would be this. http://www.w3schools.com/tags/tryit.asp?filename=tryhtml_hr_width_css Quote
mrsnoopie Posted October 16, 2014 Author Posted October 16, 2014 That is the problem I did change that but nothing has happened? I changed it over an hour ago xD Quote
SRB Posted October 17, 2014 Posted October 17, 2014 Have a temp log in? I'll take a look, but can't be bothered registering, so I'd like a demo account to use or something Quote
W3Theory || Peter Posted October 17, 2014 Posted October 17, 2014 (edited) table, tr, td { font-family: helvetica, arial, geneva, sans-serif; font-size: 14px; color: white; background-color: black; text-align: left; } An replace all HR with <hr style="width: 50%;margin: 10px 0;"> Edited October 17, 2014 by W3Theory || Peter Quote
mrsnoopie Posted October 17, 2014 Author Posted October 17, 2014 (edited) the text align works but I seem to get an error with the hr style its one of those unexpected errors I did change it a few ways and I loose the error but the hr style doesn't change Parse error: syntax error, unexpected 'width' (T_STRING), expecting ',' or ';' in /home/southcit/public_html/mainmenu.php on line 52 Edited October 17, 2014 by mrsnoopie Quote
W3Theory || Peter Posted October 17, 2014 Posted October 17, 2014 That is probably because you are doing a print with ", use <hr style='width: 50%;margin: 10px 0;'> instead. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.