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.

Website Design Forum


You are currently viewing our Website Design Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Xara's free Heading Generator changes page's text.
Old 10-07-2005, 06:19 PM Xara's free Heading Generator changes page's text.
Novice Talker

Posts: 11
Location: Lincolnshire, U.K.
Trades: 0
I want to include Xara's free Heading Generator on one of my site's pages but its inclusion dramatically reduces the size of my page heading and changes all text on the page to red.

You can see what I mean on this page http://www.davidbridgen.com/test.htm

What can I do to prevent Xara's code from making these changes?
__________________
Equal rights for equal responsibilities. Equal opportunities for equal abilities.
dmb06851 is offline
Reply With Quote
View Public Profile Visit dmb06851's homepage!
 
 
Register now for full access!
Old 10-07-2005, 10:07 PM
robsmith's Avatar
Skilled Talker

Posts: 50
Location: UK
Trades: 0
Have you tried using font tags instead of css?
robsmith is offline
Reply With Quote
View Public Profile
 
Old 10-08-2005, 07:41 AM
Novice Talker

Posts: 11
Location: Lincolnshire, U.K.
Trades: 0
No I haven't. Quite frankly I don't know how, I rely on the web editor to code things correctly.

Can you you give specific instructions please?
__________________
Equal rights for equal responsibilities. Equal opportunities for equal abilities.
dmb06851 is offline
Reply With Quote
View Public Profile Visit dmb06851's homepage!
 
Old 10-08-2005, 09:00 AM
robsmith's Avatar
Skilled Talker

Posts: 50
Location: UK
Trades: 0
Your web editor is set up to use CSS. In your code you have:

<style type="text/css">
<!--
.style1 {font-family: Arial, Helvetica, sans-serif}
-->
</style>



When you are making text such as "This text is also affected.", you must be setting it to "Style1" which refers to the CSS.

<p align="center"><span class="style1">This text is also affected. </span></p>

You can either switch off CSS in the web editor's preferences and retype the text or you can change the code yourself:

<p align="center"><font color="#000000" size="3" face="Arial, Helvetica, sans-serif">This text is also affected. </font></p>

So now, instead of using CSS "Style1", you are wrapping FONT tags which will set the font, size & colour locally. You will obviously need to do this for all the text on the page.

Interesting site btw.
robsmith is offline
Reply With Quote
View Public Profile
 
Old 10-08-2005, 09:47 AM
Novice Talker

Posts: 11
Location: Lincolnshire, U.K.
Trades: 0
Thank you so much Rob.

I shall save your posting in notes which I am making. This first hand advice is far easier to understand than ploughing through text-books which can be quite intimidating.

I (think) I have now switched off CSS in the editor.
__________________
Equal rights for equal responsibilities. Equal opportunities for equal abilities.
dmb06851 is offline
Reply With Quote
View Public Profile Visit dmb06851's homepage!
 
Old 10-08-2005, 10:03 AM
robsmith's Avatar
Skilled Talker

Posts: 50
Location: UK
Trades: 0
No problem, but make sure you turn CSS back on after you are done. CSS is tidier than the font tags and also you should maintain style consistency on your other pages.
robsmith is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Xara's free Heading Generator changes page's text.
 

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.30635 seconds with 12 queries