Web Hosting Vodahost    

Home Take The Royal Tour! Order Now Features Prices
Go Back   Web Hosting > VodaHost Talk & News > Customer Website Reviews - Your Testing Ground

Notices

Customer Website Reviews - Your Testing Ground Are you ready to show your website to the world? Are your hyperlinks working?, Do you have any spelling mistakes or grammatical errors? How does it look? How can it be improved? Have your website reviewed and critiqued by other VodaHost Community Forum Members. DO NOT BE SHY!!! We want to see it , we are here to help each other. This is your testing ground.

Reply
 
LinkBack Thread Tools
  #1  
Old 06-21-2007, 03:01 PM
Corporal
 
Join Date: May 2007
Posts: 15
Question Help needed with text overlapping in firefox

I recently asked for comments on my new site http://www.celticsymbols.net and one reply pointed out that in Firefox some of the text overlaps. I've since seen this myself, but tho I've changed the layout several times and republished each time (deleting the old file) the original layout still comes up when I view in firefox. Can anyone tell me why? Thanks!
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 06-21-2007, 03:45 PM
Collectors-info's Avatar
General
 
Join Date: Feb 2006
Location: London (UK)
Posts: 5,725
Default Re: Help needed with text overlapping in firefox

Hi, it is a pain trying to adapt for all visitors/viewer’s. With fire fox, they have a slightly different spacing on the text on their browser. It seems to progressively get worse the longer the page. This is why most pages seem worse towards the bottom. I can only assume you are seeing your old pages because they are getting cached by your computer. Hitting F5 many times may help, or try clearing your cache.
What can help a lot using BV & long pages, is placing everything in your center area in table cells. It will take a bit of playing around, but it certainly helps.
As an example, on this page http://www.celticsymbols.net/tree-symbols.html if you make all your symbol images about 50x50 in size, then place them as a background image in cell properties. Then center all the properties as well. It should do the trick for fire fox & keep the images within the cells.
If you use this on other pages? You can set the boarders to “0” to save being able to see them.
__________________
Regards Chris,
Sites are view in FF & IE, with res @ 1024 x 768 on 19” screens.


How to ask for help on the forum. - VH prices. - BV Tutorials. - Using PIXresizer - Image/Photo Tips -
Collectables, Collecting
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 06-21-2007, 04:47 PM
Corporal
 
Join Date: May 2007
Posts: 15
Default Re: Help needed with text overlapping in firefox

Thanks so much Chris - think I've managed it. Yes, I was seeing my old pages - F5 was the answer!
thanks again!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old 06-23-2007, 11:52 AM
nzbr's Avatar
Major
 
Join Date: Dec 2006
Posts: 404
Default Re: Help needed with text overlapping in firefox

Hi Chris,
I use firefox and I have the same problem. In my case is just the h1 text that looks nice in IE, but in firefox it 'comes down' about 1 cm from the top.
here is the h1:
<center><h1><font face="arial" size="3" color="000000">New Zealand | Auckland Day Tours and Small Group Tours</font></h1></center>

If you see my 'index' page in both (IE and firefox) you'll know what I mean.

How do I fix it? here is the page: www.nzbrtours.com

Many thanks,
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old 06-23-2007, 12:37 PM
Collectors-info's Avatar
General
 
Join Date: Feb 2006
Location: London (UK)
Posts: 5,725
Default Re: Help needed with text overlapping in firefox

Hi, a few have had this problem. Try a different method using css.
Cut & paste the 1st box below into the head of your page html & the second into html box & preview, see if it helps.

HTML Code:
<style>
h1 {
font-size:14px;
color:black;
font-family:times;
font-style:normal;
text-align:center;
}
</style>
HTML Code:
<h1>New Zealand / Aucland Day Tours and Small<br>Group Tours</h1>
__________________
Regards Chris,
Sites are view in FF & IE, with res @ 1024 x 768 on 19” screens.


How to ask for help on the forum. - VH prices. - BV Tutorials. - Using PIXresizer - Image/Photo Tips -
Collectables, Collecting
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6  
Old 06-23-2007, 01:08 PM
nzbr's Avatar
Major
 
Join Date: Dec 2006
Posts: 404
Default Re: Help needed with text overlapping in firefox

when you say 'the head of your page' you mean I should go:
page properties>>>>page HTML and then 'start of the page'? or 'between head tag'?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #7  
Old 06-23-2007, 01:17 PM
Collectors-info's Avatar
General
 
Join Date: Feb 2006
Location: London (UK)
Posts: 5,725
Default Re: Help needed with text overlapping in firefox

Page html/Between the head tag, for the 1st part of the code.

2nd part place in a html box thats go's on top of the page.
__________________
Regards Chris,
Sites are view in FF & IE, with res @ 1024 x 768 on 19” screens.


How to ask for help on the forum. - VH prices. - BV Tutorials. - Using PIXresizer - Image/Photo Tips -
Collectables, Collecting
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #8  
Old 06-23-2007, 01:36 PM
nzbr's Avatar
Major
 
Join Date: Dec 2006
Posts: 404
Default Re: Help needed with text overlapping in firefox

Great! Thanks a lot for your help! Works like magic!
Still have some more work to do in some pages, then will publish them all.
Now I'm also developing my 'forum'. Fell free to go there and have a look. (or register yourself to write about travel - or anything; or ask questions about NZ,etc...)

Thanks again,
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #9  
Old 06-23-2007, 02:18 PM
Collectors-info's Avatar
General
 
Join Date: Feb 2006
Location: London (UK)
Posts: 5,725
Default Re: Help needed with text overlapping in firefox

Hi, glad its ok. If you want to make things a little easier. Cut & paste the code below into each of your pages & it should help for h1/h2/h3 tags. You will see what to change for size & colours in the head part of the code.
Same as before & preview. (maybe try it on a blank page)

Good luck. (sites looking good)

HTML Code:
<style>
h1 {
font-size:20px;
color:black;
font-family:times;
font-style:normal;
text-align:center;
}
h2 {
font-size:16px;
color:green;
font-family:times;
font-style:normal;
text-align:center;
}
h3 {
font-size:10px;
color:blue;
font-family:times;
font-style:italic;
text-align:center;
}

</style>
HTML Code:
<h1>New Zealand / Aucland Day Tours and Small<br>Group Tours</h1><br> <h2>New Zealand / Aucland Day Tours and Small<br>Group Tours</h2><br> <h3>New Zealand / Aucland Day Tours and Small<br>Group Tours</h3><br>
__________________
Regards Chris,
Sites are view in FF & IE, with res @ 1024 x 768 on 19” screens.


How to ask for help on the forum. - VH prices. - BV Tutorials. - Using PIXresizer - Image/Photo Tips -
Collectables, Collecting
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


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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


All times are GMT +1. The time now is 11:35 AM.


Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC7
2005-2009 VodaHost Web Hosting Your Perfect Web Host - All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176