The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Adding new HTML field over the banner

Go down

Solved Adding new HTML field over the banner

Post by Iesdi December 26th 2010, 11:30 pm

Is that possible? I want to add it in the very top of the webpage.

http://eeguild.forumotion.eu/


Last edited by Iesdi on December 28th 2010, 12:42 am; edited 1 time in total
avatar
Iesdi
Forumember

Male Posts : 50
Reputation : 0
Language : Bulgarian
Location : Sofia

http://eeguild.forumotion.eu

Back to top Go down

Solved Re: Adding new HTML field over the banner

Post by Guest December 27th 2010, 10:34 am

HTML field? what do u mean with that?
avatar
Guest
Guest


Back to top Go down

Solved Re: Adding new HTML field over the banner

Post by Iesdi December 27th 2010, 4:42 pm

Gangstar15 wrote:HTML field? what do u mean with that?
I got a script that I want to put on the page. Starts <script> etc.... but I need a HTML field to put it into.
So I ask if it's possible just to add some mini field in the very top part of the page.

Somehow XD
avatar
Iesdi
Forumember

Male Posts : 50
Reputation : 0
Language : Bulgarian
Location : Sofia

http://eeguild.forumotion.eu

Back to top Go down

Solved Re: Adding new HTML field over the banner

Post by Guest December 27th 2010, 6:06 pm

Sure.. what is ur forum version? (:
avatar
Guest
Guest


Back to top Go down

Solved Re: Adding new HTML field over the banner

Post by Iesdi December 27th 2010, 7:20 pm

Gangstar15 wrote:Sure.. what is ur forum version? (:
Damn I always forget to say Mad

It's php2 and I have some experience with the templates. (chaning things on tutorials etc, made some things by myself, I'm not a 100% newbie)
avatar
Iesdi
Forumember

Male Posts : 50
Reputation : 0
Language : Bulgarian
Location : Sofia

http://eeguild.forumotion.eu

Back to top Go down

Solved Re: Adding new HTML field over the banner

Post by Guest December 27th 2010, 8:46 pm

Good then Very Happy
Go to the templates then - Overall_head then find this:
Code:

<table class="bodylinewidth" width="{T_BODY_TABLE_WIDTH}" cellspacing="0" cellpadding="10" border="0" align="center">
      <tr>
         <td class="bodyline">
            <table width="100%" cellspacing="0" cellpadding="0" border="0">
               <tr>
                  <!-- BEGIN switch_logo_left -->
                  <td><a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a></td>
                  <!-- END switch_logo_left -->
                  <td align="center" width="100%" valign="middle">
                     <!-- BEGIN switch_logo_center -->
                     <a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a>
                     <br />
                     <!-- END switch_logo_center -->
                     <div class="maintitle">{MAIN_SITENAME}</div>
                     <br />
                     <span class="gen">{SITE_DESCRIPTION}<br />  </span>
                  </td>
                  <!-- BEGIN switch_logo_right -->
                  <td><a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a></td>
                  <!-- END switch_logo_right -->
               </tr>
            </table>

make a <tr><td>CODE HERE</td></tr> above the logo (:
avatar
Guest
Guest


Back to top Go down

Solved Re: Adding new HTML field over the banner

Post by Iesdi December 27th 2010, 9:27 pm

I love you! XD You are my christmas present... xD

I didn't knew which template is for that part, thanks a lot again ^_^

p.s. uh, command for <center>? Very Happy

<tr><td align="center">CODE HERE</td></tr>

Is not working
avatar
Iesdi
Forumember

Male Posts : 50
Reputation : 0
Language : Bulgarian
Location : Sofia

http://eeguild.forumotion.eu

Back to top Go down

Solved Re: Adding new HTML field over the banner

Post by Guest December 27th 2010, 9:30 pm

try this instead of the align:
Code:
style="text-align:center;"
or add the align to the <tr> tag (:
PS: love u too Very Happy
avatar
Guest
Guest


Back to top Go down

Solved Re: Adding new HTML field over the banner

Post by Iesdi December 27th 2010, 11:39 pm

Gangstar15 wrote:try this instead of the align:
Code:
style="text-align:center;"
or add the align to the <tr> tag (:
PS: love u too Very Happy
No, none of the ways is working, I put the align on the tr, try the style quote on both too. None is working. XD

p.s. No, I don't forget to press the [+] Very Happy
avatar
Iesdi
Forumember

Male Posts : 50
Reputation : 0
Language : Bulgarian
Location : Sofia

http://eeguild.forumotion.eu

Back to top Go down

Solved Re: Adding new HTML field over the banner

Post by Guest December 27th 2010, 11:42 pm

LOL Very Happy then add style="marign: 0 auto;" Very Happy
avatar
Guest
Guest


Back to top Go down

Solved Re: Adding new HTML field over the banner

Post by Iesdi December 27th 2010, 11:53 pm

<tr><td style="marign: 0 auto;">CODE HERE</td></tr>
Not working

<tr style="marign: 0 auto;"><td>CODE HERE</td></tr>
Not working

EVEN
<tr style="marign: 0 auto;"><td style="marign: 0 auto;">CODE HERE</td></tr>
Not working

XD btw thanks for the lightning replies

EDIT:
I made it work with:
Code:
<table cellspacing="0" cellpadding="0" border="0" align="{MENU_POSITION}">
               <tr>
                  <td align="{MENU_POSITION}"{MENU_NOWRAP}>CODE HERE</td>
               </tr>
Or with other words, as you can see, I just copied the navigation bar and exchanged the bar with my code xDD Thanks for all the help again, marked the topic myself as solved. Razz

EDIT2LOL:
And this is the final result that I wanted: You can see that there is a second menu under the navigation bar :wouhou:

http://eeguild.forumotion.eu/
avatar
Iesdi
Forumember

Male Posts : 50
Reputation : 0
Language : Bulgarian
Location : Sofia

http://eeguild.forumotion.eu

Back to top Go down

Solved Re: Adding new HTML field over the banner

Post by Guest December 28th 2010, 2:16 am

I see Razz good job then lol Very Happy
Solved + Locked
avatar
Guest
Guest


Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum