Is it possible to add a vertical dot line besides menu

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
eggidea
Posts: 23
Joined: Fri 11. Jun 2004, 09:26

Is it possible to add a vertical dot line besides menu

Post by eggidea »

I would like to ask if I can add html between left navigation menu and main content, can you tell me how to do that?


I want to add a vertical green dot line between navigation menu and content, the layout would like
Image


thank you so much! :oops:
Pappnase

Post by Pappnase »

hello

you can create an html table in the main table.
and place an background image in a left table coloum.
understand how i mean this!?
eggidea
Posts: 23
Joined: Fri 11. Jun 2004, 09:26

Post by eggidea »

Pappnase wrote:hello

you can create an html table in the main table.
and place an background image in a left table coloum.
understand how i mean this!?
Hello Pappnase,

I would like to ask where is the main table? cuz I can only edit maintable size in page layout, so i donno where to add the html :cry:
Pappnase

Post by Pappnase »

hello

look at this!

http://test.fhss.de/main_articles.shtml

i found another solution.

goto your layout and place the dotted image into this.

Image

also add to the frontend.css this

Code: Select all

.tableheight { height: 100%; }
and as you can see on the picture add the value .tableheight to the class for all blocks.
eggidea
Posts: 23
Joined: Fri 11. Jun 2004, 09:26

Post by eggidea »

oh, thank you so much, Pappnase!!!
Post Reply