Virtualscope - Printable Version +- 2DWorlds Forums (http://2dworlds.buildism.net/forum) +-- Forum: Off Topic (http://2dworlds.buildism.net/forum/forumdisplay.php?fid=5) +--- Forum: Creations (http://2dworlds.buildism.net/forum/forumdisplay.php?fid=25) +--- Thread: Virtualscope (/showthread.php?tid=7249) |
RE: Keeping up with the websites - Dignity - 08-02-2011 Updates today:
RE: Keeping up with the websites - Dignity - 08-07-2011 I created the test site. RE: Keeping up with the websites - Dignity - 08-13-2011 A bunch of new updates. I can't list them all. RE: Keeping up with the websites - Chaos - 08-13-2011 Your site is all over the place! You better work on that. Anyway here's a tip: add a wrapper. It will make everything look so much better. Add this file into the style.css (or whatever you named it) then add it into your pages. [lua] #wrapper { width: 900px; margin-left: auto; margin-right: auto; } [/lua] RE: Keeping up with the websites - Dignity - 08-13-2011 Of course it is. That's how you abuse it! *Waiting for the style to update* RE: Keeping up with the websites - Chaos - 08-13-2011 You know you do need to add <div id="wrapper"></div> To what you want to apply it too. RE: Keeping up with the websites - Dignity - 08-13-2011 I added it the the html tag. Problem? RE: Keeping up with the websites - Chaos - 08-14-2011 It doesn't seem to be working. Try it my way. Also, do you have a header.php and footer.php? Also I would actually make a blog with MySQL...Not just in the source. RE: Keeping up with the websites - Dignity - 08-14-2011 No, the style.css hasn't updated yet... I have rnd.php and Footer.php RE: Keeping up with the websites - Chaos - 08-14-2011 You should include a lot of your code in those files. It saves space. Also your style.css updates that slow lol mine does it instantly. You need a nav bar also. |