Help with blog html/css code. Yahoo Small Business Blog.?
http://perryswimschool.com/blog.html Here is the blog location. The first thing you will see is that the name "Perry Swim School" is in white text with left justify. I need to change this to another font color and positoin to the center of the image. I can not find where this is located in html code or in css. Could someone please analyze this page and let me know where I can edit this setting. Thank you.
Samten thanks for your reply I can't tell you how long I tried to figure this out. I do have another website that I manage for my own and I have a wordpress blog there. Your right its absolutely hands down way better. Except I can't seem to figure out Google Analytics for it. Anyway, this site is for my mother who initially set it up in Yahoo Business and asked me to tweak it for her. Thanks very much for your reply.
Public Comments
- Hi, the text in question is located on line 46 - if you view source and copy and paste into a text editor that gives you line numbers (like editplus.com which is free to download) you'll find it there. I want to add that whatever is outputting your blog html, it's really really bad in terms of structure and web standards. Thta's why you couldn't find the name Perry Swim School is because of instead of outputting inside of the image header, they position it absolutely. On line 40 you'll see what i'm talking about where they have a div element named id="e0" that they positioned with the text in question inside of it. You can change the value of "left:40" to something that centers it. If you aren't stuck on using this blog engine, i'd strongly recommend using something like wordpress, or movable type. You'll be glad you did in terms of overall ease of use, extensibility and also looking under the hood like you're trying to do.
Powered by Yahoo! Answers