Printer Friendly Version
Email this thread to a friend
|
Boxing Day Sale- Ebay Affiliate Store Website !!! (In: I Want to Sell My Website)
Quick Sale Bargain for Golf Website (In: I Want to Sell My Website)
Emergency Preparedness Website/Biz For Sale (In: I Want to Sell My Website)
Well Established Internet Dating Website for Sale (In: I Want to Sell My Website)
20 Domain Name Lot for sale with website (In: I Want to Sell My Website)
Featured Web Site Template |
|
There are 0 guests and 1 members in the forums right now.
Reflects user activity within the last 5 minutes
|
|
| Member |
Message |
friendlyfrank
Joined: Sep 02, 2006
# Posts: 315
|
Posted: 2008-Mar-17 22:13
I am not sure if this H tag is good to use on website. I copied from the website source:
<h2 class="bod_txt_b_h"> </h2>
|
 |
g1smd
Staff
Joined: Jul 28, 2002
# Posts: 10465
|
Posted: 2008-Mar-17 22:50
You can use a CSS class to modify the visual appearance of headings, but don't be tempted to make the text invisible on the page.
|
 |
friendlyfrank
Joined: Sep 02, 2006
# Posts: 315
|
Posted: 2008-Mar-17 23:15
thanks but just to confirm it does not make anything invisible ? correct ?
|
 |
Quadrille
Joined: Nov 15, 2000
# Posts: 1064
|
Posted: 2008-Mar-18 01:06
"bod_txt_b_h" is just the name given to that css property by the webmaster.
No way to know what it means without looking at the css style sheet.
It could say class="invisible" - but actually be three inch high bright blue characters. No way to tell without seeing the style sheet.
|
 |
friendlyfrank
Joined: Sep 02, 2006
# Posts: 315
|
Posted: 2008-Mar-18 01:35
i see. thanks Quadrille.
|
 |
g1smd
Staff
Joined: Jul 28, 2002
# Posts: 10465
|
Posted: 2008-Mar-18 01:54
Find the link to the stylesheet on that web page, and then use that URL to directly look at the stylesheet code.
|
 |
surrealillusions
Joined: Mar 18, 2008
# Posts: 11
|
Posted: 2008-Mar-18 23:54
It would be easier doing it this way
html -
<div id="stuff">
<h2>blah blah</h2>
<p>some text</p>
<h2>more blah blah</h2>
</div>
css -
#stuff h2
{font-size:25px;
color:#472742;}
That way you can change all the h2 tags within a given div (or entire page if you get rid of the #stuff from the css, alot easier. Less code as well to worry about in the html
|
 |
g1smd
Staff
Joined: Jul 28, 2002
# Posts: 10465
|
Posted: 2008-Mar-19 00:07
CSS is great for site-wide style control using often very simple code.
|
 |
You are not permitted to post messages in this forum or topic, because of one or more of the following reasons:
- You have not yet logged in, or registered properly as a member
- You are a member, but no longer have posting rights.
- This is a private forum, for which you do not have permissions.
If you are a recent member, it's possible that you simply have not yet confirmed your account. Please
check your email for a message entitled 'JimWorld Forums: Confirm Your Account' and follow the instructions
contained within.
If you cannot find this message, click here to Re-Send it.
|
If you are still experiencing problem, please read the
Login Assistance
Article for some advice on what may be causing your login not to work properly.
|
Switch to Advanced Editor and ...
Create a New Topic
or Reply to this Thread
|
|