|
| | #1 (permalink) |
| CEO of MillieDolls Ltd. Join Date: Jul 2004 Location: France
Posts: 2,150
| HTML Question Hi everyone! I know that there are some HTML experts that browse these forums, so I have a couple of questions regarding stuff I would like to do in my HTML.. I'm looking for the code to have a clickable text link that pops-up a window that takes the size of the picture the link directs you to. Also, I assume all this would be far, far easier if I could get my hands on a simple-to-use and effective WYSWYG type of program to build my pages, so if anyone has some suggestions of a free (or "free" *ahem*) program I could find, let me know thanks! |
| | |
| | #2 (permalink) |
| Registered User Join Date: Aug 2006 Location: Raleigh, NC
Posts: 1,781
| Simple to use program? Wouldn't Dreamweaver be okay in this case? I know at our school, we use Dreamweaver to build our websites. I'm sure a lot of people will recommend something else, tho.
__________________ VOCA ME BENEDICTUM ! SANA MEAM ANIMAM ! |
| | |
| | #4 (permalink) |
| Registered User Join Date: Dec 2003 Location: PR, UY, ROC
Posts: 1,589
| There is not such a thing as a HTML expert :P HTML is pretty simple... if you want to look for specific stuff in HTML, then you have google... or websites like w3schools. Resizing windows is not HTML though... you want to look into javascript or DHTML (basically the same thing). Here is some code that will resize a window for you: <.script type="text/JavaScript"> window.resizeTo(500,500) <./script> Remove the . on the tags
__________________ AoC - Tyranny - Perrito (Alt: Henyuki) DotA - US East - Perrito Last edited by PerritoBites : 08-10-2007 at 09:05 PM. |
| | |
| | #5 (permalink) |
| Never Go Full Retard Join Date: May 2002 Location: Hell
Posts: 5,379
| That's not quite what he's asking for though. Try this tutorial: Resize a Popup to Fit an Image's Size [JavaScript & AJAX Tutorials] In answer to the HTML editor question, I use Adobe GoLive for quick tasks (especially CSS) and the Visual Studio .NET environment for more serious programming. I really don't like WYSIWYG editors though, partially because I've been working with HTML since 1993, and partially because I think the code they generate ranges from decent but poorly formatted to utter shit. GoLive would be the former, and Dreamweaver the latter, in my experience (but to be fair the last version of DW I used was MX). If you are interested in the MS side of things, I definitely suggest downloading Visual Web Developer 2005 (it's free). Beta 2 of VWD 2008 is also available now. For non-MS work, but still free, I've heard good things about Blaze Composer. Last edited by Vorph : 08-11-2007 at 09:08 AM. |
| | |
| | #8 (permalink) |
| zca Join Date: Mar 2006
Posts: 111
+1 Internets | If you end up using Lightbox or something like it (which I recommend), for god sake make your own custom "close", "prev", and "next" buttons. |
| | |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
| |