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.

Treend Solutions

Members
  • Joined

  • Last visited

Everything posted by Treend Solutions

  1. sorry, one more thing, what happens if you set the align within your <td> (i.e. "<td align="center">IMAGE and text here</td>") that should work, although i would still recommend using DIV tabs instead of Tables.
  2. I see you are adding keywords within your page names, would you consider using DIV tags instead, they look a lot less messy and your keywords will have a little bit more strength: e.g. <div class="MyTable"> <div class="MyItem"> <img src="blablabla.jpg" alt="bla bla" /><br /> Text under image </div> <div class="MyItem"> <img src="blablabla.jpg" alt="bla bla" /><br /> Text under image </div> <div class="MyItem"> <img src="blablabla.jpg" alt="bla bla" /><br /> Text under image </div> <div class="MyItem"> <img src="blablabla.jpg" alt="bla bla" /><br /> Text under image </div> <div class="MyItem"> <img src="blablabla.jpg" alt="bla bla" /><br /> Text under image </div> <div class="MyItem"> <img src="blablabla.jpg" alt="bla bla" /><br /> Text under image </div> </div> Then in the CSS sheet set the width of the "MyTable" class and the width of the "MyItem" to one third of "MyTable" and just set "text-align:center;" for MyItem (and height, float etc... let me know if you need help with that) This way your styles are out of your html and easier to work with
  3. Hello, what happens when you click the Like button, does the button change to show that you like the page? I found that it didnt always show on others news feeds, but I think its worth reading up on Facebooks Edgerank Algorithm. Although, if your button isnt changing, then something could be wrong (are you able to provide a link to your page in question?
  4. No problem, Im guessing you already have the products pages uploaded but you want to add a search feature, what scripting language and database did you use to develop your product pages?
  5. Could you let us know a few more details about your requirements. What is the search box searching (products within a database, site content, google? etc....)
  6. Agreed, this seems too bespoke, seems you will need to develop this one yourself, have you any development skills, if so what languages etc...
  7. that makes two nosey developers lol I have written an application that in total cost around 20k, it was a full warehouse management solution integrated with ebay with reports, picking lists, full dispatch process, mobile software to scan products.... HUGE project, so will be quite interested to here what this site has to offer.
  8. Its not the layout that would bump up the cost, more the dynamic content (search features, signup, profiles, submitting jobs, admin pages etc... im not sure what's behind the scenes for this site, im hoping there is quite a lot of bespoke programming and not just a lot of basic pages with information. Jonjo, just an idea, if you ask your developers why the project is so expensive then post their response here and someone here can make sense of it
  9. seems very easy to me (could maybe have a text box on your home page, type in the unique name press submit and it will take you to your board. Only thing is if someone types in a same word as you, they will see your board and can draw over it fun project though : )
  10. I feel like something is missing : )
  11. Thank you, that worked when reducing the screen size, however, my mobile still shows a red background (its windows 7 using internet explorer, could that be why?) will check on my wifes iphone shortly (she is on it at the moment)
  12. Ok, i have been looking through some sites and left some feedback, and thought i would jump in and see what people think of my designs.... quite scary doing this, but better to know than to be ignorant to others views. My site is here: www.treendsolutions.co.uk (im going to be re-doing this soon but any suggestions on my current design for improvements would be great) and a few other sites: http://www.naughtycherrysextoys.co.uk/ (admin, if i shouldn't have this link here, please let me know and i will remove right away) http://www.newforestmotorco.co.uk/ cover your class online (.co.uk) without spaces etc... didnt want this to be crawled open to all feedback good and bad :S
  13. £19k does sound to be quite a lot, the site does look like it has a lot of dynamic content though which would bump up any project costs, the layout i didnt think looked too bad, however, surely they would have sent you mockups of potential design options for you to pick and suggest from? Was there not any cost estimate at the start of the project based on your requirements?
  14. nice layout, but too much white and your bottom bar can do with some tlc Other than that, not a bad look
  15. Looks nice, i noticed above people mentioning the font size, I would agree, seems odd that your main content font is bigger than your menu. I feel like the menu section with the nice cartoony image needs to be wider so that the left of home and the right of contact us is inline with the margins for your main content font, and your main font should be smaller or the same size as your menu text. Hope this helps... nice design though, just size issues.
  16. Nice simple layout, very easy and clear to navigate. I would agree with weboutsourcinggateway with regards to your colours, background could have a hint of an effect, maybe some slight gradients to your site too(nothing too obvious). With regards to costs... it depends on how much time you put in, and what methods you used to create each page... i would say about £500 give or take a few quid depending on a few things below - Was the paypal cart just copy paste script from paypal? - Are the products stored in a database or manually added to the site Also, just looked at the source, try to keep all styles within the stylesheet, and avoid using tables (use DIV tags instead) Hope this helps
  17. lol, well spotted, i think i was looking at this for too long to realise that, however how do i set the body details within a media query (syntax please?) thanks again
  18. Nicely done, first reaction was clear, easy to the eye and seems easy to navigate (I quite like the dotty images)
  19. You could read though terms etc.. on a site that does the same as what you offer and try to write up something similar, also you may find some pre-written terms online.... safest bet i would guess is to get a solicitor to write up whats needed.... sorry if this isnt very helpfull
  20. I have plans to update my site too with a new portfolio page, i suppose I could write a bit about myself on here, but mainly will show site samples and clients reviews(with stars) and also will make the page (and the rest of my site) look as impressive as i can.
  21. Sorry, i cant see what the difference in your code and mine (other than the space between "width:" and "500px", which i have updated but still no luck : )
  22. Not sure what you are asking here... also "The web-pages that i have done are all done using google and the internet" what have you done using google? what does your project need to do etc...
  23. Thank you, just reading up on Media Queries at the moment, just tried the following in my style though and still no luck: http://www.treendsolutions.co.uk/test/testtwo.htm (update to css below): @media only screen and (max-width:500px) { background-color:green; }
  24. Have a look at visual web developer express, you can learn the basics with this and its free, and when you are ready you could dip into the coding part (.net using VB or C# to create some simple dynamic content). I write all my html manually (using DIV tags and css) its not too hard to get the hang of, and you will know and understand how it all works, visual web develeper (and other tools) have something called intellisense which really helps too.

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.