Forum: ASP.NET Apr 20th, 2009 |
| Replies: 2 Views: 313 Make sure if you're using a seperate code source (code behind page) that the references and paths are correct. I know the first time I uploaded my asp.net project, I forgot to upload my code source... |
Forum: ASP.NET Jan 19th, 2009 |
| Replies: 3 Views: 1,429 There's a couple of steps I used. First I created a template page with the ad embeded into the template (you could do multiple templates if you wanted to change ads, if you are using them, if not... |
Forum: HTML and CSS Aug 17th, 2008 |
| Replies: 7 Views: 811 I know that the rage is to do everything with css and while I code using it on many things, the tried and true method, if you're going to use an image is to do this with an image map. This really is... |
Forum: Graphics and Multimedia May 14th, 2008 |
| Replies: 2 Views: 1,109 Great tut. I think I already found out some things on it that should def help. I appreciate the point in the right direction. |
Forum: Graphics and Multimedia May 13th, 2008 |
| Replies: 2 Views: 1,109 I'm lost on this and am going to lose the account if I can't find a solution!!! I started a Flash website for a band. They have several samples of music from their CD which they want to play on the... |
Forum: ASP.NET Apr 4th, 2008 |
| Replies: 3 Views: 1,429 Sorry, I think I was just trying to confuse the issue because of the asp.net coding base. It was really just a matter of simple javascripting and onclick event, I went back to the basics and I solved... |
Forum: ASP.NET Apr 3rd, 2008 |
| Replies: 3 Views: 1,429 I'm looking for C# based, asp.net code (either with or without ajax extensions), that will allow me to load full size images (from thumbnails) into a "template" or aspx page that I will have focused... |
Forum: HTML and CSS Feb 26th, 2008 |
| Replies: 21 Views: 3,476 With so many WSYWIG editors out there, why would you ever want to hardcode unless you're just after the learning experience...or pain! LOL
Whatever the reason, do a search on google (or your fav... |
Forum: HTML and CSS Feb 25th, 2008 |
| Replies: 2 Views: 672 Hmmm, sounds very plausible. I still need to add some security level access but that just might work. Thanks for the input DangerDev, I'll definitely use your input and see what I can come up with.... |
Forum: HTML and CSS Feb 24th, 2008 |
| Replies: 24 Views: 2,785 The original piece of code you supplied has some basic code "needs" but absolutely DOES NOT prevent the image from appearing as long as the page and the image are saved in the same directory. Also,... |
Forum: HTML and CSS Feb 24th, 2008 |
| Replies: 2 Views: 672 I'm in the process of building a website for a racetrack for dirt racing. There used to be a script or code that I saw years ago that allowed authorized users (the client) to add text messages to the... |
Forum: HTML and CSS Jan 30th, 2008 |
| Replies: 13 Views: 2,108 MattEvans points to another good alternative. The only drawback would be the learning curve. At this point though, it's something you should really consider if you're going to be doing this more. SSI... |
Forum: Website Reviews Jan 29th, 2008 |
| Replies: 9 Views: 1,258 While that may or may not casue inconsistencies, I saw a page in your images directory...an index page, maybe a copy of an original, the code in there is wrong and I'm not sure if it's related to the... |
Forum: Website Reviews Jan 29th, 2008 |
| Replies: 9 Views: 1,258 <a href="http://www.java.com/en/download/manual.jsp"><img src="scurvejava.gif" hspace="45" height="108" alt="Get a cup of hot Java Plugin" width="124"><a... |
Forum: Website Reviews Jan 28th, 2008 |
| Replies: 9 Views: 1,258 I'm pretty sure it's a typo but I just want to be sure before commenting:
you did mean <img src
and not <scr img ??? |
Forum: HTML and CSS Jan 28th, 2008 |
| Replies: 13 Views: 2,108 Agreed. It's not about being incorrect, browsers just don't handle frames very well anymore. There are some issues with frames that have just become obsolete in the varying browsers. Search engines... |
Forum: HTML and CSS Jan 28th, 2008 |
| Replies: 13 Views: 2,108 Wow, why would you ever still want to use frames? It's such an archaic design tool with both fundamental and implementation problems, having said this though, if you insist on using them try reading... |
Forum: Website Reviews Jan 28th, 2008 |
| Replies: 9 Views: 1,258 Got here a bit late to see your work in progress but next time you might try going back to the problem code and temporarily changing the img code to an absolute value instead of a relative one. It... |