Tag Archives: Css Positioning

PhpBB forum question

MY PARTNER AND I dont suppose any of you guys have learned to include your sites design about the phpbb forum, as with your sites side margins and banner considering the menus included surrounding the sides of your forum. Relating to seen people repeat this quite often without having to really though about performing it myself untill currently. Many thanks, Daniel I’m less than sure whether I’m sure you right, but this may be something for yourself: http: //www. phpbb. com/kb/article. phparticle_id=18 IIRC, the HTML is recorded in. tpl files from the templates –> subsilver folder. You will need to edit the following two files: < COMMUNITY FORUMS DIR> /templates/subSilver/simple_header. tpl < COMMUNITY FORUMS DIR> /templates/subSilver/simple_footer. tpl Intended for basic envelop kind modification. For further customization, you’ll really need to edit other records. The files it is advisable to edit are: /templates/subSilver/overall_header. tpl as well as /templates/subSilver/overall_footer. tpl Similar to I did just for this forum – world wide web. lobsterweb. com/index. php and for this forum considering the sidebar included internet. lobsterweb. com/forum/ Of the best ways would be that will put the whole site into a table cell within a new table that you will create. Then you … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment

no frames = redoing menus on multiple pages?

Soon after abandoning frames regarding CSS positioning, I discover that if I really need to change the list, I have to go to every page and do the identical change. Is there any way to avoid this Employ PHP Includes. That means you need to either make all pages possess a. php extension… great if they by now do. If hi-def, and you are unable to make the extensions . php, feel free to use. htaccess to procedure your. html as well as. htm files since PHP. You could have one file (PHP script) identified as " menu. php". The particular one script is employed, (included) on all your pages. With every page, you could have: < php include(" menu. php" )> where you wish the menu to be. Just about any change you generate to " menu. php" will seem on all pages. You may as well use PHP scripting in just " menu. php" for you to alter the palate items and characteristics based on which page can be being viewed. As you’re didn’t post this from the PHP section, I’m uncertain what your PHP practical knowledge is. That would be none – I guess the subsequent question … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , | Leave a comment

Different css for IE6 – How To?

Possibly there is a way involving saying: If ie6 – employ this set of setting for an image Else – employ this set I’m by using a WordPress plugin to be able to enable the users to obtain a different header image per page; I’ve tweaked the actual css positioning in order that it works fine within ie7 firefox chrome etc nonetheless it positions differently inside ie6. (Worked ok prior to plugin. ) The customer frequently uses ie6 so for this reason – and in addition because 7% still apply it – I would like to make the idea look OK in such a. Code: <! –if IE 6> Specific instructions for IE SIX here <! endif–> You can also use " much less than" and " better than" in these kinds of expressions. i. electronic. < code> <! –if lt IE 7> < link rel=" stylesheet" href=" ie_old. css" media=" screen" type=" text/css" > <! endif–> <! –if gte IE 7> < link rel=" stylesheet" href=" ie_new. css" media=" screen" type=" text/css" > <! endif–> < /code> in this instance ‘gte’ means " greater when compared with or equal to" PPK’s quirksmode site is a definitive reference for these … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , | Leave a comment