-
glenwheeler changed their profile photo
-
Getting CSS to automatically adjust to content
Yes, it's very difficult to decipher what you actually want here it sounds like you maybe want to do some inline-blocking or something but have up to a max-width: 800px;
-
Thumbnail Slider Using Lightbox fo Content
Thanks guys. Gone with slideitmoo option along with fancy box.. Stitched them together and wallah!
-
Notepad++ question
Ahh right. It does sound like a software issue or bug mate. Give the reinstall a try let me know how it goes
-
Thumbnail Slider Using Lightbox fo Content
Am guessing know one knows?
-
Can you use a div inside a div? If so, how?
if they are all the same size why not use a class? .onethird{ width: 300px; height: 300px; float: left; display:inline; margin-right: 30px; } The div's would use class show in html like this <div class="onethird"> Content Here </div> <div class="onethird"> Content Here </div> <div class="onethird"> Content Here </div>
-
Notepad++ question
Sounds like something has gone wrong with the software. Have you tried uninstalling it and then reinstalling notepad ++
-
I Need Help PLEASE!
Hi GC, What software are you using to upload? You shouldn't be adding ftp details in a hosting site manager but instead some ftp software such as FileZilla. If your uploading your website via dreamweaver then make sure you get a message back from dreamweaver telling you that you have a remote connection. If you need a hand we can certainly take a look. My skype is glen.wheeler
-
Thumbnail Slider Using Lightbox fo Content
Hi Guys, I'm looking for a thumbnail slider that will display images of people. The slider thumb will then be clicked and the persons profile will be open in a light-box type window where a user can add content. Does anyone know anything like this around the web that is ready to use? Any feedback would be great. Thanks for everyones time.
-
Hi Everyone.
welcome to the forum!
-
Finding out web statistics
You can't really see stats from outside. I agree with Zed, ask them if you are working with them. Out of interest why do you need to see the stats?
-
Advice about client non-payment
I always send out contracts, its a must in my opinion.
-
Logo Creation - Opinions
number 3 but without the gradient colour on the red
-
Illustrator: Sonic!
Woah pretty sweet!!
-
New Here : )
welcome to the forum!
-
Lookup able
Hi Dan, you would need some sort of database structure for this. Probably a database that uses a cars table, and a batteries table and have them linked together in a relationship. When its submitted it would then list the item etc. It's something quite simple to implement on a website if you need such job doing.