Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

vanklik

Members
  • Joined

  • Last visited

Everything posted by vanklik

  1. I understood now but the problem is, how do I get the script of the page? there is now page with those profiles on the website at all. How would I find that script? Thank you for trying to help. I understand it's hard to explaine something to me as I know so little but I'm really trying to work it out and learn. It's hard to learn without any teacher just with books and internet...
  2. I think we are talking about different things. sorry I probably didn't explain it enough. I'm adding users to the dating website. Each row is a different user and different page on the site. What do you mean to show you php script? Do I need to show the structure of the table? Sorry, I don't understand
  3. I'm just started to learn, so please don't laugh at me I tried to insert the users with a command: INSERT INTO members (mem_username, mem_password, mem_surname, mem_forename, mem_email, mem_newsletter, mem_joindate, mem_dob, mem_expiredate, mem_lastvisit, mem_sex, mem_type, mem_online, lang_id, mem_confirm, mem_suspend) VALUES ("Laura", "kharkov", "Kravchenko", "Olia", "6@globalnuptials.com", "0", "2008-11-11", "1976- 05-04", "2009-02-03", "2008-11-11", "F", "U", "N", "RU", "1", "N"), ("Hidden Tallent", "kharkov", "Kravchenko", "Olia", "6@globalnuptials.com", "0", "2008-11-11", "1983- 05-04", "2009-02-03", "2008-11-11", "F", "U", "Y", "RU", "1", "N"), ("Zaika", "kharkov", "Kravchenko", "Olia", "6@globalnuptials.com", "0", "2008-11-11", "1982- 05-04", "2009-02-03", "2008-11-11", "F", "U", "N", "RU", "1", "N"), ("Lollypie", "kharkov", "Kravchenko", "Olia", "6@globalnuptials.com", "0", "2008-11-11", "1979- 05-04", "2009-02-03", "2008-11-11", "F", "U", "Y", "RU", "1", "N"), ("Evesta", "kharkov", "Kravchenko", "Olia", "6@globalnuptials.com", "0", "2008-11-11", "1978- 05-04", "2009-02-03", "2008-11-11", "F", "U", "N", "RU", "1", "N"), ("Dominica", "kharkov", "Kravchenko", "Olia", "6@globalnuptials.com", "0", "2008-11-11", "1986- 05-04", "2009-02-03", "2008-11-11", "F", "U", "Y", "RU", "1", "N"), ("Ksusha", "kharkov", "Kravchenko", "Olia", "6@globalnuptials.com", "0", "2008-11-11", "1987- 05-04", "2009-02-03", "2008-11-11", "F", "U", "N", "RU", "1", "N"), ("Arianna", "kharkov", "Kravchenko", "Olia", "6@globalnuptials.com", "0", "2008-11-11", "1983- 05-04", "2009-02-03", "2008-11-11", "F", "U", "Y", "RU", "1", "N"), ("Lida", "kharkov", "Kravchenko", "Olia", "6@globalnuptials.com", "0", "2008-11-11", "1986- 05-04", "2009-02-03", "2008-11-11", "F", "U", "N", "RU", "1", "N"), ("Jessika", "kharkov", "Kravchenko", "Olia", "6@globalnuptials.com", "0", "2008-11-11", "1985- 05-04", "2009-02-03", "2008-11-11", "F", "U", "N", "RU", "1", "N"); It's how my book told me... I did not limit the number of rows called I didn't even know that I had to... How should I do it? Thanks
  4. I hope someone will help me. I'm trying to insert several users at ones in the database using phpMyAdmin. I used the same command first with one user and it worked all fine but when I put several rows in the command it didn't work. The rows were added to database fine, but I couldn't see profiles on the website. Any idea what do I do wrong? Thank you for your help!
  5. It worked for me. Thank you!!!
  6. Link to the page is: www.vanklikmedia.co.uk . After I changed the height of the bottom picture in Dreamweaver the problem disappeared in IE but it is still there in Firefox. HTML: <div id="packages"> <img src="img/box_top.gif" alt="packages" height="55" width="255"> <p class="box">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nunc vel pede a risus auctor accumsan. Sed posuere tellus.</p> <img src="img/box_bottom.gif" alt="packages" height="65" width="255" style="margin-bottom:0; padding-bottom: 0;"></div> CSS: div#packages { width: 255px; background-image: url(img/bg_box.gif); background-repeat: repeat-y; float: right; margin: 20px; } p.box { margin: 0px 35px; text-align: justify; } Thanks!
  7. I hope somebody can help me... While making resizable box with background image and two pictures on the top and the bottom of the box I can't get rid of a piece of the background at the bottom of the box. There is no padding at the bottom and I don't know what could cause this problem. Could anyone advise what to do with it? P.S. Sorry for bad english
  8. Thanks for your help! You are right, it does look too big... I made the website on the huge monitor with high resolution. When I opened it on another monitor it looked far too big. I will change that. As to the font like on the main header I had to use the picture for it as it's not a standard font and it won't look the same on different computers. Or maybe I don't know something?
  9. Thanks for such a great reply. I wish I could change the information on the website!!! I will show your opinion to the owner and may be he will make it better.
  10. This is really funny , sorry about that. I added the link.
  11. Could you please have a look at my new website and tell me what could I change to make it better www.ukgec.com Thank you!
  12. Hi! I hope someone will help me with this... I would like to make a gallery where each picture will open in new window like here: http://www.viget.com/inspire/portfolio. How do I do this? Do I need to use JavaScript?
  13. By the way... is there any way to do it without background images?
  14. Thank you! I will try this today.
  15. Hi, I hope somebody will help me. I've got s structural list as a navigation menu (styled with CSS) and I would love to have a small arrow at the top of the active page's name. How could I do that? Thanks!
  16. Thanks! I will try to do that.
  17. Hi! I hope you can help. I'm trying to add drop shadow to the layout and whatever I do the background image breaks and I can see spaces. Could you please tell me how can I get rid of it? Thanks!
  18. Thanks! I found this add-on and will try and use it from now on.
  19. Thanks!!! It worked! By the way, where is the best place to look up all those firebugs? I tried to look for it at www.w3.org but couldn't find anything (I guess I didn't look properly )
  20. Anyone??? Please, HELP!!!
  21. Hi! I hope you can help me with my problem as I can't find anything about it anywhere else. I have just started coding my new website www.electrocoolwater.co.uk/new and there is no problems in Internet Explorer. Meanwhile in Firefox all my layout is going wrong. I have checked the code lots of times but can't work out what is wrong with it and how to fix this problem. Could you please help me with it? Thank you all in advance. index.css index.html
  22. Thanks for reply! I've made some changes... Is this better?
  23. Hi! I've just finished with my new website layout in Photoshop and I really need your opinion about it before I start coding pages. Thanks!!!
  24. Thanks for the link. I will read through it and then ask more questions if I have any.
  25. Hi! I hope you will help me. I've created a layout for my website in Photoshop. I know the only way to convert it into HTML code - to slice it and then it all will be in tables. Is there any other way to do it so I can avoid tables in my code and use pure CSS? The picture in PSD is quite busy with a lot of small elements so I can't just cut out boxes or cornes etc...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.