
Php Rows Problem
#1
Posted 15/06/2005, 15:30
I have a website. I have installed phpCOIN v1.2 + Simplex Template by 7dana Design. Here you can see my site;
http://www.limitsiz.org
You will see the left border. There is 2 rows at the menu. I can't fix it. Please help me. How can I fix it?
Thank you very much.
#2
Posted 15/06/2005, 15:50
This a CSS problem, not a PHP one. Your menu has the following CSS selector:
#categories a { display: block; /* continues... */
display: block means the element will expand as many as needed to fit one line. Have a look at this section of your page's source:
<div id="categories">
<strong>· </strong><a href="index.php?phpcoinsessid=996236bad464fd32c44a699c8be7616f" target="_top">Home</a><br>
The problem is just that little bullet. Just move it inside the <a> tag and your problem you'll be solved.

<div id="categories">
<a href="index.php?phpcoinsessid=996236bad464fd32c44a699c8be7616f" target="_top"><strong>· </strong>Home</a><br>
#3
Posted 15/06/2005, 15:51
Falopa!
#4
Posted 15/06/2005, 16:04
Tem coisas que só o Babelfish faz por você, rs.Friend, its problem is not PHP, finds that it is its CSS confers in it if nao has in the style MENU opcao to place markers... in the next time he looks at where area he is postando to be taken care of more quickly...
Falopa!
#5
Posted 15/06/2005, 16:27

As a team member of this forum, I very thank your presence here. It's a honor.

Whenever you have any doubts, you can ask.

We are a community in behalf of the wisdom, we are here to help you ...

Thanks a lot. []s

Excuse-me for my ugly english. I don't speak english fluently.Até mais
1 user(s) are reading this topic
0 membro(s), 1 visitante(s) e 0 membros anônimo(s)