![]() |
|
|
#1 | ||
|
Senior Member
|
I've encountered a strange problem that I cannot find a solution too, so wondering if anyone knows a solution.
I've been working on my new website and I finally got it to a stage where I uploaded it to see how well it all works. On my services page this 'Â' symbol has appeared before every '£'. If I view my source code is shows up in there as well Example: PHP Code:
|
||
|
|
|
|
|
#2 | ||
|
Senior Member
Join Date: Mar 2009
Location: Hampshire
Posts: 164
Thanks: 4
Thanked 13 Times in 13 Posts
|
Check your character encoding within the page, better to use codes for symbols
Also get rid of the table, it won't do you any favours, you can do the same in an unordered list and page will be quicker |
||
|
|
|
|
|
#3 | ||
|
Senior Member
|
Thanks for the advice but the tables are part of the visual look of the page so I don't want to remove them.
I'm still learning dreamweaver and web coding so I don't quite understand what you mean about character encoding. Do you mean I can enter a piece of code into the source code, that will display as a £ sign instead of inserting an actual £ sign while in design view? If so, what would the code for the £ sign be? |
||
|
|
|
|
|
#5 | ||
|
Senior Member
|
Ah that's worked.
Cheers guys. My saviors once again :) |
||
|
|
|
|
|
#6 | ||
|
Junior Member
Join Date: Feb 2009
Posts: 20
Thanks: 2
Thanked 2 Times in 2 Posts
|
those codes are called "html entities" - you'll need them for euro signs, too, letters with accents, greek letters ... depends on what your site needs. There's a big list at HTML ISO-8859-1 Reference
|
||
|
|
|
|
|
#7 | ||
|
Senior Member
|
Cheers for the link. That list is going to come in handy so I've bookmarked it.
|
||
|
|
|
![]() |
| Tags |
| 'Â' symbol before '£' |
| Thread Tools | |
| Display Modes | |
|
|