claus wrote:You go to your articles in backend (or to the site structure in admin), do a hover over the little icon beneath langusge1 and then you should get a little text field displaying something like "ID: 11" or so. That's all I hope...
I just wish I could get the rows of text closer, with less vertical space between them.
Mhh, have you tested this workaround?
And please have a closer look into css syntax. If you made a page you cant live without css knowledge.
Knut
I agree that the best thing would be if I could suddenly know everything about CSS. Unfortunately I don't, so I try to learn a little at a time by reading whatever I have time for and hanging out with the experts (like here). I appreciate all your help.
Once again you have delivered. Thanks. Just one issue. I have pasted the following into my template <div id="menu_container">{NAV_HORIZ_DD:0}</div> I have placed the php and css filesinto the correct directories as instructed. The problem is the menu that appears is vertical as per the image below. Am I guilty of newbie stupidity or have I missed something?
As I suspected, newbie stupidity. Thank you. Now I have the menu in a large gap has appeared below it (see image) I have checked the css but can't see how to get rid of it, plus is there a way to text wrap the menu items? Sorry for all the questions. Hopefully I can pass the knowedge on as you do.
#pmenu li ul li a, #pmenu li ul li a:visited {
border: solid #222222;
border-width: 0px 1px 1px 1px;
width: 14em;
color: #111111;
text-indent: 0em;
padding-left:0.5em;
height:auto;
}
Works great thanks! Finally, is there any way I can specify the positioning of the text in the menu. It is currently justified left and I would like the top level to be center aligned. Is it possible to do this independently of the lower levels?
Carrying on the subject of text wrapping on the menu, where the text goes onto another line it isn't indented as much as the line above (see http://www.themarstanpress.co.uk). Is this something that can be set in the css?
#pmenu li ul li a, #pmenu li ul li a:visited {
border-width: 0px 1px 1px 1px;
text-indent: 0em;
padding-left:0.5em;
height:auto;
}
Please use this hint. It is the better solution.
And please have a look into css rules. I know that isn´t easy stuff but very helpfull. You are making a company website. .......