eschnell Posted February 12, 2007 Share Posted February 12, 2007 Any advice on my website would be great. Thanks www.beachglassdirect.com Eddie Schnell Quote Link to comment https://forums.phpfreaks.com/topic/38194-look-at-my-website/ Share on other sites More sharing options...
Balmung-San Posted February 12, 2007 Share Posted February 12, 2007 Besides the fact that it's a bit dull, it's also not very unique. It's a slightly modified Dreamweaver template (2 Column Halo Left-Nav if I remember correctly), with a small amount of osCommerce integration tossed in. As well, the osCommerce page doesn't look like the rest of the site. There are also some nasty inconsistencies (spelling?). For example, the osCommerce bit is at the bottom of the index and the osCommerce page, but nowhere else. Also, you can add to the cart from any page, but only view it from the main page. Overall, you should make your own design and fit osCommerce around it, and keep everything consistent from page to page. Quote Link to comment https://forums.phpfreaks.com/topic/38194-look-at-my-website/#findComment-182855 Share on other sites More sharing options...
steviewdr Posted February 12, 2007 Share Posted February 12, 2007 Its not too bad - it just looks disjointed and scattered. The "About BGD" is on its own in the middle. The Div on the left is a bit too wide. If you sort that, and bring together the content in the main div - it'd look better. Try limiting the page width to 80% - it might look better. Also - if you sort or style your <h1> and <h2> - it will flow better. -steve Quote Link to comment https://forums.phpfreaks.com/topic/38194-look-at-my-website/#findComment-182902 Share on other sites More sharing options...
eschnell Posted February 12, 2007 Author Share Posted February 12, 2007 The "About BGD" is on its own in the middle. Fixed The Div on the left is a bit too wide. Fixed Try limiting the page width to 80% - it might look better. How do you do that? ??? (2 Column Halo Left-Nav if I remember correctly) You Got It! As well, the osCommerce page doesn't look like the rest of the site. I'm working on changing the osCommerce store and my home pages to look the same and instead of having two sites, i will just have one. There are also some nasty inconsistencies (spelling?). For example, the osCommerce bit is at the bottom of the index and the osCommerce page, but nowhere else. I am horrible at spelling. I put it all into word and got what I could. The only reason I have to osCommerce link on the bottom of the homepage is so I can get some help from them too. Also, you can add to the cart from any page, but only view it from the main page. Fixed Thank's for your help so far. Eddie Schnell Webmaster Custom PC Builder eddie@eschnell.com ed@beachglassdirect.com www.eschnell.com Quote Link to comment https://forums.phpfreaks.com/topic/38194-look-at-my-website/#findComment-183131 Share on other sites More sharing options...
ardyandkari Posted February 13, 2007 Share Posted February 13, 2007 the images are small and some are blurry...i would have a thumbnail image on the page. then click to view larger image or something... looking at the code from the contact page... your email addresses are in plain text...i have had an issue with this in the past...had a harvester go through my site and catch the email addresses...checked my email one day and had about a bajillion returned emails from all kinds of people... i would suggest going to http://www.dynamicdrive.com and using the email address encrypter scrypt there... also, for the submit button, instead of <td> <input type="submit" value=" Submit " /></td> why dont you just blockquote it? Quote Link to comment https://forums.phpfreaks.com/topic/38194-look-at-my-website/#findComment-183350 Share on other sites More sharing options...
AXiSS Posted February 14, 2007 Share Posted February 14, 2007 Do I really need to have an animated image tell me what credit cards you accept on the home page? As said before, make the width 80% and center it, that will make it a lot better. I hate looking to the far left of my screen. Quote Link to comment https://forums.phpfreaks.com/topic/38194-look-at-my-website/#findComment-184280 Share on other sites More sharing options...
eschnell Posted February 14, 2007 Author Share Posted February 14, 2007 As said before, make the width 80% and center it, that will make it a lot better. I hate looking to the far left of my screen. How would I do that? Quote Link to comment https://forums.phpfreaks.com/topic/38194-look-at-my-website/#findComment-184493 Share on other sites More sharing options...
redbullmarky Posted February 14, 2007 Share Posted February 14, 2007 something like: <head> <style type="text/css"> body { margin:0 auto; } #wrapper { width:80%; } </style> </head> <body> <div id="wrapper"> ... everything currently between the body tags goes here </div> </body> Quote Link to comment https://forums.phpfreaks.com/topic/38194-look-at-my-website/#findComment-184501 Share on other sites More sharing options...
eschnell Posted February 14, 2007 Author Share Posted February 14, 2007 I just started accepting credit cards not too long ago, but I am going to replace that. I need to find my camera, and then I will take brand new pictures. Thanks for the help so far Quote Link to comment https://forums.phpfreaks.com/topic/38194-look-at-my-website/#findComment-184519 Share on other sites More sharing options...
worldworld Posted February 14, 2007 Share Posted February 14, 2007 I suppose you must have small font size for the menu list on the left side.. Else is fine.. :) Quote Link to comment https://forums.phpfreaks.com/topic/38194-look-at-my-website/#findComment-184796 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.