Re: anyone willing to do profile work in exchange for someth
Update:
http://profiles.myfreecams.com/BoltProfile
Ok so the general idea here draw attention to a specific events/sales/rules ect that sweatpea has defined. My goal is to do this without using text images for several reasons.
- Image Text cannot be searched
- Image Text cannot be selected/copied
- Image Text cannot be re-sized or reformatted with style sheets
- Image Text cannot be re-sized to fit with the various browser window widths
And likely less important here...
- Image Text cannot be translated to different languages by text translators
- Image Text cannot be read by screen readers intended to assist the blind.
- Image Text cannot be referenced by search engine bots
That isn't a complete list but I think it gets my obsessive compulsive point across. So the question is what do these images offer that the plain text does not? This is the ability to catch the eye and be flashy. Therefore my goal keep the descriptions out of the images yet still create something that will catch your eye and look pretty.
My solution is to use CSS stylesheets for page design and use html div tags for each flashy section.
The <div> tag is what is used to create different
divisions of a webpage. It's function is almost limitless but for our purposes we will use div to create attractive areas of the profile that can be reused and edited with little effort.
Here is an example of the text typed into the description area of the profile.
Code:
<div class=raffle>Enter My raffle to get totally sweet stuff that you would for sure enjoy always and forever. I will send it directly to your mother and she will instantly be proud of you.<br>
<div class=tab>♥ 50 Tokens 1 Ticket</div>
<div class=tab>♥ 200 Tokens 5 Tickets</div>
<div class=tab>♥ 1 Billion Tokens Instant Win</div>
</div>
And here is a picture of what it might look like.
Now this is far from an artistic master peace as the the image background was quickly thrown together and the text is relatively un-formated but hopefully the idea is there.
Let me know what you guys think.