Edit Page - non consistent heading-3 size

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
rnhstn
Forum Members
Forum Members
Posts: 28
Joined: Thu Jan 16, 2014 12:30 pm

Edit Page - non consistent heading-3 size

Post by rnhstn »

I maintain our HOA web site and I am having a problem trying to get a common size on a page that I am currently testing. See
http://asburyvillas.com/index.php?page=ronh

Each of the links below the Table of Contents are set as header-3 and yet they are not the same size, etc.

Would someone help me?
Thanks,
Ron H.
User avatar
frankmanl
Power Poster
Power Poster
Posts: 425
Joined: Sat Jul 12, 2008 3:50 am

Re: Edit Page - non consistent heading-3 size

Post by frankmanl »

Hi Ron, you got an awful lot of tags mixed together:

Code: Select all

<h3><span><strong><a class="...">(...)</a></strong></span></h3>
Your links are not all the same, in some cases you use:

Code: Select all

<span style="font-size: medium;">
in other:

Code: Select all

<a style="font-size: 0.8em; line-height: 1.5;"
How about removing the <span>-tags, <strong>, inline styles for your <a>-tags, actually everything except for <h3>?
Then style your <h3>-tag and see what happens.
And keep in mind that your <h3> is embedded in a lot of <div>-tags:
Knipsel.JPG
Frank
rnhstn
Forum Members
Forum Members
Posts: 28
Joined: Thu Jan 16, 2014 12:30 pm

Re: Edit Page - non consistent heading-3 size

Post by rnhstn »

Thanks for your reply Frank.
I am not a "coder" so whatever tags are mixed, and whatever links are different, were all generated from the editor.
I don't know how to "clean up" the tags or make the links consistent.

In the editor do I need to delete all of the contents and start over?
http://asburyvillas.com/index.php?page=ronh

Thanks for your help!
Ron H.
User avatar
frankmanl
Power Poster
Power Poster
Posts: 425
Joined: Sat Jul 12, 2008 3:50 am

Re: Edit Page - non consistent heading-3 size

Post by frankmanl »

Sorry Ron, I have no idea how you generated this table of contents. Who designed your site? Could you ask him/her?
A general answer would be:
Open your webpage editor, cut the whole content, paste it in a clean text editor, then copy that and paste it back into your webpage editor.
Then make an h3 of every item end apply your links.
But this would only be a very general advise ...

Frank
rnhstn
Forum Members
Forum Members
Posts: 28
Joined: Thu Jan 16, 2014 12:30 pm

Re: Edit Page - non consistent heading-3 size

Post by rnhstn »

That worked Frank!
Thanks for your patience and help!
Ron H.
Post Reply

Return to “Layout and Design (CSS & HTML)”