If you are seeing this message, it is possible the page did not load properly. Please hit reload/refresh on your browser.
If you still see this message, you probably do not have a browser that supports web standards, although its content is accessible to any browser or Internet device.

Cool Tips & Tricks Cool Tips & Tricks

Help Communities:
Help Forums Bug Base
<< Prev Topic | Next Topic >>
Cool Tips & Tricks ::: CSS ::: Sidebar and Banner question
New Topic    Add Reply
Topic: Sidebar and Banner question  (?)  Click to receive email notification of replies Click to stop receiving email notification of replies email this topic to a friend
neu mutter

Registered User
ezSupporter
Posts: 1
Posted: 10/29/04 10:58 am    
Sidebar and Banner question
I am new to all this stuff, css, html, and js. I am trying to put a sidebar in, but when I put the code in I seem to have lost my banner. How do I put it back in??

Here is my site HERE


  reply to this message

neu mutter

Registered User
ezSupporter
Posts: 2
Posted: 10/29/04 11:22 am    
Re: Sidebar and Banner question
Now I have the banner but I still have

img.photobucket.com/album...Image1.jpg

This on the top of the Page, how do I get rid of it??


  reply to this message

neu mutter

Registered User
ezSupporter
Posts: 3
Posted: 10/29/04 9:19 pm    
Re: Sidebar and Banner question
Okay I just figured out what I was talking about but now I need help with putting text into my codes. How do I know where to put the text?


  reply to this message

Aragrothien

Registered User
Posts: 441
Posted: 10/31/04 4:36 am    
Re: Sidebar and Banner question
Applied!


  reply to this message

neu mutter

Registered User
ezSupporter
Posts: 4
Posted: 10/31/04 12:41 pm    
Re: Sidebar and Banner question
Cool thank you, I let ya in..


  reply to this message

Aragrothien

Registered User
Posts: 445
Posted: 10/31/04 12:53 pm    
Re: Sidebar and Banner question
Ypu can edit all the text I highlighted in RED. The BLUE is for links you want to add to your board.



  
<!-- skinnable sidebar © copyright 2003, ezdesign ---
<!-- http://ezdesign.spayce.com ---
<!-- ver 2.1.0 updated mar01.2003 ---
<!-- custom header - third box in custom html page ---

<!-- section a (outer) - do not edit ---
    <table width="100%" border="0" cellspacing="0" cellpadding="0" id="outer">

<!-- section b (header) - edit area within td for your banner.
Delete whole section if no banner required ---
      <tr>
        <td id="header" colspan="2" align="center">
         <table class="header" cellpadding="0" cellspacing="0" border="0">
          <tr>
           <td align="center">This is your header - you can put an image here too.</td>
          </tr>
         </table>
        </td>
      </tr>
<!-- end of section b and editable area ---

<!-- section c (sidebar td) - do not edit ---
      <tr>
        <td id="sidebar" valign="top" align="center" width="150">

 <!-- section c1 (sidebar content) - edit all content from here.
      Use sidebar content generator if necessary.
      See Notes for more information about classes for sidebar content ---

          <table class="holder" cellpadding="0" cellspacing="0" width="150">
            <tr>
              <td align="center" valign="top" class="sidebartitle">Sidebar Title</td>
            </tr>

            <tr>
              <td class="spacer"></td>
            </tr>

            <tr>
              <td align="center" valign="top" align="center" class="sidebarlinks">
               <a href="http://ezdesign.spayce.com" class="nav"> link 1</a><br>
               <a href="http://go.ezboard.com/bezdesign" class="nav">link 2</a><br>
               <a href="http://go.ezboard.com/beztheme" class="nav">link 3</a></td>
            </tr>

            <tr>
              <td class="spacer"></td>
            </tr>

            <tr>
              <td class="sidebarsubhead" valign="top" align="center">subheading 1</td>
            </tr>

            <tr>
              <td class="sidebar" valign="top" align="center">
              Put any text you like here, plus links if you want.              </td>
            </tr>


            <tr>
              <td class="spacer">
              </td>
            </tr>


            <tr>
              <td class="sidebarsubhead" align="center" valign="top">subheading 2</td>
            </tr>

            <tr>
            <td class="sidebar" align="center" valign="top">
            <marquee class="scroller" onMouseover="this.stop()" onMouseout="this.start()" direction=up scrollamount="1">
            This bit scrolls up, and you can put news or trivia here.</marquee>
            </td>
            </tr>

            <tr>
              <td class="spacer">
              </td>
            </tr>

            <tr class="credit" >
              <td valign="top" align="center">
                © <a href="http://www.spayce.net/ezdesign">ezdesign</a></td>
            </tr>

          </table>
