iframe - scroll bar, edit font

admin

Administrator
Staff member
Hi, I'm having problems with the page scrolling when I do a require statement in php. So to accomplish this I thought I'd set an iframe link (as I don't want the text togo onto a new line). The problem with this is I can't change the font and don't have a clue what I can do now.<br />
<br />
What I want is basically a table with a width 100% and then inside it displays the contents of file.txt and sets the font to arial in the way of an iframe.<br />
<br />
I'd be greatful if someone could help. Thanx<br />
<br />
Here's the link the an example of what it looks like at the moment.<br />
<br />
<!-- m --><a class="postlink" href="http://www.newfoundpunk.com/banddatabase/tab.php?id=197&filetype=guitar_tabs">http://www.newfoundpunk.com/banddatabas ... uitar_tabs</a><!-- m --><!--content-->so I am not sure I undertand.<br />
<br />
it loads and looks fine, well a little to big horizontally but other than that all is ok.<br />
<br />
just use css to make the text be Arial<br />
<br />
.tbld {font: arial; size: 12px;}<br />
<br />
echo"<td class=\"tbld\">"<br />
require("file.txt");<br />
echo"</td>";<br />
<br />
try that.<!--content-->Yeah the idea was to get rid of the scroll bar by doing an iframe but I want to change the font. If I use a require statement it scrolls and if I use an iframe I can't change the font.<!--content-->so if you get rid of the scrollbar in an iframe then just make your table bigger for the include.<!--content-->
 
Back
Top