Jump to content

lkbolt

Members
  • Posts

    52
  • Joined

  • Last visited

Everything posted by lkbolt

  1. This is the first site I have had professionally built. I think it looks great, but need some outside opinions on layout feel and content application. Thanks in advance for any suggestions. www.fintec1.com
  2. first let me say thanks to livingos.com for the them Epsilon. I modified this open source theme to fit my customers needs please look and tell me what you think any changes you would make. Thanks in advance. http://www.carolinacamodip.com
  3. ok thanks I will look into that. I was thinking about doing away with the headers on each page anyway. Thanks again.
  4. please check it out and let me know what you think. Thanks in advance. http://www.lightbolttech.com
  5. ok I didn't know what inline style was because I don't use it. I was just doing that to see if it would work there to get the border. Thanks again for your help.
  6. works like a champ thanks. I am not sure about the inline style and why I should remove it and what to replace it with.
  7. I have tried in style.css and directly in div to add a top border to my foot div the border will show up on all sides except top any help would be great thanks. http://www.oxfordfarm.com
  8. OK I will remove the undelines that aren't for links thanks. I have also edited the header image let me know what you think as well.
  9. I have inserted the css drop down menu removed the left navigation and removed the heading over the pictures on the home page I am still working on the header image this will take a little while I also tried to add a border to the top of my footer but for some reason it won't display at top it will on all side except top I have put the code in my style.css and directly into the <div style="border: 1px solid #FFF;"> I am not sure why it doesn't display.
  10. thanks nightslyr, i appreciate your comments I am actually working on a drop down right now for the top menu that is so weird you said that. Also the left menu will go away and only the news will remain. I just got the logo a couple of days ago and I am trying to find a way to incorporate it into the existing header image I just don't want to get rid of that image it is so awesome as for the footer I havent' given much thought to it and yes the customer wanted a counter and I tried to incorporat it as a simple unique counter so you can visit every page a million times from every computer on your network and it won't change the counter it only counts wan ip's once.
  11. I have added some content to site and made small adjustments here and there would like for you guys to give me your thoughts one more time thanks in advance. http://www.oxfordfarm.com
  12. Thanks Mahngiel. I will.
  13. Ok guys one more time please. I have a few more mods. Thanks again for all of the time you guys have spent helping me. www.oxfordfarm.com
  14. Very nice site, very clean. I agree with odang888 on the blog I feel like i went to a different companies page. One thing that kinda of distracted me was when the video is playing the rotating header images in the background got a big percentage of my attention. maybe try and have the video load on a blank background then on close go to your main page or something. That's all I have other than that I would use your service based on your presentation.
  15. Thanks for the response. I will makes some more adjustments and post back for more advice. I am going to take all of the images on the main page and readjust the sizes and quality of the images where they look good and are optimized to load quicker.
  16. Ok I have made some changes I have made the whole page container wider, I have made the img for the bullets in the menu section smaller. I incorporated the main content background with the left side toolbar headings. I adjusted margins and padding on just about all of my elements to make the page look not so cramped. Please let me know what you think. I really appreciate all of the help so far. The site owner is working on the wording for all of the page right now so don't critique that there isn't a lot of wording and such just the overall layout and functionality thanks again. www.oxfordfarm.com
  17. Thanks for the help i will try and widen the page a bit I feel the same way my problem is everytime I mess with one element in my css I usually end up having to change alot more than one setting. I am going to keep working on it. I appreciate you guys help very much. P.S. The site has moved to its on domain www.oxfordfarm.com I will post back when I make a couple of changes thanks again.
  18. I have made some changes to site, I would like some suggestions for colors for the outside edge of site and the div where the main content is. I have also added KoschtIT Image Gallery to my site @ http://www.lightbolttech.com/ox/index.php?id=1 please check it out also and let me know what you think. Thanks in advance for your time and efforts.
  19. Thanks for the tips, I really appreciate it. I have made some changes for a 2nd review.
  20. Please let me know what you think and any changes you would make if it were your project. Thanks www.lightbolttech.com/ox
  21. Very nice clean and professional looking site. Nice neutral colors. Great work...
  22. Thanks kenrbnsn and menator both solutions worked beautifully. This is why I love this site.
  23. Thanks for the replies I will try both solutions and let you know how it goes. Thanks very much for the help....
  24. I trying to find out how to make it display my title if there is no id. thanks
  25. I have written the following php statement and it works to show pages titles if I have an id in the url example. www.mysite.com/index.php?id=3 then the right page title is displayed but if I am on my home page www.mysite.com with no id the page title isn't displayed. I am running the code in the header in the title brackets. here is the code. The last else doesn't display my home page title any help would be great thank you very much... <title> <? if (isset($_GET['id'])) if($_GET['id'] == '1') { echo "LBT Services Page"; } else if($_GET['id'] == '2') { echo "About LBT"; } else if($_GET['id'] == '3') { echo "Contact LBT"; } else if($_GET['id'] == '4') { echo "Your Message to LBT has been Submitted"; } else if($_GET['id'] == '5') { echo "LBT Links Page"; } else if($_GET['id'] == '6') { echo "LBT Back-UP Plans"; } else { echo "LBT Home page"; } ?></title>
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.