So I can pretty much figure out how to design how i want the layout to look in photoshop but if anyone has a good tutorial on that itd be helpful.....but my question is after i create it in photoshop and use imageready to create the links and such..how do i go about coding it and stuff to put it on myspace?? if anyone knows or knows of a good tutorial about it thatd be great!!
Making a myspace overlay using photoshop and imageready etc.....?antivirus
On my MySpace, I put a DIV overlay so I could make the design whatever I wanted. CSS and HTML restrictions are there, though, so you have to be a bit careful and patient. Here's some of the code you could use:
In the About Me section, paste this:
%26lt;style type=''text/css''%26gt;
.Main %26#123; position:absolute; left:50%; top:28px; width:750px; z-index:1; margin-left:-367px; padding:0px; border:0px; background-color:003399;%26#125;
%26lt;/style%26gt;
%26lt;DIV class=''Main''%26gt; %26lt;table style=''width:750px; height:90px; cellpadding:2px; cellspacing:0px; border:0px; bgcolor=''000000'' bordercolor=''000000''%26gt; %26lt;tr%26gt; %26lt;td valign=''top''%26gt;
PLACE WHAT YOU WANT HERE
%26lt;/td%26gt; %26lt;/tr%26gt; %26lt;/table%26gt; %26lt;/DIV%26gt;
You may have to change around some of the colors, as this was copied straight from mine. Have fun!
No comments:
Post a Comment