hc-hosting Posted August 8, 2007 Share Posted August 8, 2007 Hi everyone, I am having some issues working with changing the look and feel of the app. if you go here - hchosting.net/clients/clientarea.php I cant for the life of me change the middle buttons in any of the pages. even if I put <input type="submit" class="submitbutton" within the code, the buttons in the header.tpl take the css fine as you can see on the left hand side. but I cannot change these buttons in the middle. hahaha. pullin my hair out over this. as of right now the site is basically offline till I solve these issues. Dave 0 Quote Link to comment Share on other sites More sharing options...
bebop1065 Posted August 8, 2007 Share Posted August 8, 2007 homepage.tpl 0 Quote Link to comment Share on other sites More sharing options...
hc-hosting Posted August 8, 2007 Author Share Posted August 8, 2007 no I think you misunderstood, I am not talking about images, I am talking about submit buttons. just look at hchosting.net/client/contact.php see on the left, I have cool looking buttons, but the send message button isnt picking up the css 0 Quote Link to comment Share on other sites More sharing options...
Angler Posted August 8, 2007 Share Posted August 8, 2007 Hi everyone, I am having some issues working with changing the look and feel of the app. if you go here - hchosting.net/clients/clientarea.php I cant for the life of me change the middle buttons in any of the pages. even if I put <input type="submit" class="submitbutton" within the code, the buttons in the header.tpl take the css fine as you can see on the left hand side. but I cannot change these buttons in the middle. hahaha. pullin my hair out over this. as of right now the site is basically offline till I solve these issues. Dave Still a bit of a CSS newbie but I don't think you can style a submit button using a CSS image try changing the type="submit" to type="image" you may also need to add scr="image.gif" 0 Quote Link to comment Share on other sites More sharing options...
hc-hosting Posted August 8, 2007 Author Share Posted August 8, 2007 yes you can style a submit button with css, thats how I did my other buttons on the same page on the left hand side. .submitbutton { background: url(images/020.gif) no-repeat 3px 4px #4384be; color: black; font-weight: bold; padding: 1px 5px 3px 10px; text-decoration: none; border: solid #20264f; border-width: 0px 1px 1px 0px; margin: 0px; text-transform: lowercase; } like that, thats how I did the buttons on the left hand side. but this code and assigning the buttons the class submitbutton doesnt take like it should. 0 Quote Link to comment Share on other sites More sharing options...
Angler Posted August 8, 2007 Share Posted August 8, 2007 yes you can style a submit button with css, thats how I did my other buttons on the same page on the left hand side. like that, thats how I did the buttons on the left hand side. but this code and assigning the buttons the class submitbutton doesnt take like it should. I actually meant using an image set via CSS is what I wasn't sure of I have tried it on my buttons and the image I used showed up fine. Only thing I noticed was when I right clicked on your left side button and chose view background image I couldn't see any image in my browser just a white screen. Doing the same when trying on my own whmcs showed me the image I was using. 0 Quote Link to comment Share on other sites More sharing options...
hc-hosting Posted August 9, 2007 Author Share Posted August 9, 2007 Oh thats because it isnt an image. only the arrows at the left side of the button is an image. the rest of the button is an actual submit button but changed the color scheme and font. 0 Quote Link to comment Share on other sites More sharing options...
hc-hosting Posted August 9, 2007 Author Share Posted August 9, 2007 does anyone at all understand what I am saying, or am I not making myself clear as to what I am asking? I have worked on this for 2 days to no avail. 0 Quote Link to comment Share on other sites More sharing options...
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.