This is our second CMS Made Simple website so please have a look and let us know your thoughts

http://www.laymybet.co.uk/
Disagree it is done on the basis cmsmsmark wrote: I and probably others may think this is spam, but this site does use CMSMS...
The subject matter is not in my taste but the layout is nice...
Ronny
Yes I said it is a cmsmsRonnyK wrote: Nuno,
it is done within CMSMS, check the last lines of the source,
Ronny
We used the latest CMSMS version 1.2 but have found this to be a bit buggy. Problems occur when you go to save or submit code modifications. Anyone else having these problems??mark wrote: I and probably others may think this is spam, but this site does use CMSMS...
The subject matter is not in my taste but the layout is nice...
Code: Select all
Replace "&" with "&"
ALSO, units do not go on in-line image dimensions:nuno wrote: The site is very good in terms of design, can improve the appearance of validations xhtml. Etc.Code: Select all
Replace "&" with "&"
Fantastic advice nuno and I appreciate your comments.nuno wrote: The site is very good in terms of design, can improve the appearance of validations xhtml. Etc.Code: Select all
Replace "&" with "&"
Thanks for spotting this kermit.kermit wrote:
ALSO, units do not go on in-line image dimensions:
Don't confuse HTML and CSS. Kermit relates to image dimensions given in HTML code: the WIDTH and HEIGHT attributes, which are in fact without units. You could specify percentages, but these are relative to the viewport, not to the actual image dimensions. HTML WIDTH and HEIGHT attributes are deprecated, BTW.codr22 wrote: However, we have always used pixels when it comes to image widths and heights. We have done a search on your topic and cannot find the appropriate documentation to back up the removal of the px's. Do you have a link you can share only this is the first we've heard of this! Would be very grateful.
Code: Select all
<img src="somepic" style="width: 120px; height: 120px;" />