Topic: Hi I'm new here (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=9549" title="Pages that link to Topic: Hi I&amp;#039;m new here (Page 1 of 1)" rel="nofollow" >Topic: Hi I&#039;m new here <span class="small">(Page 1 of 1)</span>\

 
LadyinRed
Nervous Wreck (II) Inmate

From: PA
Insane since: Oct 2002

posted posted 10-30-2002 06:55

Hello, This is my first post and I hope someone can help me. Looking around I don't think my question is going to be a hard one so here it goes...

I own a ezboard and have been working in the custom html area.

I can't seem to fix the "Powered by ezboard" text as seen in the top right corner of my page.

of course it needs to be down underneath the table.

thank you
http://pub76.ezboard.com/bthevillageoftokakeriby



::My Site::

SPyX
Bipolar (III) Inmate

From: College Station, TX
Insane since: Aug 2002

posted posted 10-30-2002 11:34

I was gonna try and see if I could find the problem, but then I came to this:

quote:
<!--AND YOU THINK YOUR DOING WHAT EXACTLY? GET OUT OF MY F****** HTML AND GET YOUR OWN (COPYRIGHT 2002) -->


and I am now no longer inclined. . .

LadyinRed
Nervous Wreck (II) Inmate

From: PA
Insane since: Oct 2002

posted posted 10-30-2002 14:12

I aplogize if this offends u but their are ALOT of ezboard owners who steal html.

::My Site::

CPrompt
Maniac (V) Inmate

From: there...no..there.....
Insane since: May 2001

posted posted 10-30-2002 14:20

Hi LadyinRed. Don't take too much offense SpyX.

Anyway, you need to put the copyright stuff in the table with the rest of it.

I'm not sure where you want it to go but, just find the spot where you want it to go and put it in a <TR><TD></TD></TR> that way it is on a seperate line.

Hope that helps

~oh, and welcome to the Asylum

Later,
C:\


~Binary is best~

CPrompt
Maniac (V) Inmate

From: there...no..there.....
Insane since: May 2001

posted posted 10-30-2002 14:29

you know, that makes very little sense to me, so let me just add.

See this part right here:

code:
<!--CUSTOM FOOTER -->


<tr>
<TD width=741 colSpan=2 height=51><IMG height=51 src="http://www.larainmotion.com/web3.jpg" width=741>
</td>
</tr>
</table>
</div>

<!--END CODE -->



That pretty much ends your entire layout. Then you add in the copyright stuff. You can put it right after the </TR> tag and it would fix it somewhat. Just have to find that spot within the page that you want it to go, usually the very last thing right.

Sorry, I have had little sleep and fighting a cold

Later,
C:\


~Binary is best~

ettie
Bipolar (III) Inmate

From: Arlington, Virginia, USA
Insane since: Oct 2002

posted posted 10-30-2002 14:39


Yer right..it's an easy fix. Did it in two seconds and you can as well. Go do it dear.

BTW..You better get over that swiping code problem of yours. I had a huge language site swipe some of my javascripting that my develper came up with. They adapted it to their own lessons. I was mighty pissed off. It was a great idea though.

WElcome to the net...yer here...just get over it.

ettie
Bipolar (III) Inmate

From: Arlington, Virginia, USA
Insane since: Oct 2002

posted posted 10-30-2002 14:41

that would be one way to do it but...nah the fix is easier than that...*L*...I wouldn't have told her/him.

LadyinRed
Nervous Wreck (II) Inmate

From: PA
Insane since: Oct 2002

posted posted 10-30-2002 15:22

I'm not sure what u mean by entering the copyright into my table. It is automatically entered into the board. If i was to take

<*br><*br>

Powered By <*a href=http://www.ezboard.com/>ezboard®<*/a> Ver. 7.0.4<*br>Copyright ©1999-2002 ezboard, Inc.
<*/center>

and place it inside my table in the custom html page there would be two of them

Sorry I'm new to this stuff.

::My Site::

Emperor
Maniac (V) Mad Scientist with Finglongers

From: Cell 53, East Wing
Insane since: Jul 2001

posted posted 10-30-2002 15:42

LadyinRed: I might be misunderstanding this but is that copyright automatically inserted by the ezboard people (as I suppose is their right)? If so it is going to be a little tricky trying to get it to flow with your design - unless ezboard supply some kind of advice on this.

I'm looking at your code and I see:

quote:
</table>
</div>

<center>


<!--END CODE -->



<br><br>

Gold Community<br>

Powered By <a href=http://www.ezboard.com/>ezboard®</a> Ver. 7.0.4<br>Copyright ©1999-2002 ezboard, Inc.
</center>
</body>
</html>



Does the bit you can modify end at the END CODE comment? if so you can't do anything conventional there but the reason the copyright is appearing there is possibly because of your fixed width so you might want to try wrapping your forum in this:

code:
<div style="width:100%">
FORUM TABLE
</div>



I'd also look at killing the CENTER tags as they don't seem to be working and are possibly messing things up for you.

Finding the actual solution is a little tricky as we don't know which bits you can modify and which bits are generated automatically.

Oh and welcome - go here:

Reception room

___________________
Emps

FAQs: Emperor

LadyinRed
Nervous Wreck (II) Inmate

From: PA
Insane since: Oct 2002

posted posted 10-30-2002 17:02

hey it worked Emperor! thank you very much 4 the help


::My Site::

Emperor
Maniac (V) Mad Scientist with Finglongers

From: Cell 53, East Wing
Insane since: Jul 2001

posted posted 10-30-2002 17:39

LadyinRed: Cool - which one worked? Just for future reference

___________________
Emps

FAQs: Emperor

LadyinRed
Nervous Wreck (II) Inmate

From: PA
Insane since: Oct 2002

posted posted 10-30-2002 20:42

I just added this <div style="width:100%">FORUM TABLE</div> and removed the </center> below

::My Site::

LadyinRed
Nervous Wreck (II) Inmate

From: PA
Insane since: Oct 2002

posted posted 10-30-2002 20:45

Oh, the copyright is on the outside of my table centered at the bottom of the page but that's ok it's still looks better than before!

::My Site::

ettie
Bipolar (III) Inmate

From: Arlington, Virginia, USA
Insane since: Oct 2002

posted posted 10-31-2002 02:21

table align=center and got rid of the problem immediately..in your code you just had <center> that doesn't work anymore...it's not standard HTML anymore...it may have changed the code to div align center..not sure as i didn't look ...

still get rid of the cussing..it's only going to make people swipe your code...to spite you..

.besides it's not too professional ..what if you used that in your portfolio and someone went and looked at that code..would they hire you..and hon..it's a very nice page....don't screw yourself here..remember you may one day need that page to get a job...(sorry if i'm sounding like a mommy)

Your pixels on your table allowed for space that the darn text could wrap around..make the wrap go away and the problem ends..that's why the center table worked. it forced the text down..it's like this in word and other programs too..you have to make it NOT wrap..no wrap...

then again i may be full of doo doo





Post Reply
 
Your User Name:
Your Password:
Login Options:
 
Your Text:
Loading...
Options:


« BackwardsOnwards »

Show Forum Drop Down Menu