simple html question
simple html question
simple html question for you gurus out there:
I just started a blog at http://chaiguys.blogspot.com and
I can't seem to align my sidebar to right. I have some links and a
flickr photo badge and I'm not sure how to move them over( See how everything is all crowded together?)
I've tried adding <right> </right> tags in various places as well as using
<align=right> so far no luck (could it be that I have no idea what I'm doing?) I've searched around various forums for answers and I can't find anything. I'm tired of trial and error as I've spent waaayyy too much time on this project today. Please help!
I just started a blog at http://chaiguys.blogspot.com and
I can't seem to align my sidebar to right. I have some links and a
flickr photo badge and I'm not sure how to move them over( See how everything is all crowded together?)
I've tried adding <right> </right> tags in various places as well as using
<align=right> so far no luck (could it be that I have no idea what I'm doing?) I've searched around various forums for answers and I can't find anything. I'm tired of trial and error as I've spent waaayyy too much time on this project today. Please help!
Well comparing your blog to my blog I see this difference:
Yours has a max sidbar width of 70px
/* Content
----------------------------------------------- */
@media all {
#content {
width:660px;
margin:0 auto;
padding:0;
text-align:left;
}
#main {
width:500px;
float:left;
}
#sidebar {
width:70px;
float:right;
Mine has a sidebar width of 220px:
/* Content
----------------------------------------------- */
#content {
width:660px;
margin:0 auto;
padding:0;
text-align:left;
}
#main {
width:410px;
float:left;
}
#sidebar {
width:220px;
float:right;
}
Also you may want use <center> </center> on the text in your header
besides that it looks great in Firefox! needs help in IE but shit I frig mine up all the time so it is nice to see a clean one.
Also I can not post any pictures of wider than 400px or kicks sidebar to bottom
looks like that is why the made your center wider? sidebar thinner? But still we both have width set to 660 so you have wiggle room to make the sidebar much wider.
Yours has a max sidbar width of 70px
/* Content
----------------------------------------------- */
@media all {
#content {
width:660px;
margin:0 auto;
padding:0;
text-align:left;
}
#main {
width:500px;
float:left;
}
#sidebar {
width:70px;
float:right;
Mine has a sidebar width of 220px:
/* Content
----------------------------------------------- */
#content {
width:660px;
margin:0 auto;
padding:0;
text-align:left;
}
#main {
width:410px;
float:left;
}
#sidebar {
width:220px;
float:right;
}
Also you may want use <center> </center> on the text in your header
besides that it looks great in Firefox! needs help in IE but shit I frig mine up all the time so it is nice to see a clean one.
Also I can not post any pictures of wider than 400px or kicks sidebar to bottom
looks like that is why the made your center wider? sidebar thinner? But still we both have width set to 660 so you have wiggle room to make the sidebar much wider.
Eplaya Bar Camp 2006 "What will it be"
[url=http://eplayabar.blogspot.com/]The Eplaya Bar Camp Blog[/url]
[url=http://eplayabar.blogspot.com/]The Eplaya Bar Camp Blog[/url]
- DVD Burner
- Posts: 11031
- Joined: Fri Dec 12, 2003 3:09 am
- Burning Since: 1986
- Camp Name: White Trash Camp
- Contact:
what he said. (rockdad beat me to it. I was doing the same thing on my www.playacast.blogspot.com. )
Rock is fast wit them fingers.
Rock is fast wit them fingers.
https://www.facebook.com/NeXTCODER
- DVD Burner
- Posts: 11031
- Joined: Fri Dec 12, 2003 3:09 am
- Burning Since: 1986
- Camp Name: White Trash Camp
- Contact:
Sometimes Word or really most of the time Word for spellcheck do not use Word html features much.DVD Burner wrote:And if that dont work for you then say so.
Question though, do either of you guys use front page or word to edit your blog?
The software is available. (helps me with my spellcheck.)
For website building I use Netobjects fusion 8 but they are up to ver 9 now
Eplaya Bar Camp 2006 "What will it be"
[url=http://eplayabar.blogspot.com/]The Eplaya Bar Camp Blog[/url]
[url=http://eplayabar.blogspot.com/]The Eplaya Bar Camp Blog[/url]
Re: simple html question
What are you viewing your blog in? In Safari, it's not right aligned, and in FireFox, the links are, but the flickr badge is not.Chai Guy wrote: I can't seem to align my sidebar to right. I have some links and a
flickr photo badge and I'm not sure how to move them over( See how everything is all crowded together?)
I believe what you're trying to accomplish is done with this excerpt:
I've moved the <div id="sidebar"><div id="sidebar2"> to below the end of the main stuff and before the Links title. But that only works in FireFox, not Safari.<!-- End #main -->
<div id="sidebar"><div id="sidebar2">
<h2 class="sidebar-title">Links</h2>
-
spectabillis
- Posts: 3527
- Joined: Mon Mar 29, 2004 11:07 pm
- Burning Since: 2022
- Location: black rock city
- DVD Burner
- Posts: 11031
- Joined: Fri Dec 12, 2003 3:09 am
- Burning Since: 1986
- Camp Name: White Trash Camp
- Contact:
-
spectabillis
- Posts: 3527
- Joined: Mon Mar 29, 2004 11:07 pm
- Burning Since: 2022
- Location: black rock city
- DVD Burner
- Posts: 11031
- Joined: Fri Dec 12, 2003 3:09 am
- Burning Since: 1986
- Camp Name: White Trash Camp
- Contact:
Good job Phil soon as I saw your post i knew you were on to something!DVD Burner wrote:Man, That is such a long way around doing things. Why do people like messing with the code when there are so many cool tools out there that make it soooo much easier?
DVD Burner do you know of any Blogger WYSIWG tools? Would love to know about it...
Eplaya Bar Camp 2006 "What will it be"
[url=http://eplayabar.blogspot.com/]The Eplaya Bar Camp Blog[/url]
[url=http://eplayabar.blogspot.com/]The Eplaya Bar Camp Blog[/url]
- DVD Burner
- Posts: 11031
- Joined: Fri Dec 12, 2003 3:09 am
- Burning Since: 1986
- Camp Name: White Trash Camp
- Contact:
I've been usine the "Blogger for word" pluggin and it's pretty cool if you use word or front page. office xp not 2000. Anything before xp is insane. Any wysiwg program is good like the latest Dreamweaver mx. Part of my Blog is multiple blogs. Some of my blogs are hosted with my servers so most of the time I just ftp certain parts which makes things much easier. I can use any wysiwyg I want.Rockdad wrote: DVD Burner do you know of any Blogger WYSIWG tools? Would love to know about it...
I also use VB and C# from Microsoft sometimes. I use multiple programs because there are things that dreamweaver does that front page does not do as well and there are cool plugins for frontpage that are not made for dreamweaver.
https://www.facebook.com/NeXTCODER
Yeah got the word plugin I thought you might of known a way to FTP to Blogger using a WYSIWYG Thanks.DVD Burner wrote:I've been usine the "Blogger for word" pluggin and it's pretty cool if you use word or front page. office xp not 2000. Anything before xp is insane. Any wysiwg program is good like the latest Dreamweaver mx. Part of my Blog is multiple blogs. Some of my blogs are hosted with my servers so most of the time I just ftp certain parts which makes things much easier. I can use any wysiwyg I want.Rockdad wrote: DVD Burner do you know of any Blogger WYSIWG tools? Would love to know about it...
I also use VB and C# from Microsoft sometimes.
Eplaya Bar Camp 2006 "What will it be"
[url=http://eplayabar.blogspot.com/]The Eplaya Bar Camp Blog[/url]
[url=http://eplayabar.blogspot.com/]The Eplaya Bar Camp Blog[/url]
- DVD Burner
- Posts: 11031
- Joined: Fri Dec 12, 2003 3:09 am
- Burning Since: 1986
- Camp Name: White Trash Camp
- Contact:
- DVD Burner
- Posts: 11031
- Joined: Fri Dec 12, 2003 3:09 am
- Burning Since: 1986
- Camp Name: White Trash Camp
- Contact:
I'm not sure. I know that you can set your own server through them and ftp to that server. I'm not sure that they have their own server you can ftp to but dont quote me on that.Rockdad wrote:No I got those I ment can you FTP to the blogger servers instead of the regular wysiwyg interface they supply?
I'll check that out in a bit.
https://www.facebook.com/NeXTCODER
- Ugly Dougly
- Posts: 17612
- Joined: Wed Sep 10, 2003 9:31 am
- Burning Since: 1996
- Location: เชียงใหม่
- DVD Burner
- Posts: 11031
- Joined: Fri Dec 12, 2003 3:09 am
- Burning Since: 1986
- Camp Name: White Trash Camp
- Contact:
you know, when you first asked this question I forgot I created a thread just for this a long time agoRockdad wrote: DVD Burner do you know of any Blogger WYSIWG tools? Would love to know about it...
"The really got it going on" thread was created for and about things of and for burners.
Btw, It took me forever to find the really got it going on thread. I found it ironically by typing in the search "goin on".just so you know.
https://www.facebook.com/NeXTCODER
- DVD Burner
- Posts: 11031
- Joined: Fri Dec 12, 2003 3:09 am
- Burning Since: 1986
- Camp Name: White Trash Camp
- Contact:
Ok, after going through that thread, it's a lot of stuff to go through.
This site has some cool stuff on it: http://freshmeat.net/search/?q=appindex ... 78453.html
Then you can also always go to http://sourceforge.net/index.php
This site has some cool stuff on it: http://freshmeat.net/search/?q=appindex ... 78453.html
Then you can also always go to http://sourceforge.net/index.php
https://www.facebook.com/NeXTCODER
I also have an HTML question.
I want to send out an email that is basically just an image with hotspots.
I want the recievers of this email to see the picture first (or whatever message their email gives them to let them know there was a picture there), and not code.
Any ideas?
I want to send out an email that is basically just an image with hotspots.
I want the recievers of this email to see the picture first (or whatever message their email gives them to let them know there was a picture there), and not code.
Any ideas?
All Your Base Are Belong To Us!
EMail will have to be rich formatting...i.e.: HTMLbringer wrote:I also have an HTML question.
I want to send out an email that is basically just an image with hotspots.
I want the recievers of this email to see the picture first (or whatever message their email gives them to let them know there was a picture there), and not code.
Any ideas?
Eplaya Bar Camp 2006 "What will it be"
[url=http://eplayabar.blogspot.com/]The Eplaya Bar Camp Blog[/url]
[url=http://eplayabar.blogspot.com/]The Eplaya Bar Camp Blog[/url]
