Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Modding own template need help

Asked Modified Viewed 3,282 times
A
annokill
A
  • Newbie, joined since
  • Contributed 7 posts on the community forums.
  • Started 3 threads in the forums
  • Started this discussions
asked
Newbie

Ok I'm making my own template now for php fusion v7.
It's a great theme, I might even post it on this site so others can use it too.
but i got a problem..
I modified the panels with my own layout but I got this problem: I have a picture ( width: 383px; height: 46px; ) in top of a panel (in gillete is it orange but i put a picture there.) with an arrow such as this: >. now I want to adjust the text to be behind the arrow ( I tried padding, marging ) so what do I have to change??

greets

Annokill
0 replies

Poll: good question

    yes [1/3]33 %
    no [2/3]67 %

11 posts

A
Ankur
A
Ankur 10
Hi! Its me, Ankur Thakur! smile
  • Veteran Member, joined since
  • Contributed 1,277 posts on the community forums.
  • Started 60 threads in the forums
answered
Veteran Member

Try the vertical-align property...

Can you provide us a Link ? It will make it easy for us to tell you... B)
0 replies
A
annokill
A
  • Newbie, joined since
  • Contributed 7 posts on the community forums.
  • Started 3 threads in the forums
  • Started this discussions
answered
Newbie

here: http://nmlhomepage.p4o.net/news.php

but don't mention the rest still working on it

btw im not talking above or under the arrow BUT BEHIND.

i dont need crappy advises.

just read then answer...

Now its this: > and the text on it.

but it has to be this (> arrow) > bla bla bla
Edited by annokill on 03-08-2011 13:32,
0 replies
K
Kevin Maschke
K
<3 PHP-Fusion
  • Member, joined since
  • Contributed 160 posts on the community forums.
  • Started 25 threads in the forums
answered
Member

Quote

annokill wrote:

btw im not talking above or under the arrow BUT BEHIND.

i dont need crappy advises.

just read then answer...



Just a small advice: "being a little bit more friendly and polite would help YOU to get help from others".
0 replies
A
annokill
A
  • Newbie, joined since
  • Contributed 7 posts on the community forums.
  • Started 3 threads in the forums
  • Started this discussions
answered
Newbie

cmon say it yourself do you answer in real life with an answer that makes clear you haven't listened at all?
0 replies
C
Craig
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
answered
Fusioneer

Keep it friendly please.

If you have a problem with Support Staff please contact Homdax or post a thread in the Site & Forum Issues forum.

Thanks

0 replies
K
Kevin Maschke
K
<3 PHP-Fusion
  • Member, joined since
  • Contributed 160 posts on the community forums.
  • Started 25 threads in the forums
answered
Member

Quote

annokill wrote:

cmon say it yourself do you answer in real life with an answer that makes clear you haven't listened at all?


In "real life" (don't know why you say this, I'm always in real life B)) I do answer correctly and politely.
BTW, Ankur did not give you an "crappy advice". He gave you an advice on how to solve your problem.
And another thing, I don't think that you want the text BEHIND the image, I would say you want it AFTER or NEXT TO.
0 replies
C
Craig
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
answered
Fusioneer

I have warned once already if I need to warn again someone will end up suspended for a while, now play nice or keep quiet.

Thanks
0 replies
K
Kevin Maschke
K
<3 PHP-Fusion
  • Member, joined since
  • Contributed 160 posts on the community forums.
  • Started 25 threads in the forums
answered
Member

@annokill:

You can try to change:

[syntaxhighlighter brush=php,first-line=1,highlight=0,collapse=false,html-script=false]
echo "<td class='scapmain'>".$title."</td>\n";
[/syntaxhighlighter]

To:

[syntaxhighlighter brush=php,first-line=1,highlight=0,collapse=false,html-script=false]
echo "<td class='scapmain'><img src='PATH/TO/IMAGE'> ".$title."</td>\n";
[/syntaxhighlighter]

Which should be in your theme.php (openside-closeside)
0 replies
M
Matonor
M
Impossible things are there to be made possible
  • Veteran Member, joined since
  • Contributed 1,022 posts on the community forums.
  • Started 3 threads in the forums
answered
Veteran Member

For the center panels, removing text-align: center and setting the padding to something like this:
padding: 6px 4px 6px 40px

will work.
For the sidepanels you will have to play with or disable line-height and also adjust padding.
0 replies
A
annokill
A
  • Newbie, joined since
  • Contributed 7 posts on the community forums.
  • Started 3 threads in the forums
  • Started this discussions
answered
Newbie

sweet finaly the answer I need, i am trying them now...

if they dont work ill message again

Merged on Aug 04 2011 at 10:42:37:

Quote

Kevin Maschke wrote:

@annokill:

You can try to change:

[syntaxhighlighter brush=php,first-line=1,highlight=0,collapse=false,html-script=false]
echo "<td class='scapmain'>".$title."</td>\n";
[/syntaxhighlighter]

To:

[syntaxhighlighter brush=php,first-line=1,highlight=0,collapse=false,html-script=false]
echo "<td class='scapmain'><img src='PATH/TO/IMAGE'> ".$title."</td>\n";
[/syntaxhighlighter]

Which should be in your theme.php (openside-closeside)


Quote


For the center panels, removing text-align: center and setting the padding to something like this:
Code
[syntaxhighlighter brush=css,first-line=1,highlight=0,collapse=false,html-script=false]padding: 6px 4px 6px 40px[/syntaxhighlighter]

will work.
For the sidepanels you will have to play with or disable line-height and also adjust padding.


Thnx one of this answer helped me !!

I'm glad i found this forum smile
Edited by annokill on 04-08-2011 11:42,
0 replies
K
Kevin Maschke
K
<3 PHP-Fusion
  • Member, joined since
  • Contributed 160 posts on the community forums.
  • Started 25 threads in the forums
answered
Member

I'm glad we could help you.
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 11 posts
  • Votes 0 votes
  • Topic users 5 members

5 participants

M
M
Impossible things are there to be made possible
  • Veteran Member, joined since
  • Contributed 1,022 posts on the community forums.
  • Started 3 threads in the forums
C
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
K
K
<3 PHP-Fusion
  • Member, joined since
  • Contributed 160 posts on the community forums.
  • Started 25 threads in the forums
A
A
Ankur 10
Hi! Its me, Ankur Thakur! smile
  • Veteran Member, joined since
  • Contributed 1,277 posts on the community forums.
  • Started 60 threads in the forums
A
A
  • Newbie, joined since
  • Contributed 7 posts on the community forums.
  • Started 3 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet