Forum     

Go Back   Digit Technology Discussion Forum > Portables, Peripherals and Electronics > QnA (read only)
Register FAQ Calendar Mark Forums Read

QnA (read only) Mods please help transfer the contents of this forum to proper sections. :)


 
 
LinkBack Thread Tools Search this Thread Display Modes
Old 23-03-2006, 01:48 PM   #1 (permalink)
champ_rock
 
champ_rock's Avatar
 
Join Date: Jun 2005
Location: Somewhere on the earth , near the equator
Posts: 751
Default problem with blog


this is a strange problem.....
the blog works really cooooool in firefox and opera ......

but when i open it up in INternet explorer then the right hand column column is displayed first and then the main and the right hand column...

can anyone please tell the remedy for this and why is it occuring.......(i dont know much of html or javascipt. ) please tell me the exact code to be edited.........

http://www.jakshay.blogspot.com/
__________________
-------------
Registered Linux user number 400618
champ_rock is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 23-03-2006, 02:01 PM   #2 (permalink)
Commander in Chief
 
QwertyManiac's Avatar
 
Join Date: Jul 2005
Posts: 6,658
Default

its due to unclosed or improperly nested tags... edit them out in the template.... try the W3C Validator for HTML to assist u
__________________
Harsh J
www.harshj.com
QwertyManiac is offline  
Old 23-03-2006, 02:08 PM   #3 (permalink)
Human Spambot
 
tuxfan's Avatar
 
Join Date: Feb 2004
Location: Mumbai
Posts: 2,653
Default

Since its at blogspot, you can't edit the template files. Change the template and see. This happens because IE doesn't adhere to W3C standrads It has its own set of rules. It plays test cricket with gully cricket rules
__________________
:: Free hosting and free domain names available in special cases. Conditions apply ::
tuxfan is offline  
Old 23-03-2006, 02:22 PM   #4 (permalink)
Commander in Chief
 
QwertyManiac's Avatar
 
Join Date: Jul 2005
Posts: 6,658
Default

hey, i thot templates are editable in blogspot, else what have I been doin all these months?

ya IE sux, doesnt process pngs either :roll:
__________________
Harsh J
www.harshj.com
QwertyManiac is offline  
Old 23-03-2006, 02:30 PM   #5 (permalink)
champ_rock
 
champ_rock's Avatar
 
Join Date: Jun 2005
Location: Somewhere on the earth , near the equator
Posts: 751
Default

tried the w3c validator....... but could no make head or tail of its log.........
please help
-------------
if anyone knows then please see this and help
http://validator.w3.org/check?uri=ht...Inline&noatt=1

it seems to be pointing to each and every right angle bracket that i have used??????????????
__________________
-------------
Registered Linux user number 400618
champ_rock is offline  
Old 23-03-2006, 05:20 PM   #6 (permalink)
Human Spambot
 
tuxfan's Avatar
 
Join Date: Feb 2004
Location: Mumbai
Posts: 2,653
Default

Quote:
Originally Posted by QwertyManiac
hey, i thot templates are editable in blogspot, else what have I been doin all these months?

ya IE sux, doesnt process pngs either :roll:
I have no experience of blogspot. I directly started my own site for my blog So I may be wrong.
tuxfan is offline  
Old 23-03-2006, 07:05 PM   #7 (permalink)
Wise Old Owl
 
desertwind's Avatar
 
Join Date: Nov 2004
Location: Hyderabad
Posts: 1,096
Default

Blogspot templates are editable. And the best thing to do is to check for html and css validation.

http://validator.w3.org/

http://jigsaw.w3.org/css-validator/

And correct the errors and shown there. But mind you, even this wont ensure your site working perfectly with IE, as IE hasn't implemented w3c standards completely.
__________________
Sometime you'll think you understand everything

...Then you'll regain consciousness
desertwind is offline  
Old 23-03-2006, 11:23 PM   #8 (permalink)
champ_rock
 
champ_rock's Avatar
 
Join Date: Jun 2005
Location: Somewhere on the earth , near the equator
Posts: 751
Default

ok ... i found the problem........ but not the solution

the link2blog picture is a bit bigger than the column...in firefox it comes out of the column........ whereas in ie it increases the column width... (which pulld all other columns down)........

any solutions????????????????????????????????????????? ???
__________________
-------------
Registered Linux user number 400618
champ_rock is offline  
Old 23-03-2006, 11:48 PM   #9 (permalink)
Wise Old Owl
 
desertwind's Avatar
 
Join Date: Nov 2004
Location: Hyderabad
Posts: 1,096
Default

two solutions

1. reduce the size of image
2. increase column width

One suggestion

(PLEASE) change the color combination
__________________
Sometime you'll think you understand everything

...Then you'll regain consciousness
desertwind is offline  
Old 23-03-2006, 11:54 PM   #10 (permalink)
Commander in Chief
 
QwertyManiac's Avatar
 
Join Date: Jul 2005
Posts: 6,658
Default

I dont think so thats the cause. coz i ave had prolems like this several times and all were tagged ones... my images too increased off the table sometimes but didnt create all these troubles, jus got masked even in IE
__________________
Harsh J
www.harshj.com
QwertyManiac is offline  
Old 24-03-2006, 01:19 PM   #11 (permalink)
champ_rock
 
champ_rock's Avatar
 
Join Date: Jun 2005
Location: Somewhere on the earth , near the equator
Posts: 751
Default

how do u remove the size of the www.links2blogs.com image......

they give u a specific code.....

also, how can i increase the width of the column?
__________________
-------------
Registered Linux user number 400618
champ_rock is offline  
Old 24-03-2006, 05:59 PM   #12 (permalink)
Wise Old Owl
 
desertwind's Avatar
 
Join Date: Nov 2004
Location: Hyderabad
Posts: 1,096
Default

If you have a little knowledge in html/css it's very easy. Any do the following

1. Goto your dashboard, select your blog and click on template.

2. look for a section like this
Quote:
/* Content
----------------------------------------------- */
#content {
width:660px;
margin:0 auto;
padding:0;
text-align:left;
}
#main {
width:410px;
float:left;
}
#sidebar {
width:220px;
float:right;
}
3. try incresing the width ffor #sidebar slightly, say by 20px

4. preview your changes, save it once satisfied.

NB: It's better you first copy all the code as a backup if anything goes wrong.
__________________
Sometime you'll think you understand everything

...Then you'll regain consciousness
desertwind is offline  
Old 25-03-2006, 10:14 AM   #13 (permalink)
champ_rock
 
champ_rock's Avatar
 
Join Date: Jun 2005
Location: Somewhere on the earth , near the equator
Posts: 751
Default

thanks man....... u rock....

i increased the left hand column width and reduced the right hand column width...... and it is working fine.....


@desertwind- sorry but i think that the color scheme matches with its content..... u can't have a dull or depressing color scheme for a lively relaxing topic
__________________
-------------
Registered Linux user number 400618
champ_rock is offline  
Old 25-03-2006, 10:53 AM   #14 (permalink)
Wise Old Owl
 
desertwind's Avatar
 
Join Date: Nov 2004
Location: Hyderabad
Posts: 1,096
Default

i thought it was you who rock!

Your color scheme looks too unprofessional. It reminds me some of the old geocities pages. You can use bright colors, but that too in a professional manner.
__________________
Sometime you'll think you understand everything

...Then you'll regain consciousness
desertwind is offline  
Old 25-03-2006, 06:43 PM   #15 (permalink)
champ_rock
 
champ_rock's Avatar
 
Join Date: Jun 2005
Location: Somewhere on the earth , near the equator
Posts: 751
Default

thanks... for ur advice.....

i will try to make some changes in the color scheme.......
__________________
-------------
Registered Linux user number 400618
champ_rock is offline  
Old 25-03-2006, 09:00 PM   #16 (permalink)
Wandering in the zone ...
 
manas's Avatar
 
Join Date: Jun 2005
Location: Hyderabad
Posts: 365
Default

You can see http://blogger-templates.blogspot.com for some good templates or make your own like I did.
manas is offline  
Old 26-03-2006, 10:27 AM   #17 (permalink)
champ_rock
 
champ_rock's Avatar
 
Join Date: Jun 2005
Location: Somewhere on the earth , near the equator
Posts: 751
Default

the problem is that 3 column templates are really hard to find........

all the good ones are 2 column....

can anyone tell me the details on how to add a new column.???
__________________
-------------
Registered Linux user number 400618
champ_rock is offline  
 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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


 
Latest Threads
- by Tenida
- by clinton
- by gohan89
- by icebags

Advertisement




All times are GMT +5.5. The time now is 08:09 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2