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.

BlueSky

Members
  • Joined

  • Last visited

Everything posted by BlueSky

  1. HI !! Yep ...That's exactly what is going on in my mind. I am so amazed by the all story. It is a mess... But why am I on a Windows server ???????????????????????????? I'll give it another try. I will let the "solution" if I succeed (??) to find it. Thank you for passing by.... Cheers'
  2. Hello dear communauty, Speaking about changing permalinks, I wonder if somebody configured his/her Wordpress permalinks the same (irritating) way I have to do it: Here is my problem : I am running WordPress on a Windows server and so, just got the IIRF installed in order to be able to change URLs and create pretty permalinks for my WordPress blog. The famous .htaccess file is useless in my case, this is why this IIRF was installed. But now, I am in a total confusion. I don't know what to do, where to start, what to write, where to write... Does anybody already had the same problem ? If yes, could somebody guide me in this painful process ? Thank you,,,,,,,, Cheers,
  3. Hello Gareth, Sorry for late come back...I've been trying to solve this . I finally solved this particular problem...it was my mistake. I was not focusing on the right line of code...a bit tired I guess. So I think we can close this thread. Thank you everybody and my apologizes for this Happy Easter ! Cheers,
  4. Hi Gareth ! It is the main navigation. I imported the same nav as in my current website. website, if you wish is in my profile. Attn, the blog actually linked in the main navigation is on wordpress.com. My hosted one is not released yet... I am sure I am doing something wrong, but where ?....
  5. Just to be sure, I want navigation to stay in the same window.
  6. Yes that is the point...I thought somebody had a grail on my favorite forum
  7. Hi too.. Validation of the website is ok. The target problem comes out when I validate my hosted wordpress.
  8. Hi !Txx to pass by ... But that's the point, I do NOT want ANY new window. The link concerned is my menu. This menu is the same as in the website, which does not cause any trouble like this one. The w3c output shows me a target_blank that actually does not exist in my code.. I hope this clarifies...
  9. I host a wordpress 2.9.1 inside my website. I use a XHTML 1.0 Strict and do not want it transitional. Before sending it public, I am checking its w3c compliancy.Almost there, but 1 error makes me nuts : the target _blank is required when I can not use it in strict. This link actually does not need any other window as it sends back to my WEB SITE (NOT BLOG) home page. What can I do ? Thank you,
  10. Thank you all !! ( Hi Gareth ! ;-) ) I started already...till now, seems ok. I found a tut that does a good job as far as I am now :Wordpress theme tut... Wait and see...
  11. Hi there !! Thank you...it makes me a bit more confident. Does not seem to hard. Btw I just passed fast on your site/blog.. well done for the harmony of both of them !! Almost there Congrat for a first tril, it is super neat. So happy coding for the rest. As for myself, I 'll work on the tut I found and will make some trial with your advices. Cheers ,
  12. Hi ! Tx for passing by. Ok i'll google again...I just wanted to know if there was like a "royal way" to do it. So for you, no need to mess up (too much) with php ?
  13. I host my wordpress blog. The blog needs to be a full part of my existing website. I can design and have sufficient knowledge with XHTML, CSS...but when it comes to Php, I am still a very very beginner. I searched for customizable blogs to redesign the theme, I found the very good Atahualpa, which is well done for this. But,that is not enough and I need to really be in full control of the design of my blog as it has to look the same and be a continuation of my website. QUESTION : How do I have to proceed ? I read about Child theme ... Thematic framework... How do you guys ( or girls ;-) ) proceed when it comes to design a blog that absolutely fits your website ?
  14. BlueSky posted a topic in Frontend
    Hello community ! I feel like a absolute beginner ref installing a feed from my web site to people. I looked on the web, but nothing was really clear enough to guide me properly. So I come to ask for your help as your explanation have always been more than useful and that surely many of you regularly implement this option. Could somebody tell me the how to ? OR Send me a link to a good tut ? In advance, thanks a lot !
  15. EDIT !!! Just got an illumination : I set line height to 10px with margin-top : 0 padding-top:0 It works...!!!
  16. Thank you...I will do it this way...I did not want to use conditional but what can we do ?? ;-))
  17. I have the following annoying problem : I styled a paragraph with a line-height of 1px. Result is that it looks exactly how I want in all browsers exepted in ? IE 8 of course.where the line height is high, which breaks my design. Here is the code for this one p{ font-family: arial,sans-serif; color: #666666; font-size: 9px; text-align: left; line-height: 1px; font-weight: bolder; } Is there any way to fix this ?Or may'be I do sthing wrong... Thanks for your help,
  18. Hi there ! Well sorry for late come back...I finally found out . My mistake Shame on me and very sorry for the trouble. But I maintain my opinion on IE. Cheers and TX :-)
  19. I have a wrapper background that shows ideally in FF/ CHROME/OPERA but NOT in IE 7 It is a PNG, so I tried also with a JPG, same result. I search for an answer and appears a Microsoft fix + some other things. But Which one is the best ?? Note : I might not be a top pro designer/ web master but there are limits. I am so annoyed with this browser, this is ridiculous. Can't we make a general boycott ?
  20. I don't know if I can make the following effect without the use of flash : I have an image . On the image itself (higher depth) I have a menu. On rollover of each menu button, the image under needs to change. Can it be done with simple CSS or do I have to use JS ? I hope you'll get what I mean... BTW , just checked on the web for a better term : it seems it is called "disjointed rollover" Thank you.
  21. Thank you! I was feeling it but was needing advised information .
  22. Just wondering sthing Can CSS resize automatically images to fit various screen resolution ? Do I absolutely have to use Java Script ? ( I know Flash does it but I do not want it on this case). Thank you
  23. Still trying to manage my page with thumbs and the task is not as easy as I thought . I am testing my page in various screen sizes starting from 1024 X 768 px. I would like my thumbs to be able to resize according to the screen size...can I do that in Html/css. I did it a long time ago with Flash but i do not want this option for now. Txx.
  24. I am testing my page in various screen sizes...Should I also choose to resize the newport ?
  25. I have a IE 6 bug warning for the following my Div is left floated Div has a left margin. The warning ( famous ) is that the marge will be doubled in IE6.I am sure you all know that. But I a a beginner and want things as best. Well, I look through the internet and find that I can use display:inline; in order to solve this. But some people say that it should be used as a hack. Then further in my research, some other people say that hacks and conditional style sheet should not be used... Well, I just need advise and opinion from your own experience. Txx

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.