Webforumz's RSS FeedRSS Webforumz RegistrationRegister Contact Webforumz StaffContact

Help with "H" tags

This is a discussion on "Help with "H" tags" within the Web Page Design section. This forum, and the thread "Help with "H" tags are both part of the Design Your Website category.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old Aug 11th, 2006, 17:02
Up'n'Coming Member
Join Date: Aug 2006
Location: Peru
Age: 22
Posts: 59
Thanks: 0
Thanked 0 Times in 0 Posts
Help with "H" tags

Hey there!
I've noticed that whenever I use an "H" tag like <h4> or <h5>, the text next to it is shown on the next line. I was wondering of there's any chance to place the text right next to what goes on the "H" tag. Any ideas might help, thanks...
Here's an example in case I wasn´t very clear:

<h4>MY TITLE GOES HERE</h4>
<span>Some amazing text</span>

It's not about the span tag. The output would be:

MY TITLE GOES HERE

Some amazing text


I'd like it to be:

MY TITLE GOES HERE Some amazing text

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #2  
Old Aug 11th, 2006, 17:14
Up'n'Coming Member
Join Date: Mar 2006
Posts: 59
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Help with "H" tags

Well since it is for defining titles and more often then not titles go on their own lines, h# tags were defined as block level which is why the behave the manner you describe. You can always just use <span></span> with a class or id to alter the font to show up like you want it to.

If you insist on using h# tags then you can define it as an inline item with a little css: display: inline;

For you example to display the bottom results you can do this:

h4{
display: inline;
}
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old Aug 11th, 2006, 17:25
Up'n'Coming Member
Join Date: Aug 2006
Location: Peru
Age: 22
Posts: 59
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Help with "H" tags

Thanks man, that worked fne...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Tags
help, quothquot, tags

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Creating a "tag" system to find relevant "related" pages MrQuestions PHP Forum 3 Mar 21st, 2008 01:06
? IS "meta name="robots" content="?" necessary in pages ? Love2Java Starting Out 6 Aug 8th, 2007 14:48
Image "Alt" tags not working terrycr Web Page Design 35 May 24th, 2007 01:33
window.opener.document["nameForm"].getElementById("someid").value; doesnt work drpompeii JavaScript Forum 0 Feb 18th, 2007 00:09


All times are GMT. The time now is 19:38.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8