Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

SEO Tycoon


You are currently viewing our SEO Tycoon as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Html break and spiders question
Old 09-23-2006, 08:12 AM Html break and spiders question
Junior Talker

Posts: 3
Trades: 0
I have a question regarding the word "Welcome" as seen below in HTML, because the "W" and the "elcome" had to be divided due to web design, will that matter to the spiders and bots, or will they reckognize it for the word it is supposed to be? Or will it seem like a non word so to speak.... and will this effect rank of it does nor rekognize it? THANKS!

<!-- #BeginEditable "title" -->
<div class="titleLeft">
W
</div>
<div class="titleRight">
elcome
</div>
<!-- #EndEditable -->
__________________

Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE
Derek04 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 09-23-2006, 09:45 AM
cooldesigner's Avatar
Junior Talker

Posts: 77
Trades: 0
These are 2 words, I think.
Secondly, you can use other tags than DIV that might not break the word.
DIV in itself is a text/ paragraph seperating tag.
Go with text formatting tags instead.
Try <span>,<B>,<i>,<em>,<strong>,<u> may be...
<div class="title>
<i>W</i>elcome
</div>
In stylesheet you can specify any formatting for <i> in class title.
div.title {
font-size: 9pt;
}
div.title i{
font-size: 30pt;
}
Hope that helps somehow...
Bye
__________________

Please login or register to view this content. Registration is FREE
:detective:
Please login or register to view this content. Registration is FREE
cooldesigner is offline
Reply With Quote
View Public Profile Visit cooldesigner's homepage!
 
Old 09-24-2006, 09:07 AM
Junior Talker

Posts: 126
Trades: 1
No, bots won't recognize it as one word.

I'm not sure if you just want different formatting, or if it's because the html for your site is so bad that you can't have the entire word in one place (that has got to be some weird html...).

Anyway, if it's just to have different formatting on the first letter then just do it like this:

<style>
P {
font-size: 10pt;
}
P:first-letter {
font-size: 12pt;
font-weight: bold;
}
</style>

<p>Welcome</p>
stefanjuhl is offline
Reply With Quote
View Public Profile Visit stefanjuhl's homepage!
 
Old 09-24-2006, 06:56 PM
Ultra Talker

Posts: 406
Trades: 4
Quote:
Originally Posted by stefanjuhl View Post
P:first-letter {
font-size: 12pt;
font-weight: bold;
}
just keep in mind that IE6ucks doesn't support pseudo classes, other than :hover on a elements.
briansol is offline
Reply With Quote
View Public Profile Visit briansol's homepage!
 
Reply     « Reply to Html break and spiders question
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.13664 seconds with 12 queries