<!-- end of section c1 and editable area ---


<!-- section d (forum td) - do not edit ---
        </td>
        <td id="forum" valign="top" align="center">
          <table border="0" cellspacing="0" cellpadding="0" class="holder">


<!-- section d1 (forum title) - edit text, or remove this section if not required ---
            <tr>
              <td class="forumtitle" valign="top" align="center">Forum Title</td>
            </tr>

            <tr>
              <td class="spacer">
              </td>
            </tr>
<!-- end of section d1 and editable area ---



<!-- section d2 (forum) do not edit ---
            <tr>
              <td class="forum" valign="top" align="center">

<!-- end of section d2 and end of third box code ---

Edited by: Aragrothien at: 11/3/04 5:56 pm

  reply to this message

neu mutter

Registered User
ezSupporter
Posts: 5
Posted: 11/1/04 7:09 am    
Re: Sidebar and Banner question
Thank you so much. Could you tell me how I add an image too that code?? The spot where it says add text or an image. Do I put the address in there? What do I need before and after the address?? Also is there a way to make the sidebar longer?? As well I would like to put spaces between my sentences in the scroll news bar, how do I put them in there using code??


  reply to this message

Nutrocker

ezboard Moderator
ezSupporter
Posts: 14068
Posted: 11/1/04 4:06 pm    
Re: Sidebar and Banner question
You will find code for images here...
HTML Basics

As you add more links, more images, the sidebar will increase in height.

Spaces in the scrolling text?
use

 &NBSP:


e.g.

 Hello&NBSP:Nutrocker


Or do you mean line breaks?
 <br>



  reply to this message

neu mutter

Registered User
ezSupporter
Posts: 5
Posted: 11/2/04 5:26 am    
Re: Sidebar and Banner question
Perfect thank you so much!!


  reply to this message

neu mutter

Registered User
ezSupporter
Posts: 6
Posted: 11/2/04 11:37 am    
Re: Sidebar and Banner question
Scripts are not allowed


  reply to this message

Aragrothien

Registered User
ezSupporter
Posts: 450
Posted: 11/2/04 2:19 pm    
Re: Sidebar and Banner question
use the code buttons to the left for scripts.


  reply to this message

neu mutter

Registered User
ezSupporter
Posts: 7
Posted: 11/2/04 8:15 pm    
Re: Sidebar and Banner question
I am sorry I don't understand. I was just wondering what do not use < textarea > tag means?? Why does it lock you out? What is the difference between this and what I have been using. I am soooo sorry for all the questions.


  reply to this message

neu mutter

Registered User
ezSupporter
Posts: 8
Posted: 11/3/04 4:26 pm    
Re: Sidebar and Banner question
Okay I know I am a pain in the butt, but one other question, can I change the width of my sidebar? How do I do that?


  reply to this message

Aragrothien

Registered User
ezSupporter
Posts: 451
Posted: 11/3/04 6:57 pm    
Re: Sidebar and Banner question
Check the code I posted above and the places you need to change are in LIME.


  reply to this message

neu mutter

Registered User
ezSupporter
Posts: 9
Posted: 11/3/04 7:29 pm    
Re: Sidebar and Banner question
Did I mention how awesome you are?? You are, thank you.


  reply to this message

Aragrothien

Registered User
ezSupporter
Posts: 454
Posted: 11/4/04 7:03 pm    
Re: Sidebar and Banner question
*smiles* I learned everything I know about coding here on CT&T. Whenever possible, I like to give back to others that which was graciously shared with me.


  reply to this message

Click to receive email notification of replies Click to stop receiving email notification of replies email this topic to a friend

New Topic    Add Reply

jump to:
Topic Control Image::: Topic Commands
<< Prev Topic | Next Topic >>

Icon Legend

reply button:::Reply to Post Button   edit button:::Edit Post Button  delete button:::Delete Post Button (Moderator Only)

subscribe/unsubscribe to thread button:::Subscribe to Thread Button   email to friend button:::Email to Friend Button  



- Cool Tips & Tricks - CSS -

Communitiesezboard Help Communities:

Help Forums Help Forums Bug Base Bug Base





Powered By ezboard® Ver. 7.32
Copyright ©1999-2007 ezboard, Inc.