Jump to content

Recommended Posts

Posted

qwertyuiopasdfghjklzxcvbnmabcdefghijklmnopqrstuvwxyzoh no the insane alphabet virus!!!!!sorry, but this post is expired, and noone uses it anymore, so i figured id alter my original post. cu later. pleese dont get me in trouble

Posted

Well you learned YaBBC ;)

Shouldn't they have made a poll in the add-ons section soley for PB? They have for HTML, but haven't checked for PB.

Posted

try using a trial version of dreamweaver(not sure if that would work), I think that Lycos has polls and stuff that you can put on your website,i'll try and find the link.

Posted

Polls for html are easy, but for Page Builder I think you need geocities to make one for that. Unless you can embed code into PageBuilder.

  • 4 weeks later...
Posted

Well you can't really do HTML in the way you can do with PHP or javascript(possibly), etc. If you really want to do HTML you can setup a <form> with <input> tags.<html><body>Who is your daddy?<form action="mailto:acriku@hotmail.com" method="post">Who is your daddy? <p><input type="radio" name="vote" value="1">Acriku <p><input type="radio" name="vote" value="2">Gob <p><input type="radio" name="vote" value="3">Bush <p><input type="Submit" name="submit" value="submit vote"> </form><p><a href="http://www.geocities.com/poll23523/results.html" target="_blank">View Results</a></body></html>And when you get it in the mail, open it with notepad (should be a .att file) and see which value they voted for. Then edit your results.html page and say 100% voted for Acriku, 0% for Gob, and 0% for Bush. There are much easier ways of doing this, but I don't know php or perl or whatnot. ;D Enjoy.

Posted

Microsoft Frontpage. It is actually very good, and, coming from me, a microsoft hater, that means something.

You can do the basic in Normal mode, like writing, and add html special stuff to html mode, and look at it all in preview mode really smoothly.

Posted

FrontPage would be very good if it didn't spew out hordes of useless code that makes it IE-only. It's just another attempt for MS to own the internet. DreamWeaver works much better and does stuff with Flash.

Posted

DreamWeaver address?

Free trial?

But, I just use the Frontpage part to get the basics done faster, then, I do the html special stuff in the html section, and I remove the IE stuff, but, I must ask.

What is the html code for making a side bar like most sites.

you know, the side bar thingy.

Posted

Thank you kindly Gob.Frontpage does have one major setback though.In the html tab, you cant copy html code in, your things comes out like this when I paste it.<dl><BR><dt>Links</dt><BR><dd><a href="">Home</a></dd><BR><dd><a href="">About</a></dd><BR><dd><a href="">Contact</a></dd><BR></dl>Also, stylesheets?

Posted

CSS files, stuff like:A { text-decoration : none;}BODY { background-color : black;}So that would make links not be underlined and the page background black. You can get a lot more detailed though.Oh and the html editor with Mozilla is fairly good, it allows you to go into an HTML mode so it doesn't code that weird.

Posted

wow!! 0.0 i think this is the first time gob has responded to one of my posts and it wasnt inappropriately posted. cool! thank you all o you guys! and gob, do you like my new sig?^-^anyway, when i finish my rpg project at my firends house i will start working on that. oh and btw my rpg is called [green]jump saga[/green]

Posted

Well unless you want them, all those frames aren't necessary. You can keep the left frame and make the others as tables, but this what I would do. If you want more suggestions just ask.

Posted

Frames are ugly, I would remove them completely.

How do you make mass changes to every page like when you add a new link to the navi bar, so you can change them all easier.

Posted

You make the links in CSS, then save it as a css file, then "call it" using <style src=""></style> for every page, so when you update the one file, it does it to every page.

  • 4 weeks later...
Posted

again, thanks, but my site was hacked before this post and after the last one, and i had to start it over completely, and i accidentally figured out that if i linked to my data files on geocities i could make it display the number of hits on my poll pages. which is basically a poll of sorts. so i'll just do that. but all this html was very useful anyway, guys. thx^-^

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.