![]() |
|
| |||||||
| Notices |
| BlueVoda - General Issues All BlueVoda support issues that are not covered in the below forums. |
![]() |
| | LinkBack | Thread Tools |
|
#1
| ||||
| ||||
|
Hello, I've been using Blue Voda for a long time to create my websites, But I've just started to learn how to code in XHTML and CSS. And I must stress when i say 'just started' lol. I've created this simple rough design and have already made the hyperlinks with XHTML. But I have no idea how to create the grey areas/boxes. Should I use Tables? CSS? ![]() Michael. P.s Ive posted this in the wrong section. |
|
#2
| ||||
| ||||
|
Well I've been experimenting and I guess figured it out and narrowed it down to this Div tag and it after all doesnt need CSS. Code: <div> <div style="position:absolute;left:20px;top:50px;width:900px;height:19px;" align="center"> <img src="http://www.fsstudio.org/bv01287.gif"></div> </div> |
|
#3
| ||||
| ||||
|
I Did it!!!!!!!!!!! woot! Okay so all I needed to do was add border: and background:grey. I feel so happy now! And I guess I didnt need to post this after all - typical me being lazy and wanting someone to do the hard work! lol |