Hello,
I am attempting a conversion of an HTML/CSS template I created by using PHPTemplate/Drupal 4.6. A rough example of the site template is: http://www.biblical-hebrew.org/
I have a number of issues, #3 and #4 being the most most important right now (and solving #4 alleviates the need to solve #2 or #3).
1: My current site layout is table based with CSS. I plan to move this to a CSS layout, but for now are there any specific concerns, with Drupal / PHPTemplate, I should have? Everything seems to work in my test run. (Once I figure out my problems below I will begin the process of transitioning to a CSS layout seeing as there are a couple of 2 column theme layouts, similar to what I am doing, available for guidance).
2: How do I prevent the sub-links from indenting?
By sub-links I mean "admin/access control" or "admin/settings/search"
3: I am trying to recreate this look I created for the navigation of my HTML/CSS site: http://www.biblical-hebrew.org/ (the left hand navigation is unordered lists with CSS, basically the same as what Drupal uses).
When you add a block style to the Drupal Navigation/Menus it tends to produce "gaps" between the blocks. The "Primary Links" and "Secondard Links" are fine when this style is applied--only the Navigation and User added Menus produce odd gaps I cannot seem to remove. I have tried a number of different themes and so far no luck.