Store Locator CSS

I have added the store locator as a link rather than a block, yet for some strange reason when I click the link the store locator loads yet the links change to bold. I'm assuming it's using the same style sheet so not sure why it's changing to bold?



As you can see links are normal weight here:

http://footballsocks.co.uk/shop/index.php?dispatch=pages.view&page_id=3



Yet on the locator the are Bold:

http://footballsocks.co.uk/shop/index.php?q=manchester&x=0&y=0&dispatch=store_locator.search



Any ideas?

I don't know how you have derived this template or what hooks you have used for different layouts, but when I view your Store Locator page, there are vaarious empty tags, then the

which encloses left, central and right column, is also surrounded by a tag, hence the bold characters.



However, how, where, when, why this is generating…I do not know.

It's just the default Store Locator template that comes with the cart. I didn't change it.

[list]

[]main.tpl

[
]blocks/wrappers/sidebox_general.tpl

[]blocks/pages_dynamic.tpl

[
]views/pages/components/pages_tree.tpl

[/list]

[indent=1]Templates tree for the left column. No tags in here though. Must be coming from the tags in the body section for some reason.[/indent]

Maybe these divs in:

[list]

[]main.tpl

[
]blocks/wrappers/mainbox_general.tpl

[]addons/store_locator/views/store_locator/search.tpl

[
]buttons/button.tpl

[/list]


{$title}


{/if}
{$content}

The issue was due to bold text being pasted into the WYSIWYG from an exisiting page that contained some formatting.



Deleting the text and inputting it manually fixed the issue.