Go Back   CodingForums.com > :: Client side development > Graphics and Multimedia discussions

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 07-22-2010, 11:01 PM   PM User | #16
Repatilian
Regular Coder

 
Join Date: Jul 2010
Location: Arizona
Posts: 110
Thanks: 14
Thanked 0 Times in 0 Posts
Repatilian is an unknown quantity at this point
well sometimes i see junk when i'm doing things within the same document in corel draw but they seem to disappear when i reload the program. well i used transparency when i exported the files.
Repatilian is offline   Reply With Quote
Old 07-22-2010, 11:03 PM   PM User | #17
Repatilian
Regular Coder

 
Join Date: Jul 2010
Location: Arizona
Posts: 110
Thanks: 14
Thanked 0 Times in 0 Posts
Repatilian is an unknown quantity at this point
i will put them in unordered list.
Repatilian is offline   Reply With Quote
Old 07-23-2010, 08:17 AM   PM User | #18
Repatilian
Regular Coder

 
Join Date: Jul 2010
Location: Arizona
Posts: 110
Thanks: 14
Thanked 0 Times in 0 Posts
Repatilian is an unknown quantity at this point
ok i got the site up. i'm still adding to it. check it out:

www.marksbodyshop.org
Repatilian is offline   Reply With Quote
Old 08-03-2010, 05:06 PM   PM User | #19
tjoyce0909
New Coder

 
Join Date: Aug 2010
Posts: 19
Thanks: 0
Thanked 4 Times in 4 Posts
tjoyce0909 is an unknown quantity at this point
fyi - you have an inline stylesheet in your index.html file and you have an external css
Code:
<link rel="stylesheet" type="text/css" href="css/main.css">
seems like an unnecessary http request.

also, you might want to stop the background from repeating by adding this to your css.

Code:
#container{
background-repeat: none;
one more fyi, you have nothing in the website to tell search engines what the site is. All of your text is an image and you have no description tags. A site like this will never be found by major search engines. Try to use actual text whenever possible.
tjoyce0909 is offline   Reply With Quote
Users who have thanked tjoyce0909 for this post:
Repatilian (09-09-2010)
Reply

Bookmarks

Tags
buttons, image buttons, images, mouse click, mouse over

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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

Forum Jump


All times are GMT +1. The time now is 05:04 PM.


Advertisement
Log in to turn off these ads.