
| | |||||||
| Website Development HTML, traffic, hosting, and more... this is the forum for every webmaster. |
Register Now for FREE! | |||||
| |
| | LinkBack | Thread Tools | Display Modes |
| Sponsored Links | ||
| |
| ||||
| Thank you so much CityPCservice for all the help you have given me. I'd like to take a moment of your time to tell you: There's plenty more where that came from. Thanks again. The other site I'm working on is my mums, and I may be able to give you a paid position (not much) if you can help with PHP/Actionscript or can make a Register/Login database. (It's a business site) Thanks again, BP EDIT: I made this for my site, do you reckon it'd be useful? Code: <small> <b><a href="mailto:youremail@adress">Blueparukia</a></b></small><br /> <div style="border:none; padding: 1px;"><div><button type="button" class="button" onclick="this.parentNode.parentNode.childNodes[1].style.display = ''; this.parentNode.style.display = 'none';" title="Blueparukia Rocks"><font color="#000000" size="1"><b>Blueparukia Rocks!!!!!</b></font></button></div><div id="spoiler" style="display: none;"> <br /> Insert your text here </div></div> It makes a spoiler tag, you click on the button, and it shows the text. I used it for displaying the profiles of my teachers for my Business assignment. When you click on the teachers names, it creates an email message to send to them. If you don't want it to email remove Code: <a href="mailto:youremail@adress">Blueparukia</a>
__________________ I am your friendly CompuForums moderator |
| |||
| Note that many email harvesters and spam bots search for "mailto:" syntax in websites. If you're going to use the mailto syntax, be sure to create an email account that is not your personal one -- otherwise, your inbox will become flooded with spam. Also, I'll help you with as much coding as possible, at no cost. I believe in giving back freely what I have recived freely. Just post your help topics, and the good people here at CompuForums can work on them together with you. |
| ||||
| Sorry I've been away. been sick Thanks for your advice, though I just gave my teacher's email address, and I really don't care if people continously spam them lol. Though the site itself is actually being placed on a CD. I'm having an annoying problem though. It would be easier for me to display the site in IE, but it doesn't render well. Big boxes of either blue/purple surround the buttons, depending on whether you've visited before. Would I just set the link, vlink to none?, and just have a CSS snippet that will change the colour of the link as you pass over it? Because I still want other links to be visible. Thanks in advance, Josh
__________________ I am your friendly CompuForums moderator |
| ||||
| Oh, yeah. I shoud've mentioned I figured this out. I was adding basic stuff to CSS and decided that way would be easy. Thanks anyway, BP
__________________ I am your friendly CompuForums moderator |
| |||
| Not only is using the style sheet easy, its much more efficient than using the same code, unnecessarily, in your HTML web pages. The cleaner and smaller the HTML, the better. Always keep your HTML to the basics, and allow your style sheet to do most of the work. |