TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

May 18, 2024, 06:49:19 AM

Login with username, password and session length
Members
  • Total Members: 3,886
  • Latest: Grendor
Stats
  • Total Posts: 195,189
  • Total Topics: 21,220
  • Online today: 112
  • Online ever: 3,540 (September 03, 2022, 01:38:54 AM)
Users Online
  • Users: 0
  • Guests: 75
  • Total: 75

Theme Frame for Script Block cutting off before end of content

Started by hdaugus, November 15, 2007, 06:01:54 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

hdaugus

Hi Guys,

I'm barely past the TP virgin stage and while I can mess around with code a little I basically barely know what I'm doing there either.

I'm trying to create links in a script block.  Actually the links are fine and formatted the way I want them, but for some reason the theme box is cutting off before the end of the content of the box.

I originally used an html block but was having problems getting the line spacing to work right - so I switched to a script block (as was suggested on this forum to deal with the problem) but now the theme box isn't covering the entire content.  For the heck of it I changed back to an html block to see if that would correct the problem and it did not.

Any ideas?  This is probably some basic thing that I don't know - sorry but your help would be greatly appreciated.
Thanks,
Heather

IchBin

More than likely an error in the code. Post the code if you'd like help.

hdaugus

Will do - one question though - I noticed you guys put your code in a gray box when you post the code - how do you create the "code box"?  Or do I just cut and paste the code in to the body of the message?

Sorry for the kindergarten questions.
Heather

IchBin

Use the bbc code button on the reply page. It creates to BBC tags [ code] [/ code] (without the spaces). Put your code inbetween those two tags.

hdaugus

Thanks - here you go...

<div><a href="http://www.antiochla.edu">Antioch University Los Angeles</a></div>
<div><span style="font-weight: bold;">Employee Resources</span></div>
&nbsp; <a href="http://www.employeeevolution.com/about/">Employee Evolution</a></div>
<div><span style="font-weight: bold;"> Employer Resources</span><br />
&nbsp; <a href="http://www.genimperative.com/bookinfo.html">The Generational Imperative</a></div>



IchBin

Look at the opening and closing <div> tags. You are either missing one on line 3 or need to add one, depending on what you need.

Lesmond

Or you could try this..
<div class="smalltext" style="font-family: verdana,arial,sans-serif;" align="center">
<a href="http://www.antiochla.edu">Antioch University Los Angeles</a>
<br><b>Employee Resources</b>
<br><a href="http://www.employeeevolution.com/about/">Employee Evolution</a>
<br><b>Employer Resources</b> <br>
<a href="http://www.genimperative.com/bookinfo.html">The Generational Imperative</a>
</div>

hdaugus

I popped in a div tag into line three and that solved the problem.

I hereby vow to check all my opening and closing tags before posting on this board.  Sorry about that Chief.

IchBin - Sie sind ein Held.

Thank you.
Heather

IchBin


hdaugus

Champion, Hero, generally all around saver of people in distress...