[quote:678e691e96="darksat"]The main content table has way to much big bold spammy text.[/quote:678e691e96] -REMOVED ad to other page and reduced BOLD text Hello......well what can I say --- thank you so much for your help thus far. I have totally re-done the homepage and you can now view it below. I went with more of a portal theme this time. Let me know what you guys think. Thanks! NEW PAGE: http://www.1stdaytrader.com/home.php Regards, Jonathan P.S. I took out the page with the sound.....and re-mapped it. I did keep all my other pages, but just decided I needed to redo the main homepage.
Better but I would use CSS float for the left menu, its smoother, works better, is more spider friendly and has a lot less code.
[quote:ae91c6ceb8="darksat"]Better but I would use CSS float for the left menu, its smoother, works better, is more spider friendly and has a lot less code.[/quote:ae91c6ceb8] Greetings Friends, Well my site is getting closer and closer... The hard work and continued effort I feel is starting to pay off now, and I am actually getting the things done that I want to get done lol. I rotated objects for hours on the homepage, until I saw what I really wanted. I am feeling like I am starting to grasp my niche by the neck now, and I owe a big thanks to you guys for your continued help...it is really a blessing to have brothers in the Lord helping one another succeed. Anywho, I have a nice easy template for the brother/sister pages and members area...along with the entrance logo...these are a continued work in progress. I do have a couple questions for you all. The java nav bar I installed on the left side is a pain in the rear....and would like to install some sort of css float...but its kind of over my head. Any advice? Also I would like to create the members area with the idea of maintaining a CMS portal approach. I think it will be much easier to maintain and a LOT cleaner overall. What are your guys thoughts on that? I am really open to any suggestions in this department. The portal I use now for my forum needs is an IPS(2.0) power board...this is just the forum though. Thanks again and blessings to you all. Best Regards, :) Jonathan Nelson -- President Day Traders Center http://www.1stdaytrader.com
rip out the javascript menu and put this in. put this in your stylesheet [code:1:51238a94d3] #floatmenu { width: 183; height: 400; margin : 0px; padding : 0px; float: left; overflow: hidden; } [/code:1:51238a94d3] and this for your menu [code:1:51238a94d3] <DIV id=floatmenu> <a href="page1.htm">Page1</a> <a href="page2.htm">Page2</a> <a href="page3.htm">Page3</a> </DIV> [/code:1:51238a94d3] and get rid of all those add banners
[quote:67e972abf7="darksat"]rip out the javascript menu and put this in. put this in your stylesheet [code:1:67e972abf7] #floatmenu { width: 183; height: 400; margin : 0px; padding : 0px; float: left; overflow: hidden; } [/code:1:67e972abf7] and this for your menu [code:1:67e972abf7] <DIV id=floatmenu> <a href="page1.htm">Page1</a> <a href="page2.htm">Page2</a> <a href="page3.htm">Page3</a> </DIV> [/code:1:67e972abf7] and get rid of all those add banners[/quote:67e972abf7] DARKSAT - Thanks for the code and recommendations for the site. I added the new CSS/float and it functions very very nicely. As for the banner ads.....they are going as well. It was a temp. fix until I could get the site somewhat situated. Best Regards, :wink: Jonathan Nelson -- President Day Traders Center http://www.1stdaytrader.com
