Ask Issar kabal or whatever.
He does that in his sig.
Never seen someone call him Issar Kabal before
Lyinar Ka`Bael, Piney Fresh Druidess - Luclin
Its that guy who has Soandso kicks ass or something in hissig, and its a link that replaces the soandso i mention with whoevers looking a its username.
And it doesnt use drysarts code either.
A little like Deth's name, but not so much that it'd be easy to confuse.
Yeah him.
I dunno why I said the middle part of deths name:/
I should probably get to sleep, I played paintball on saturday for the first time at a prty and then got like 4 hours sleep on a very smallcouch!
Whee!
quote:
OtakuPenguin wrote this stupid crap:
Is there a way to have a website automatically display text from another website? Like if I wanted to display text from my Journal on my personal page? Can I do that?
You can display the entire page or use something like php to grab a snippit.
It would probably be something in the order of a document.write in a <script> tag.
Anyway, there are a number of ways you can do it. For what you're talking about, the easiest way would be to make a frames page, where one of your frames gets its src from your journal page. The drawback is that you don't have control over how much content you get.
To give you more control you could use your favorite script language to download the html as a string and manipulate it from there. You'd have to identify what tags are responsible for making the journal headings so you could count through them and only display the last couple. There are probably pre-built scanners to do this.
I'll post my Java servlet for fetching pages (when I've got more time) if you want.
I got some inspiration from PA as far as some of the layout is concerned, but what I want to do is align all of the buttons to navigate the site in that teal area to the right.
How can I align the buttons over there without messing with anything else? Another table? and if so, how do I set the table to stay over there?
code:<iframe src="http://whatever.com/whereever/" width="100%" height="100%">
*ducks*
quote:
OtakuPenguin had this to say about Jimmy Carter:
Ok, here's my page thus far.I got some inspiration from PA as far as some of the layout is concerned, but what I want to do is align all of the buttons to navigate the site in that teal area to the right.
How can I align the buttons over there without messing with anything else? Another table? and if so, how do I set the table to stay over there?
I want to know how to do that too!!